summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-07-30PATCH kernel 2.6.22] PCMCIA-NETDEV : modify smc91c92_cs.c to become SMP safeKomuro1-6/+17
2007-07-30S2io: Increment received packet count correctlyRamkrishna Vepa1-1/+2
2007-07-30S2io: Fix crash when resetting adapterRamkrishna Vepa1-15/+0
2007-07-30S2io: Mask spurious interruptsRamkrishna Vepa1-3/+2
2007-07-30S2IO: Implementing review comments from old patchesVeena Parat1-5/+5
2007-07-30S2IO: Checking for the return value of pci map functionVeena Parat2-3/+79
2007-07-30S2IO: Removing MSI support from driverVeena Parat2-151/+10
2007-07-30S2IO: Removing 3 buffer mode support from the driverVeena Parat2-217/+73
2007-07-30netxen: drop redudant spinlockDhananjay Phadke1-4/+0
2007-07-30netxen: Fix interrupt handling for multiport adaptersdhananjay@netxen.com1-17/+19
2007-07-30netxen: re-init station address after h/w initdhananjay@netxen.com1-2/+2
2007-07-30forcedeth: mac address correctAyaz Abdulla1-17/+19
2007-07-30gfar: Fix modpost warningKumar Gala2-2/+2
2007-07-30lib8390: comment on locking by Alan CoxJarek Poplawski1-0/+46
2007-07-30Fix a potential NULL pointer dereference in write_bulk_callback() in drivers/...Micah Gruber1-1/+3
2007-07-30setup and detect 2nd phy on MCF5275 in FEC driverMike Cruse1-0/+23
2007-07-30clean up reading of ICR register in FEC driverGreg Ungerer1-3/+3
2007-07-30fix work queues in FEC driverGreg Ungerer1-6/+11
2007-07-30remove unused config symbol from FEC driverGreg Ungerer1-2/+0
2007-07-30include cacheflush.h in FEC driverGreg Ungerer1-0/+1
2007-07-29Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=nRusty Russell1-1/+1
2007-07-28Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds1-1/+5
2007-07-28mlx4_core: Remove kfree() in mlx4_mr_alloc() error flowJack Morgenstein1-12/+3
2007-07-26m32r: Fix ei_tx_timeout() in drivers/net/lib8390.cHirokazu Takata1-9/+0
2007-07-26lguest: documentation VII: FIXMEsRusty Russell1-0/+19
2007-07-26lguest: documentation III: DriversRusty Russell1-17/+201
2007-07-26ax88796 (address space): cast to unsigned long, not longAl Viro1-1/+1
2007-07-26cxgb3 gfp_t annotationsAl Viro1-1/+1
2007-07-26misannotation in pppol2tpAl Viro1-2/+2
2007-07-24netdev: i82596 Ethernet needs <asm/cacheflush.h>Geert Uytterhoeven1-0/+1
2007-07-24forcedeth: mcp73 device additionAyaz Abdulla1-0/+16
2007-07-24atl1: make atl1_init_ring_ptrs staticChris Snook1-1/+1
2007-07-24eHEA: net_poll supportJan-Bernd Themann2-2/+22
2007-07-24drivers/net/acenic.c: fix check-after-useAdrian Bunk1-6/+0
2007-07-24defxx: Use __maybe_unused rather than a local hackMaciej W. Rozycki1-9/+8
2007-07-24Fix error checking in Vitesse IRQ configAndy Fleming1-1/+1
2007-07-24ps3: reduce allocation size of rx skb buffersMasakazu Mokuno2-13/+44
2007-07-24atl1: use kernel provided ethernet length constantsJay Cliburn2-11/+7
2007-07-24atl1: fix typo in dma_req_blockJay Cliburn1-2/+2
2007-07-24atl1: change cmb write thresholdJay Cliburn1-1/+4
2007-07-24atl1: fix typo in DMA engine setupJay Cliburn1-2/+2
2007-07-24atl1: change tpd_avail function nameJay Cliburn1-2/+2
2007-07-24ps3: fix rare issue that reenabling rx DMA failsMasakazu Mokuno2-2/+8
2007-07-24ps3: removed calling netif_poll_enable() in open()Masakazu Mokuno1-1/+0
2007-07-24ps3: use ethX as the name of irqMasakazu Mokuno1-1/+1
2007-07-24ps3: use net_device_stats of net_device structureMasakazu Mokuno2-24/+8
2007-07-24ps3: removed conditional ethtool supportMasakazu Mokuno2-6/+0
2007-07-24ps3: removed defines no longer usedMasakazu Mokuno1-7/+0
2007-07-24ps3: tx descriptor handling cleanupMasakazu Mokuno1-53/+71
2007-07-24ps3: some minor cleanupsMasakazu Mokuno2-3/+3