summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron1-3/+20
2015-08-23NET: nps_enet: minor namespace cleanupNoam Camus1-3/+4
2015-08-23NET: nps_enet: TX done acknowledge.Noam Camus1-0/+3
2015-08-23NET: nps_enet: drop control framesNoam Camus1-4/+4
2015-08-23NET: nps_enet: TX done race conditionNoam Camus1-7/+3
2015-08-23NET: nps_enet: replace use of cause registerNoam Camus2-24/+5
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+9
2015-08-21enic: Fix build failure with SRIOV disabled.David S. Miller1-1/+1
2015-08-20net: xgene Remove xgene specific phy and MAC lookup functionsJeremy Linton1-36/+2
2015-08-20smsc911x: Remove dev==NULL check.Jeremy Linton1-3/+0
2015-08-20bnx2x: Fix vxlan endianity issueYuval Mintz1-1/+1
2015-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-59/+236
2015-08-18cxgb4: memory corruption in debugfsDan Carpenter1-5/+6
2015-08-18enic: Fix namespace pollution causing build errors.David S. Miller3-7/+7
2015-08-18bnx2x: Add vxlan RSS supportRajesh Borundia4-0/+123
2015-08-18ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller1-2/+1
2015-08-18ixgbe: Simplify port-specific macrosMark Rustad1-9/+9
2015-08-18igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka1-2/+7
2015-08-18igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann1-0/+1
2015-08-18igb: Fix a memory leak in igb_probeJia-Ju Bai1-0/+1
2015-08-18e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...Jia-Ju Bai1-12/+12
2015-08-18igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai1-0/+1
2015-08-18e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai1-1/+4
2015-08-18e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai1-0/+7
2015-08-18igb: Teardown SR-IOV before unregister_netdev()Alex Williamson1-4/+4
2015-08-18igb: add support for 1512 PHYTodd Fujinaka4-5/+114
2015-08-18igb: implement high frequency periodic output signalsRichard Cochran2-20/+54
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin1-0/+1
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki3-3/+19
2015-08-17enic: Fix sparse warning in vnic_devcmd_init().David S. Miller1-1/+1
2015-08-17mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller1-1/+1
2015-08-17net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat3-12/+43
2015-08-17net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2-0/+80
2015-08-17net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2-22/+17
2015-08-17net/mlx5e: HW LRO changes/fixesAchiad Shochat3-4/+5
2015-08-17net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat1-2/+2
2015-08-17net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat3-11/+74
2015-08-17net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2-35/+30
2015-08-17net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2-1/+5
2015-08-17enic: add devcmd2Govindarajulu Varadarajan7-12/+222
2015-08-17enic: add devcmd2 resourcesGovindarajulu Varadarajan4-0/+42
2015-08-17enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>Govindarajulu Varadarajan6-31/+54
2015-08-17enic: move struct definition from .c to .h fileGovindarajulu Varadarajan2-40/+39
2015-08-17be2net: avoid vxlan offloading on multichannel configsIvan Vecera1-2/+2
2015-08-17smsc911x: Fix crash seen if neither ACPI nor OF is configured or usedGuenter Roeck1-1/+6
2015-08-17net: ethernet: micrel: fix an error codeDan Carpenter1-3/+2
2015-08-17bnx2: Fix bandwidth allocation for some MF modesYuval Mintz3-2/+6
2015-08-13gianfar: Restore link state settings after MAC resetClaudiu Manoil1-0/+5
2015-08-13cxgb4: Add MPS tracing supportHariprasad Shenai4-0/+475