summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Add support for ethtool -LMerav Sicron2012-06-195-12/+100
* bnx2x: Allow up to 63 RSS queuesMerav Sicron2012-06-191-10/+3Star
* bnx2x: Split the FP structureBarak Witkowski2012-06-196-87/+155
* bnx2x: Move the CNIC L2 CIDs to be right after the RSS CIDsMerav Sicron2012-06-194-30/+52
* bnx2x: Make the transmission queues adjacentMerav Sicron2012-06-196-94/+139
* bnx2x: Allow more than 64 L2 CIDsMerav Sicron2012-06-192-20/+57
* bnx2x: Add support for 4-tupple UDP RSSMerav Sicron2012-06-195-15/+159
* bnx2x: Return only online tests for MFMerav Sicron2012-06-192-29/+62
* bnx2x: Add support for external LBMerav Sicron2012-06-194-9/+81
* net: lpc_eth: Driver cleanupstigge@antcom.de2012-06-191-5/+1Star
* net: lpc_eth: free skbs in start_xmitEric Dumazet2012-06-181-6/+5Star
* bnx2x: correct LPI pass-through configurationYuval Mintz2012-06-181-12/+6Star
* bnx2: Update version 2.2.2Michael Chan2012-06-171-2/+2
* bnx2: Read PCI function number from internal registerMichael Chan2012-06-172-2/+7
* bnx2: Dump additional BC_STATE during firmware sync timeout.Michael Chan2012-06-172-0/+3
* bnx2: Dump all FTQ_CTL registers during tx_timeoutMichael Chan2012-06-172-0/+112
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-164-29/+27Star
|\
| * qlcnic: off by one in qlcnic_init_pci_info()Dan Carpenter2012-06-161-1/+1
| * bnx2x: fix panic when TX ring is fullEric Dumazet2012-06-161-5/+3Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-1422-114/+2071
| |\
| | * bnx2x: fix checksum validationEric Dumazet2012-06-142-21/+21
| * | Merge tag 'rdma-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rolan...Linus Torvalds2012-06-061-2/+2
| |\ \
| | * | mlx4_core: Fix setting VL_cap in mlx4_SET_PORT wrapper flowJack Morgenstein2012-06-061-2/+2
* | | | ixgbe: Check PTP Rx timestamps via BPF filterJacob Keller2012-06-143-14/+104
* | | | ixgbe: PTP Fix hwtstamp mode settingsJacob Keller2012-06-141-15/+8Star
* | | | ixgbe: ptp code cleanupJacob Keller2012-06-142-11/+10Star
* | | | ixgbe: do not compile ixgbe_sysfs.c when CONFIG_IXGBE_HWMON is not setEmil Tantilov2012-06-142-4/+2Star
* | | | ixgbe: align flow control DV macros with datasheetJohn Fastabend2012-06-141-15/+22
* | | | e1000e: use more informative logging macros when netdev not yet registeredBruce Allan2012-06-142-20/+34
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-1312-44/+1995
|\ \ \ \ | | |_|/ | |/| |
| * | | tilegx network driver: initial supportChris Metcalf2012-06-123-2/+1902
| * | | tg3: Apply short DMA frag workaround to 5906Matt Carlson2012-06-121-1/+2
| * | | net: stmmac: Fix clock en-/disable callsStefan Roese2012-06-121-2/+2
| * | | lpc_eth: fix tx completionEric Dumazet2012-06-111-5/+5
| * | | lpc_eth: add missing ndo_change_mtu()Eric Dumazet2012-06-111-0/+1
| * | | r8169: avoid NAPI scheduling delay.françois romieu2012-06-111-5/+1Star
| * | | be2net: fix a race in be_xmit()Eric Dumazet2012-06-081-2/+3
| * | | Revert "niu: Add support for byte queue limits."David S. Miller2012-06-081-11/+1Star
| * | | stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO2012-06-083-12/+72
| * | | sky2: fix checksum bit management on some chipsstephen hemminger2012-06-071-4/+6
* | | | be2net: Fix driver load for VFs for LancerPadmanabh Ratnakar2012-06-073-61/+66
* | | | bnx2x: Added EEE Ethtool support.Yuval Mintz2012-06-071-0/+134
* | | | bnx2x: Added EEE supportYuval Mintz2012-06-077-10/+552
* | | | qlcnic: Fix protcol type in case of inband vlan.Rajesh Borundia2012-06-072-2/+3
* | | | qlcnic: fix unsupported CDRP command error message.Jitendra Kalsaria2012-06-072-5/+33
* | | | qlcnic: Fix estimation of recv MSS in case of LRORajesh Borundia2012-06-075-0/+23
* | | | net/ethernet: ks8851_mll unregister_netdev() before freeingDan Carpenter2012-06-071-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-0711-62/+68
|\| | |
| * | | mv643xx_eth: Fix compile error for architectures without clk.Andrew Lunn2012-06-061-5/+10
| * | | stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO2012-06-065-35/+31Star