summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-17cxgb3: convert to use netdev_for_each_addrJiri Pirko3-40/+11
2010-02-17smsc911x: replace manual phy lookup.kirjanov@gmail.com1-14/+10
2010-02-17net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-17mv643xx_eth: fix missing validate_addr hookkirjanov@gmail.com1-0/+1
2010-02-17net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driverKristoffer Glembo5-0/+1803
2010-02-17via-velocity: Enable scatter/gather IO by defaultSimon Kagstrom1-1/+1
2010-02-17ipg: Remove device claimed by dl2k from pci id tableJeff Mahoney1-3/+1
2010-02-17xfrm: Revert false event eliding commits.David S. Miller4-20/+9
2010-02-17SiS190/191 half-duplex initialization fixRiccardo Ghetta1-1/+10
2010-02-17ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings1-3/+0
2010-02-17bnx2x: version number and dateVladislav Zolotarov1-2/+2
2010-02-17bnx2x: Use firmware 5.2.13Vladislav Zolotarov7-16/+28
2010-02-17bnx2x: FW 5.2.13Vladislav Zolotarov2-0/+23040
2010-02-17bnx2x: fix in 57710 self-testVladislav Zolotarov1-1/+2
2010-02-17bnx2x: Do not allow enabling LRO if disable_tpa=1Vladislav Zolotarov1-6/+8
2010-02-17bnx2x: clean up in case of error in bnx2x_init_hw()Vladislav Zolotarov1-0/+3
2010-02-17bnx2x: Properly release allocated MSI-X/MSI vectorsVladislav Zolotarov1-11/+14
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches6-341/+264
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches11-489/+507
2010-02-17be2net: implement pci shutdown handlerSathya Perla1-0/+21
2010-02-17be2net: fix rx-path to ignore a flush completionSathya Perla1-4/+19
2010-02-17be2net: don't rearm mcc cq when device is not openSathya Perla4-2/+26
2010-02-17be2net: a mini optimization in rx_compl_process() codeSathya Perla1-10/+10
2010-02-17qlge: Fix occasional loopback test failure.Ron Mercer1-1/+6
2010-02-17qlge: Fix bonding mac address bug.Ron Mercer2-1/+7
2010-02-17qlge: Fix dropping of large non-TCP/UDP frames.Ron Mercer1-15/+5
2010-02-17ll_temac: Fix MAC address configuration from userlandSteven J. Magnani1-1/+8
2010-02-17ll_temac: Add support for V2 LLTEMAC coreSteven J. Magnani1-1/+4
2010-02-17net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko8-27/+15
2010-02-17cassini: convert to use netdev_for_each_mc_addrJiri Pirko1-37/+35
2010-02-17net: use kasprintf() for socket cache namesAlexey Dobriyan1-8/+2
2010-02-17xt_hashlimit: fix lockingEric Dumazet1-4/+0
2010-02-17ipmr: remove useless checks from ipmr_device_eventPavel Emelyanov1-3/+0
2010-02-17igb: update tx DMA mapping error handlingNick Nunley1-5/+3
2010-02-17igb: change descriptor control thresholdsNick Nunley1-2/+2
2010-02-17igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley1-7/+3
2010-02-17igb: remove unused vmolr valueNick Nunley1-4/+0
2010-02-17igb: minor type cleanupsNick Nunley1-6/+6
2010-02-17igb: move gso_segs into buffer_info structureNick Nunley2-1/+3
2010-02-17igb: inline igb_maybe_stop_txNick Nunley1-1/+1
2010-02-17igb: only read phy specific stats if in internal phy modeNick Nunley1-3/+8
2010-02-17igb: only support SRRCTL_DROP_EN when using multiple queuesNick Nunley1-0/+3
2010-02-17igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley1-0/+4
2010-02-17igb: remove adaptive IFS from driverNick Nunley5-93/+2
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck3-81/+83
2010-02-17igb: call pci_save_state after pci_restore_stateNick Nunley1-0/+2
2010-02-17igb: Power down link when interface is downNick Nunley8-11/+129
2010-02-17igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley1-19/+2
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley3-2/+21
2010-02-17igb: add support for wake-on-linkNick Nunley1-4/+7