summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-21net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco
2016-07-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2016-07-21net/faraday: Disallow using reversed MAC address from hardwareGavin Shan
2016-07-20net/mlx5e: Fix del vxlan port command buffer memsetSaeed Mahameed
2016-07-20fm10k: bump version numberJacob Keller
2016-07-20fm10k: return proper error code when pci_enable_msix_range failsJacob Keller
2016-07-20fm10k: force link to remain down for at least a second on resume eventsJacob Keller
2016-07-20fm10k: implement request_lport_map pointerJacob Keller
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-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-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun
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-20net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco
2016-07-20net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco
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-20bnxt_en: Remove locking around txr->dev_stateFlorian Fainelli
2016-07-19net/mlx4_en: Add resilience in low memory systemsEugenia Emantayev
2016-07-19net/mlx4_en: Move filters cleanup to a proper locationEugenia Emantayev
2016-07-19bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro.Prashant Sreedharan
2016-07-19bnxt_en: Workaround Nitro A0 RX hardware bug (part 4).Prashant Sreedharan
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 3).Prashant Sreedharan
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).Prashant Sreedharan
2016-07-19bnxt_en: Workaround Nitro A0 hardware RX bug (part 1).Prashant Sreedharan
2016-07-19bnxt_en: Add basic support for Nitro in North Star 2.Prashant Sreedharan
2016-07-19sh_eth: fix DMA channel misreportingSergei Shtylyov