summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-02-17b44: replace defineGary Zambrano1-9/+8
2007-02-17e1000: allow ethtool to see link status when downKok, Auke1-1/+1
2007-02-17e1000: remove obsolete custom pci_save_state codeKok, Auke2-57/+2
2007-02-17e1000: fix shared interrupt warning messageKok, Auke1-6/+6
2007-02-17bugfixes and new hardware support for arcnet driverJeff Morrow4-4/+7
2007-02-17pcnet32 NAPI no longer experimentalpcnet32@verizon.net1-2/+2
2007-02-17macb: Remove inappropriate spinlocks around mii callsHaavard Skinnemoen1-21/+3
2007-02-17Convert meth to netdev_privRalf Baechle1-13/+13
2007-02-17sky2: v1.13Stephen Hemminger1-1/+1
2007-02-17sky2: receive error handling improvementsStephen Hemminger1-8/+1
2007-02-17sky2: transmit timeoutStephen Hemminger2-16/+50
2007-02-17sky2: flow control negotiation for Yukon-FEStephen Hemminger1-11/+31
2007-02-17sky2: no need to reset pause bits on shutdownStephen Hemminger1-7/+0
2007-02-17sky2: dont flush good pause framesStephen Hemminger1-1/+1
2007-02-17cxgb3 Fix copyrights in the cxgb3 driver.Steve Wise6-6/+0
2007-02-17gianfar: don't duplicate gfar_error()Sergei Shtylyov1-70/+15
2007-02-17NetXen: Fix to get the driver working after sparse changesAmit S. Kale1-4/+4
2007-02-17net/wan/pc300too.c: pci_module_init to pci_register_driverRichard Knutsson1-1/+1
2007-02-17atl1: bump version numberJay Cliburn1-1/+1
2007-02-17atl1: add L1 device id to pci_ids, then use itChris Snook1-1/+1
2007-02-17atl1: remove unused defineChris Snook1-1/+0
2007-02-17atl1: read MAC address from registerJay Cliburn1-15/+20
2007-02-17atl1: fix bad ioread addressAl Viro1-1/+1
2007-02-17atl1: drop NET_PCI from KconfigJay Cliburn1-1/+1
2007-02-17PCMCIA-NETDEV : the 2nd argument of el3_interrrupt and smc_interrupt is struc...Komuro2-2/+2
2007-02-17phylib: Add support for Marvell 88e1111S and 88e1145Andy Fleming1-12/+144
2007-02-17Merge branch 'master' into upstreamJeff Garzik52-69/+64
2007-02-17Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Jeff Garzik15-80/+83
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: register the sysctl number used by the arlan driverEric W. Biederman1-1/+1
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2Thomas Gleixner2-2/+3
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner6-12/+12
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau41-41/+0
2007-02-13[TG3]: Update copyright, version, and reldate.Michael Chan1-3/+3
2007-02-13[TG3]: Add some tx timeout debug messages.Michael Chan1-1/+11
2007-02-13[TG3]: Use constant for PHY register 0x1e.Michael Chan2-4/+7
2007-02-13[TG3]: Power down 5704 serdes transceiver when shutting down.Michael Chan1-1/+11
2007-02-13[TG3]: 5906 doesn't need to switch to slower clock.Michael Chan1-1/+2
2007-02-13[TG3]: 5722/5756 don't need PHY jitter workaround.Michael Chan1-1/+3
2007-02-13[TG3]: Use lower DMA watermark for 5703.Michael Chan1-1/+7
2007-02-13[TG3]: Save MSI state before suspend.Michael Chan1-0/+3
2007-02-12Convert network devices to use struct device instead of class_deviceKumar Gala1-53/+55
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven13-25/+25
2007-02-12[PATCH] com20020 build fixRandy Dunlap1-1/+2
2007-02-11[PATCH] Replace regular code with appropriate calls to container_of()Robert P. J. Day1-1/+1
2007-02-09phy devices: use same arg typesRandy Dunlap1-2/+2
2007-02-09Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik7-89/+208
2007-02-09NetXen: Updates for ethtool supportAmit S. Kale3-4/+14
2007-02-09NetXen: Fixes for ppc architecture.Amit S. Kale4-4/+7
2007-02-09ehea: Fixed error recoveryJan-Bernd Themann6-2/+68