aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-08[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() callsJoe Jin2-6/+2
2007-02-08[TG3]: Avoid an expensive divide.Eric Dumazet1-1/+1
2007-02-08[NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc() callsJoe Jin1-4/+1
2007-02-08Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-2/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-4/+3
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds11-141/+202
2007-02-07AT91: MACB supportAndrew Victor3-4/+31
2007-02-07sky2: version 1.12Stephen Hemminger1-1/+1
2007-02-07sky2: add new chip idsStephen Hemminger1-0/+4
2007-02-07sky2: Yukon Extreme supportStephen Hemminger2-16/+89
2007-02-07sky2: safer transmit timeoutStephen Hemminger1-26/+15
2007-02-07sky2: TSO support for EC_UStephen Hemminger1-4/+3
2007-02-07sky2: use dev_err for error reportsStephen Hemminger1-44/+31
2007-02-07MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman1-2/+1
2007-02-07PCI: Use newly defined PCI channel offline routineLinas Vepstas2-2/+2
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