summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/cassini.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-171-210/+151
* drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-173-138/+117
* drivers/net/bnx2.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-171-84/+61
* drivers/net/b44.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-171-41/+31
* drivers/net/8139too.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-171-106/+81
* drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpersJoe Perches2010-02-171-42/+30
* tg3: Update version to 3.108Matt Carlson2010-02-171-2/+2
* tg3: Push phylib definitions to phylibMatt Carlson2010-02-174-31/+31
* tg3: Rename tg3 phy ID preprocessor definitionsMatt Carlson2010-02-172-107/+106
* tg3: Reformat SSID to phy ID tableMatt Carlson2010-02-172-30/+88
* tg3: Discover phy address onceMatt Carlson2010-02-171-11/+11
* tg3: Reduce indent level of tg3_rx_prodring_allocMatt Carlson2010-02-171-24/+24
* tg3: Rename TG3_FLG3_RGMII_STD_IBND_DISABLEMatt Carlson2010-02-172-8/+8
* tg3: Add more partno entries for fallback pathMatt Carlson2010-02-171-1/+17
* tg3: Allow phylib flowctrl changes anytimeMatt Carlson2010-02-171-42/+52
* tg3: Add support for 2 new selfboot formatsMatt Carlson2010-02-172-0/+10
* tg3: Make 57791 and 57795 10/100 onlyMatt Carlson2010-02-171-0/+2
* tg3: Enforce DMA mapping / skb assignment orderingMatt Carlson2010-02-171-2/+7
* tun: socket filter supportMichael S. Tsirkin2010-02-172-0/+29
* net: export attach/detach filter routinesMichael S. Tsirkin2010-02-171-0/+2
* chelsio: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-173-19/+5
* cxgb3: convert to use netdev_for_each_addrJiri Pirko2010-02-173-40/+11
* smsc911x: replace manual phy lookup.kirjanov@gmail.com2010-02-171-14/+10
* net: bug fix for vlan + gro issueAjit Khaparde2010-02-171-1/+1
* mv643xx_eth: fix missing validate_addr hookkirjanov@gmail.com2010-02-171-0/+1
* net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driverKristoffer Glembo2010-02-175-0/+1803
* via-velocity: Enable scatter/gather IO by defaultSimon Kagstrom2010-02-171-1/+1
* ipg: Remove device claimed by dl2k from pci id tableJeff Mahoney2010-02-171-3/+1
* xfrm: Revert false event eliding commits.David S. Miller2010-02-174-20/+9
* SiS190/191 half-duplex initialization fixRiccardo Ghetta2010-02-171-1/+10
* ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings2010-02-171-3/+0
* bnx2x: version number and dateVladislav Zolotarov2010-02-171-2/+2
* bnx2x: Use firmware 5.2.13Vladislav Zolotarov2010-02-177-16/+28
* bnx2x: FW 5.2.13Vladislav Zolotarov2010-02-172-0/+23040
* bnx2x: fix in 57710 self-testVladislav Zolotarov2010-02-171-1/+2
* bnx2x: Do not allow enabling LRO if disable_tpa=1Vladislav Zolotarov2010-02-171-6/+8
* bnx2x: clean up in case of error in bnx2x_init_hw()Vladislav Zolotarov2010-02-171-0/+3
* bnx2x: Properly release allocated MSI-X/MSI vectorsVladislav Zolotarov2010-02-171-11/+14
* drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches2010-02-176-341/+264
* usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches2010-02-1711-489/+507
* be2net: implement pci shutdown handlerSathya Perla2010-02-171-0/+21
* be2net: fix rx-path to ignore a flush completionSathya Perla2010-02-171-4/+19
* be2net: don't rearm mcc cq when device is not openSathya Perla2010-02-174-2/+26
* be2net: a mini optimization in rx_compl_process() codeSathya Perla2010-02-171-10/+10
* qlge: Fix occasional loopback test failure.Ron Mercer2010-02-171-1/+6
* qlge: Fix bonding mac address bug.Ron Mercer2010-02-172-1/+7
* qlge: Fix dropping of large non-TCP/UDP frames.Ron Mercer2010-02-171-15/+5
* ll_temac: Fix MAC address configuration from userlandSteven J. Magnani2010-02-171-1/+8
* ll_temac: Add support for V2 LLTEMAC coreSteven J. Magnani2010-02-171-1/+4
* net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko2010-02-178-27/+15