aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-02be2net: Fix EEH error reset before a flash dump completesSomnath Kotur1-0/+5
2012-05-02be2net: Record receive queue index in skb to aid RPS.Somnath Kotur1-0/+2
2012-05-02be2net: Fix to apply duplex value as unknown when link is down.Somnath Kotur1-1/+1
2012-05-02be2net: Fix to not set link speed for disabled functions of a UMC cardSomnath Kotur1-1/+1
2012-05-02net/pasemi: fix compiler warningStephen Rothwell1-1/+1
2012-05-02bnx2x: fix handling single MSIX mode for 57710/57711Dmitry Kravkov1-2/+5
2012-05-02ixgbe: Reset max_vfs to zero when user request is out of rangeGreg Rose1-3/+4
2012-05-02ixgbe: Deny MACVLAN requests from VFs with admin set MACGreg Rose1-0/+6
2012-05-02ixgbe: add hwmon interface to export thermal dataDon Skidmore9-7/+322
2012-05-02ixgbe: add support functions to access thermal dataDon Skidmore3-0/+224
2012-05-02e1000e: fix .ndo_set_rx_mode for 82579Bruce Allan7-14/+92
2012-05-02e1000e: PHY initialization flow changes for 82577/8/9Bruce Allan1-101/+146
2012-05-02e1000e: workaround EEPROM configuration change on 82579Bruce Allan2-15/+34
2012-04-30atl1c: remove PHY polling from atl1c_change_mtuHuang, Xiong1-8/+0
2012-04-30atl1c: Disable L0S when no cable linkHuang, Xiong1-1/+1
2012-04-30atl1c: do MAC-reset when PHY link downHuang, Xiong1-27/+47
2012-04-30atl1c: cancel task when interface closedHuang, Xiong1-0/+5
2012-04-30atl1c: enlarge L1 response waiting timerHuang, Xiong1-1/+1
2012-04-30atl1c: refine mac address related codeHuang, Xiong3-74/+57
2012-04-30atl1c: remove code of closing register writable attributionHuang, Xiong1-6/+0
2012-04-30atl1c: clear WoL status when reset pcieHuang, Xiong2-5/+3
2012-04-30atl1c: add PHY link event(up/down) patchHuang, Xiong4-0/+92
2012-04-30atl1c: add workaround for issue of bit INTX-disable for MSI interruptHuang, Xiong1-0/+12
2012-04-30bnx2x: remove some bloatEric Dumazet5-499/+499
2012-04-30pch_gbe: reprogram multicast address register on resetRongQing.Li1-55/+5
2012-04-30tg3: provide frags as skb headEric Dumazet2-10/+66
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet3-4/+4
2012-04-30forcedeth: add transmit timestamping supportWillem de Bruijn1-0/+4
2012-04-30bnx2x: add transmit timestamping supportWillem de Bruijn1-0/+2
2012-04-30e1000e: add transmit timestamping supportWillem de Bruijn1-0/+2
2012-04-30e1000: add transmit timestamping supportWillem de Bruijn1-0/+2
2012-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-125/+143
2012-04-28drivers/net/oki-semi: Donot recompute IP header checksumRongQing.Li1-2/+0
2012-04-28drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALENRongQing.Li1-2/+1
2012-04-28net/at91_ether: use gpio_to_irq for phy IRQ lineNicolas Ferre1-4/+4
2012-04-28AT91: Remove fixed mapping for AT91RM9200 ethernetAndrew Victor2-243/+285
2012-04-27ixgbe: check for WoL support in single functionJacob Keller3-79/+62
2012-04-27igb: Force flow control off during reset when forcing speed.Matthew Vick1-0/+7
2012-04-27e1000e: 82579 potential system hang on stress when ME enabledBruce Allan3-45/+53
2012-04-27e1000e: 82579 packet drop workaroundBruce Allan1-0/+11
2012-04-27e1000e: Enable DMA Burst Mode on 82574 by default.Matthew Vick1-1/+2
2012-04-27e1000e: Disable Far-End LoopBack following reset on 80003ES2LAN.Matthew Vick1-0/+8
2012-04-27be2net: update the driver versionAjit Khaparde1-1/+1
2012-04-27be2net: fix speed displayed by ethtool on certain SKUsAjit Khaparde1-1/+1
2012-04-27be2net: Ignore status of some ioctls during driver loadAjit Khaparde1-13/+4
2012-04-27NET: smsc-ircc2: mark non-experimentalLinus Walleij2-3/+2
2012-04-27bonding: bond_update_speed_duplex() can return void since no callers check its returnRick Jones1-6/+6
2012-04-27qlcnic: Allow a predefined set of capture masks for FW dumpManish Chopra3-18/+24
2012-04-27qlcnic: Adding mac statistics to ethtool.Jitendra Kalsaria3-30/+226
2012-04-27qlcnic: Register device in FAILED state.Sucheta Chakraborty4-13/+93