summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* 3c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron2015-08-241-3/+20
* NET: nps_enet: minor namespace cleanupNoam Camus2015-08-241-3/+4
* NET: nps_enet: TX done acknowledge.Noam Camus2015-08-241-0/+3
* NET: nps_enet: drop control framesNoam Camus2015-08-241-4/+4
* NET: nps_enet: TX done race conditionNoam Camus2015-08-241-7/+3
* NET: nps_enet: replace use of cause registerNoam Camus2015-08-242-24/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-213-5/+9
|\
| * be2net: avoid vxlan offloading on multichannel configsIvan Vecera2015-08-171-2/+2
| * net: ethernet: micrel: fix an error codeDan Carpenter2015-08-171-3/+2
| * gianfar: Restore link state settings after MAC resetClaudiu Manoil2015-08-141-0/+5
* | enic: Fix build failure with SRIOV disabled.David S. Miller2015-08-211-1/+1
* | net: xgene Remove xgene specific phy and MAC lookup functionsJeremy Linton2015-08-201-36/+2
* | smsc911x: Remove dev==NULL check.Jeremy Linton2015-08-201-3/+0
* | bnx2x: Fix vxlan endianity issueYuval Mintz2015-08-201-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-08-1914-59/+236
|\ \
| * | ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller2015-08-181-2/+1
| * | ixgbe: Simplify port-specific macrosMark Rustad2015-08-181-9/+9
| * | igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka2015-08-181-2/+7
| * | igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann2015-08-181-0/+1
| * | igb: Fix a memory leak in igb_probeJia-Ju Bai2015-08-181-0/+1
| * | e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...Jia-Ju Bai2015-08-181-12/+12
| * | igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai2015-08-181-0/+1
| * | e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai2015-08-181-1/+4
| * | e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai2015-08-181-0/+7
| * | igb: Teardown SR-IOV before unregister_netdev()Alex Williamson2015-08-181-4/+4
| * | igb: add support for 1512 PHYTodd Fujinaka2015-08-184-5/+114
| * | igb: implement high frequency periodic output signalsRichard Cochran2015-08-182-20/+54
| * | igb: do not re-init SR-IOV during probeStefan Assmann2015-08-181-1/+1
| * | igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin2015-08-181-0/+1
| * | igb: Fix oops caused by missing queue pairingShota Suzuki2015-08-183-3/+19
* | | cxgb4: memory corruption in debugfsDan Carpenter2015-08-191-5/+6
* | | enic: Fix namespace pollution causing build errors.David S. Miller2015-08-183-7/+7
* | | bnx2x: Add vxlan RSS supportRajesh Borundia2015-08-184-0/+123
|/ /
* | enic: Fix sparse warning in vnic_devcmd_init().David S. Miller2015-08-181-1/+1
* | mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller2015-08-181-1/+1
* | net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat2015-08-183-12/+43
* | net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2015-08-182-0/+80
* | net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2015-08-182-22/+17
* | net/mlx5e: HW LRO changes/fixesAchiad Shochat2015-08-183-4/+5
* | net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat2015-08-181-2/+2
* | net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat2015-08-183-11/+74
* | net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2015-08-182-35/+30
* | net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2015-08-182-1/+5
* | enic: add devcmd2Govindarajulu Varadarajan2015-08-187-12/+222
* | enic: add devcmd2 resourcesGovindarajulu Varadarajan2015-08-184-0/+42
* | enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>Govindarajulu Varadarajan2015-08-186-31/+54
* | enic: move struct definition from .c to .h fileGovindarajulu Varadarajan2015-08-182-40/+39
* | smsc911x: Fix crash seen if neither ACPI nor OF is configured or usedGuenter Roeck2015-08-171-1/+6
* | bnx2: Fix bandwidth allocation for some MF modesYuval Mintz2015-08-173-2/+6
* | cxgb4: Add MPS tracing supportHariprasad Shenai2015-08-144-0/+475