summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-13drivers/net/jme: Use netif_printk helpersJoe Perches2-61/+34
2010-02-13drivers/net/r8196.c: Use netif_printk macrosJoe Perches1-88/+48
2010-02-13drivers/net/atl1e: Use netdev_printk helpersJoe Perches3-112/+99
2010-02-12be2net: bug fix in be_read_eepromAjit Khaparde1-1/+1
2010-02-12be2net: remove ASIC generation number from KconfigAjit Khaparde1-2/+2
2010-02-12be2net: change the driver descriptionAjit Khaparde1-1/+1
2010-02-12be2net: fix to limit max vlans supported in certain skewsAjit Khaparde2-14/+19
2010-02-12be2net: minor code optimizationsAjit Khaparde1-3/+5
2010-02-12be2net: bug fix in be_change_mtuAjit Khaparde1-2/+4
2010-02-12be2net: bug fix for flashing the BladeEngine3 ASICAjit Khaparde4-153/+217
2010-02-12be2net: remove unused pci device idAjit Khaparde2-5/+2
2010-02-12virtio_net: remove send queueShirley Ma1-18/+8
2010-02-12net: Makefile change for KSZ884X driverTristram Ha1-0/+1
2010-02-12net: Kconfig change for KSZ884X driverTristram Ha1-0/+11
2010-02-12net: Micrel KSZ8841/2 PCI Ethernet driverTristram Ha1-0/+7335
2010-02-12net: move am79c961's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-02-12macb: straighten out macb_mii_probe functionJiri Pirko1-20/+9
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko168-394/+430
2010-02-11ixgbe: Bump driver version upPeter Waskiewicz1-1/+1
2010-02-11ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz5-18/+228
2010-02-11sky2: receive checksum refactoringstephen hemminger1-31/+28
2010-02-11sky2: disable ASF on Yukon Supremestephen hemminger1-1/+10
2010-02-11sky2: resume clocksstephen hemminger1-4/+5
2010-02-11fec: Add ARCH_MX5 as a dependencyAmit Kucheria1-1/+2
2010-02-11fec: Add LAN8700 phy supportAmit Kucheria1-0/+21
2010-02-11fec: fix uninitialized rx buffer usageRob Herring1-28/+29
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-24/+19
2010-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller1-0/+1
2010-02-09drivers/net: Correct NULL testJulia Lawall1-1/+1
2010-02-09cxgb3: fix GRO checksum checkDivy Le Ray1-8/+12
2010-02-05net: e1000e: convert to use mc helpersJiri Pirko1-11/+6
2010-02-05net: dm9601: convert to use mc helpersJiri Pirko1-5/+5
2010-02-05net: 8139too: convert to use mc helpersJiri Pirko1-4/+3
2010-02-05net: 8139cp: convert to use mc helpersJiri Pirko1-4/+3
2010-02-05e1000e: Fix namespace conflicts wrt. e1000_has_linkDavid S. Miller3-4/+4
2010-02-05qlge: Code clean upBreno Leitao1-2/+2
2010-02-05qlge: removing unreachable block of codeBreno Leitao1-3/+0
2010-02-05qlge: Add watchdog timer.Ron Mercer2-0/+31
2010-02-04libphy: add phy_find_first functionJiri Pirko1-0/+16
2010-02-04igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck1-15/+5
2010-02-04stmmac: fix 'lenght' typo in comments and codeGiuseppe Cavallaro4-5/+5
2010-02-04can: ems_usb: removed duplicated code setting local echo supportThadeu Lima de Souza Cascardo1-2/+0
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller90-1787/+3209
2010-02-04sky2: Flow control frames recorded as dropped packetsStephen Hemminger1-3/+5
2010-02-04sky2: hand receive DMA mapping failuresstephen hemminger1-19/+42
2010-02-04can: mcp251x: Move to threaded interrupts instead of workqueues.Christian Pellegrin1-218/+203
2010-02-04bonding: Remove net_device_stats from bonding structAjit Khaparde2-2/+1
2010-02-04drivers/net/davinci_emac.c: Fix continuation line formatsJoe Perches1-2/+1
2010-02-04trivial: remove duplicated "from" in CAN USB EMS Kconfig helpThadeu Lima de Souza Cascardo1-1/+1
2010-02-04net: macvtap driverArnd Bergmann3-0/+594