summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-07-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds29-91/+42
2007-07-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds1-28/+20
2007-07-31Typo fixes errror -> errorGabriel Craciunescu1-1/+1
2007-07-31in-string typos of "error"Eddy L O Jansson1-1/+1
2007-07-31bpqether: fix rcu usagePaul E. McKenney1-3/+3
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa1-8/+0
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox24-24/+0
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox1-42/+10
2007-07-31[PPPOE]: Improve hashing function in hash_item().Florian Zumbiehl1-10/+15
2007-07-31[PPPOL2TP]: Add CONFIG_INET Kconfig dependency.James Chapman1-1/+1
2007-07-31[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right locationFlorian Zumbiehl1-2/+1
2007-07-31[PPPoX/E]: return ENOTTY on unknown ioctl requestsFlorian Zumbiehl2-11/+9
2007-07-31[NET] loopback: Panic if registration failsHerbert Xu1-1/+6
2007-07-30[SUNLANCE]: Fix sparc32 crashes by using of_*() interfaces.David S. Miller1-28/+20
2007-07-30Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds11-441/+278
2007-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-12/+3
2007-07-30Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/p...Micah Gruber1-1/+3
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