summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-20fm10k: check if PCIe link is restoredJacob Keller
2016-07-20fm10k: enable bus master after every resetJacob Keller
2016-07-20fm10k: use common flow for suspend and resumeJacob Keller
2016-07-20fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller
2016-07-20fm10k: use common reset flow when handling io errors from PCI stackJacob Keller
2016-07-20fm10k: implement prepare_suspend and handle_resumeJacob Keller
2016-07-20fm10k: split fm10k_reinit into two functionsJacob Keller
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller
2016-07-20fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDINGJacob Keller
2016-07-20fm10k: use actual hardware registers when checking for pending TxJacob Keller
2016-07-20fm10k: perform data path reset even when switch is not readyJacob Keller
2016-07-20fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller
2016-07-20fm10k: Reset mailbox global interruptsNgai-Mint Kwan
2016-07-20fm10k: prevent multiple threads updating statisticsJacob Keller
2016-07-20fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller
2016-07-20fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller
2016-07-20Merge branch 'mlxsw-per-prio-tc-counters'David S. Miller
2016-07-20mlxsw: spectrum: Expose per-tc counters via ethtoolIdo Schimmel
2016-07-20mlxsw: spectrum: Expose per-priority counters via ethtoolIdo Schimmel
2016-07-20net: cpmac: fix error handling of cpmac_probe()Wei Yongjun
2016-07-20net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun
2016-07-20net: ethernet: nb8800: fix error handling of nb8800_probe()Wei Yongjun
2016-07-20wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun
2016-07-20wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun
2016-07-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-07-20bpf, elf: add official ELF machine define for eBPFDaniel Borkmann
2016-07-20bpf: fix implicit declaration of bpf_prog_addBrenden Blanco
2016-07-20Merge branch 'xdp'David S. Miller
2016-07-20bpf: add sample for xdp forwarding and rewriteBrenden Blanco
2016-07-20bpf: enable direct packet data write for xdp progsBrenden Blanco
2016-07-20net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco
2016-07-20net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco
2016-07-20bpf: add XDP_TX xdp_action for direct forwardingBrenden Blanco
2016-07-20net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco
2016-07-20Add sample for adding simple drop program to linkBrenden Blanco
2016-07-20net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco
2016-07-20rtnl: add option for setting link xdp progBrenden Blanco
2016-07-20net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco
2016-07-20bpf: add XDP prog type for early driver filterBrenden Blanco
2016-07-20bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco
2016-07-20Merge branch 'ncsi'David S. Miller
2016-07-20net/faraday: Mask PHY interrupt with NCSI modeGavin Shan
2016-07-20net/faraday: Match driver according to compatible propertyGavin Shan
2016-07-20net/faraday: Support NCSI modeGavin Shan
2016-07-20net/faraday: Read MAC address from chipGavin Shan
2016-07-20net/faraday: Helper functions to create or destroy MDIO interfaceGavin Shan
2016-07-20net/ncsi: NCSI AEN packet handlerGavin Shan
2016-07-20net/ncsi: Package and channel managementGavin Shan
2016-07-20net/ncsi: NCSI response packet handlerGavin Shan