aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-17drivers/net/b44.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-41/+31
2010-02-17drivers/net/8139too.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-106/+81
2010-02-17drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-42/+30
2010-02-17tg3: Update version to 3.108Matt Carlson1-2/+2
2010-02-17tg3: Push phylib definitions to phylibMatt Carlson4-31/+31
2010-02-17tg3: Rename tg3 phy ID preprocessor definitionsMatt Carlson2-107/+106
2010-02-17tg3: Reformat SSID to phy ID tableMatt Carlson2-30/+88
2010-02-17tg3: Discover phy address onceMatt Carlson1-11/+11
2010-02-17tg3: Reduce indent level of tg3_rx_prodring_allocMatt Carlson1-24/+24
2010-02-17tg3: Rename TG3_FLG3_RGMII_STD_IBND_DISABLEMatt Carlson2-8/+8
2010-02-17tg3: Add more partno entries for fallback pathMatt Carlson1-1/+17
2010-02-17tg3: Allow phylib flowctrl changes anytimeMatt Carlson1-42/+52
2010-02-17tg3: Add support for 2 new selfboot formatsMatt Carlson2-0/+10
2010-02-17tg3: Make 57791 and 57795 10/100 onlyMatt Carlson1-0/+2
2010-02-17tg3: Enforce DMA mapping / skb assignment orderingMatt Carlson1-2/+7
2010-02-17tun: socket filter supportMichael S. Tsirkin2-0/+29
2010-02-17net: export attach/detach filter routinesMichael S. Tsirkin1-0/+2
2010-02-17chelsio: convert to use netdev_for_each_mc_addrJiri Pirko3-19/+5
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