aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-07sky2: add Wake On Lan supportStephen Hemminger2-47/+189
2007-02-07fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael1-1/+1
2007-02-07Remove unused kernel config option DLCI_COUNTRobert P. J. Day1-11/+0
2007-02-07z85230: spinlock logicAlan Cox1-13/+1
2007-02-07mips: declance: Driver model for the PMAD-AMaciej W. Rozycki1-47/+117
2007-02-07Spidernet: Rework RX linked listLinas Vepstas1-8/+4
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman11-141/+202
2007-02-07Merge branch 'linux-2.6'Paul Mackerras34-396/+408
2007-02-07[POWERPC] Fix kernel build errors for mpc8272ads and mpc8560adsVitaly Bordug1-0/+1
2007-02-07[POWERPC] Add "is_power_of_2" checking to log2.h.Robert P. J. Day1-2/+0
2007-02-06NET: turn local_save_flags() + local_irq_disable() into local_irq_save()Jiri Kosina1-2/+1
2007-02-06NET-3c59x: turn local_save_flags() + local_irq_disable() into local_irq_save()Jiri Kosina1-2/+1
2007-02-06hp100: convert pci_module_init() to pci_register_driver()Richard Knutsson1-1/+1
2007-02-06NetXen: Added ethtool support for user level tools.Amit S. Kale3-19/+361
2007-02-06NetXen: Firmware crb init changes.Amit S. Kale1-3/+9
2007-02-06skge: version 1.10Stephen Hemminger1-1/+1
2007-02-06skge: WOL supportStephen Hemminger2-35/+125
2007-02-06skge: use dev_printkStephen Hemminger1-38/+31
2007-02-06skge: handle zero address at openStephen Hemminger1-3/+5
2007-02-06b44 endian annotationsAl Viro2-9/+9
2007-02-05PA Semi PWRficient Ethernet driverOlof Johansson4-0/+1487
2007-02-05s2io: De-typedef driver.Ralf Baechle3-351/+362
2007-02-05s2io: Removed enabling of some of the unused interrupts.Sivakumar Subramani1-112/+1
2007-02-05s2io: Fixes in updating skb->truesize and code cleanup.Sivakumar Subramani1-5/+10
2007-02-05S2IO: Fixes for reset and link handling.Sivakumar Subramani3-160/+253
2007-02-05s2io: Making LRO and UFO as module loadable parameter.Sivakumar Subramani2-93/+77
2007-02-05PC300too alternative WAN driverKrzysztof Halasa3-0/+579
2007-02-05cxgb3 - Add dual licensingDivy Le Ray20-136/+399
2007-02-05cxgb3 - Add <linux/mutex.h>Divy Le Ray1-0/+1
2007-02-05cxgb3 - Remove BUG_ON from t3b_intr_napiDivy Le Ray1-2/+0
2007-02-05cxgb3 - white space to tabsDivy Le Ray1-15/+15
2007-02-05cxgb3 - Clean up HW init routineDivy Le Ray1-11/+5
2007-02-05cxgb3 - bogus status error stringDivy Le Ray1-1/+1
2007-02-05cxgb3 - remove SW Tx credits coalescingDivy Le Ray1-61/+14
2007-02-05cxgb3 - bind qsets on multiport adapterDivy Le Ray3-24/+54
2007-02-05cxgb3 - FW versioningDivy Le Ray3-12/+47
2007-02-05git-netdev-all: chelsio fixAndrew Morton1-1/+1
2007-02-05remove one remaining "#define BCM_TSO 1"Adrian Bunk1-1/+0
2007-02-05UCC Ether driver: kmalloc casting cleanupsAhmed S. Darwish1-13/+10
2007-02-05sky2: handle network device allocation failureshemminger@linux-foundation.org1-6/+14
2007-02-05sky2: software rx/tx statsshemminger@linux-foundation.org1-16/+5
2007-02-05sky2: version 1.11.1shemminger@linux-foundation.org1-1/+1
2007-02-05forcedeth: statistics optimizationAyaz Abdulla1-21/+17
2007-02-05forcedeth: statistics supportedAyaz Abdulla1-79/+110
2007-02-05forcedeth: tx max workAyaz Abdulla1-6/+12
2007-02-05forcedeth: irq data path optimizationAyaz Abdulla1-72/+77
2007-02-05forcedeth: rx data path optimizationAyaz Abdulla1-182/+148
2007-02-05forcedeth: tx data path optimizationAyaz Abdulla1-57/+58
2007-02-05forcedeth: tx limitingAyaz Abdulla1-16/+13
2007-02-05forcedeth: optimized routinesAyaz Abdulla1-133/+501