summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-13[TG3]: Update copyright, version, and reldate.Michael Chan
2007-02-13[TG3]: Add some tx timeout debug messages.Michael Chan
2007-02-13[TG3]: Use constant for PHY register 0x1e.Michael Chan
2007-02-13[TG3]: Power down 5704 serdes transceiver when shutting down.Michael Chan
2007-02-13[TG3]: 5906 doesn't need to switch to slower clock.Michael Chan
2007-02-13[TG3]: 5722/5756 don't need PHY jitter workaround.Michael Chan
2007-02-13[TG3]: Use lower DMA watermark for 5703.Michael Chan
2007-02-13[TG3]: Save MSI state before suspend.Michael Chan
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven
2007-02-12[PATCH] com20020 build fixRandy Dunlap
2007-02-11[PATCH] Replace regular code with appropriate calls to container_of()Robert P. J. Day
2007-02-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tcLinus Torvalds
2007-02-09[PATCH] uintptr_t is unsigned long, not u32Al Viro
2007-02-09[PATCH] trivial s2io annotationsAl Viro
2007-02-09[PATCH] trivial cxgb3 annotationsAl Viro
2007-02-09[PATCH] pc300too annotation fixesAl Viro
2007-02-09[PATCH] misc duplicate field initializersAl Viro
2007-02-09[PATCH] kill eth_io_copy_and_sum()Al Viro
2007-02-09[PATCH] missing include in macsonicAl Viro
2007-02-09[PATCH] spider_net breakage from class_device -> deviceAl Viro
2007-02-09[TC] defxx: TURBOchannel supportMaciej W. Rozycki
2007-02-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-02-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-02-08ucc_geth: Add support to local-mac-address propertyLi Yang
2007-02-08ucc_geth: Remove obsolete workaround of link speed changeLi Yang
2007-02-08cxgb3: sysfs attributes in -mm treeDivy Le Ray
2007-02-08[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() ...Joe Jin
2007-02-08[TG3]: Avoid an expensive divide.Eric Dumazet
2007-02-08[NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc()...Joe Jin
2007-02-08Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds
2007-02-08Add Attansic L1 ethernet driver.Jay Cliburn
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-02-07AT91: MACB supportAndrew Victor
2007-02-07sky2: version 1.12Stephen Hemminger
2007-02-07sky2: add new chip idsStephen Hemminger
2007-02-07sky2: Yukon Extreme supportStephen Hemminger
2007-02-07sky2: safer transmit timeoutStephen Hemminger
2007-02-07sky2: TSO support for EC_UStephen Hemminger
2007-02-07sky2: use dev_err for error reportsStephen Hemminger
2007-02-07MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman
2007-02-07PCI: Use newly defined PCI channel offline routineLinas Vepstas
2007-02-07sky2: add Wake On Lan supportStephen Hemminger
2007-02-07fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael
2007-02-07Remove unused kernel config option DLCI_COUNTRobert P. J. Day
2007-02-07z85230: spinlock logicAlan Cox
2007-02-07mips: declance: Driver model for the PMAD-AMaciej W. Rozycki
2007-02-07Spidernet: Rework RX linked listLinas Vepstas
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman