summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-06-20igb: Support the get_ts_info ethtool method.Carolyn Wyborny1-0/+35
2012-06-20igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny1-1/+11
2012-06-20igb: A fix to VF TX rate limitLior Levy2-0/+6
2012-06-20e1000: Combining Bitwise OR in one expression.Tushar Dave1-6/+6
2012-06-20ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled ringsAlexander Duyck1-1/+1
2012-06-20Kconfig: Fix Kconfig for Intel ixgbe and igb PTP support.Carolyn Wyborny1-3/+7
2012-06-20igb: Fix incorrect RAR address entries for i210/i211 device.Carolyn Wyborny1-2/+0
2012-06-20bnx2x: Change date and version to 1.72.51-0Merav Sicron1-2/+2
2012-06-20bnx2x: Support DCBX for all functionsBarak Witkowski7-12/+31
2012-06-20bnx2x: Add support for ethtool -LMerav Sicron5-12/+100
2012-06-20bnx2x: Allow up to 63 RSS queuesMerav Sicron1-10/+3
2012-06-20bnx2x: Split the FP structureBarak Witkowski6-87/+155
2012-06-20bnx2x: Move the CNIC L2 CIDs to be right after the RSS CIDsMerav Sicron4-30/+52
2012-06-20bnx2x: Make the transmission queues adjacentMerav Sicron6-94/+139
2012-06-20bnx2x: Allow more than 64 L2 CIDsMerav Sicron2-20/+57
2012-06-20bnx2x: Add support for 4-tupple UDP RSSMerav Sicron5-15/+159
2012-06-20bnx2x: Return only online tests for MFMerav Sicron2-29/+62
2012-06-20bnx2x: Add support for external LBMerav Sicron4-9/+81
2012-06-19net: lpc_eth: Driver cleanupstigge@antcom.de1-5/+1
2012-06-18net: lpc_eth: free skbs in start_xmitEric Dumazet1-6/+5
2012-06-18be2net: Increase statistics structure size for skyhawk.Vasundhara Volam1-1/+1
2012-06-18be2net: Modify error message to incorporate subsystemVasundhara Volam1-6/+6
2012-06-18be2net: reduce gso_max_size setting to account for ethernet header.Sarveshwar Bandi1-1/+1
2012-06-18bnx2x: correct LPI pass-through configurationYuval Mintz1-12/+6
2012-06-18ixgbe: Fix PHC loophole allowing misconfiguration of increment registerJacob Keller1-2/+11
2012-06-17bnx2x: fix link for BCM57711 with 84823 phyYuval Mintz1-1/+1
2012-06-17bnx2x: fix I2C non-respondent issueYuval Mintz1-23/+29
2012-06-17bnx2: Update version 2.2.2Michael Chan1-2/+2
2012-06-17bnx2: Read PCI function number from internal registerMichael Chan2-2/+7
2012-06-17bnx2: Dump additional BC_STATE during firmware sync timeout.Michael Chan2-0/+3
2012-06-17bnx2: Dump all FTQ_CTL registers during tx_timeoutMichael Chan2-0/+112
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-29/+27
2012-06-16qlcnic: off by one in qlcnic_init_pci_info()Dan Carpenter1-1/+1
2012-06-16bnx2x: fix panic when TX ring is fullEric Dumazet1-5/+3
2012-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-114/+2071
2012-06-14ixgbe: Check PTP Rx timestamps via BPF filterJacob Keller3-14/+104
2012-06-14ixgbe: PTP Fix hwtstamp mode settingsJacob Keller1-15/+8
2012-06-14ixgbe: ptp code cleanupJacob Keller2-11/+10
2012-06-14ixgbe: do not compile ixgbe_sysfs.c when CONFIG_IXGBE_HWMON is not setEmil Tantilov2-4/+2
2012-06-14ixgbe: align flow control DV macros with datasheetJohn Fastabend1-15/+22
2012-06-14e1000e: use more informative logging macros when netdev not yet registeredBruce Allan2-20/+34
2012-06-14bnx2x: fix checksum validationEric Dumazet2-21/+21
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-44/+1995
2012-06-12tilegx network driver: initial supportChris Metcalf3-2/+1902
2012-06-12tg3: Apply short DMA frag workaround to 5906Matt Carlson1-1/+2
2012-06-12net: stmmac: Fix clock en-/disable callsStefan Roese1-2/+2
2012-06-12lpc_eth: fix tx completionEric Dumazet1-5/+5
2012-06-12lpc_eth: add missing ndo_change_mtu()Eric Dumazet1-0/+1
2012-06-11r8169: avoid NAPI scheduling delay.françois romieu1-5/+1
2012-06-09be2net: fix a race in be_xmit()Eric Dumazet1-2/+3