summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* m32r: Fix ei_tx_timeout() in drivers/net/lib8390.cHirokazu Takata2007-07-261-9/+0
* lguest: documentation VII: FIXMEsRusty Russell2007-07-261-0/+19
* lguest: documentation III: DriversRusty Russell2007-07-261-17/+201
* ax88796 (address space): cast to unsigned long, not longAl Viro2007-07-261-1/+1
* cxgb3 gfp_t annotationsAl Viro2007-07-261-1/+1
* misannotation in pppol2tpAl Viro2007-07-261-2/+2
* netdev: i82596 Ethernet needs <asm/cacheflush.h>Geert Uytterhoeven2007-07-241-0/+1
* forcedeth: mcp73 device additionAyaz Abdulla2007-07-241-0/+16
* atl1: make atl1_init_ring_ptrs staticChris Snook2007-07-241-1/+1
* eHEA: net_poll supportJan-Bernd Themann2007-07-242-2/+22
* drivers/net/acenic.c: fix check-after-useAdrian Bunk2007-07-241-6/+0
* defxx: Use __maybe_unused rather than a local hackMaciej W. Rozycki2007-07-241-9/+8
* Fix error checking in Vitesse IRQ configAndy Fleming2007-07-241-1/+1
* ps3: reduce allocation size of rx skb buffersMasakazu Mokuno2007-07-242-13/+44
* atl1: use kernel provided ethernet length constantsJay Cliburn2007-07-242-11/+7
* atl1: fix typo in dma_req_blockJay Cliburn2007-07-241-2/+2
* atl1: change cmb write thresholdJay Cliburn2007-07-241-1/+4
* atl1: fix typo in DMA engine setupJay Cliburn2007-07-241-2/+2
* atl1: change tpd_avail function nameJay Cliburn2007-07-241-2/+2
* ps3: fix rare issue that reenabling rx DMA failsMasakazu Mokuno2007-07-242-2/+8
* ps3: removed calling netif_poll_enable() in open()Masakazu Mokuno2007-07-241-1/+0
* ps3: use ethX as the name of irqMasakazu Mokuno2007-07-241-1/+1
* ps3: use net_device_stats of net_device structureMasakazu Mokuno2007-07-242-24/+8
* ps3: removed conditional ethtool supportMasakazu Mokuno2007-07-242-6/+0
* ps3: removed defines no longer usedMasakazu Mokuno2007-07-241-7/+0
* ps3: tx descriptor handling cleanupMasakazu Mokuno2007-07-241-53/+71
* ps3: some minor cleanupsMasakazu Mokuno2007-07-242-3/+3
* ps3: fix wrong calculation of rx descriptor addressMasakazu Mokuno2007-07-241-1/+1
* netxen: Load firmware during probe, dma watchdog fix.dhananjay@netxen.com2007-07-242-26/+25
* ucc_geth: add support to netif message levelLi Yang2007-07-241-125/+190
* ucc_geth: add ethtool supportLi Yang2007-07-245-14/+407
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-221-2/+1
|\
| * mlx4_core: Change command token on timeoutRoland Dreier2007-07-201-2/+1
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-07-223-5/+2
|\ \
| * | [ARM] rpc: silence two section mismatch warningsRussell King2007-07-202-2/+2
| * | [ARM] rpc: remove linux/ptrace.h from ARM ether?.c driversRussell King2007-07-203-3/+0
* | | [NET]: Make NETDEVICES depend on NET.Jan Engelhardt2007-07-211-0/+1
* | | [IrDA]: TOSHIBA_FIR depends on virt_to_busStephen Rothwell2007-07-211-1/+1
* | | [IrDA]: EP7211 IR driver port to the latest SIR APISamuel Ortiz2007-07-213-0/+99
| |/ |/|
* | [SPARC64]: Add proper multicast support to VNET driver.David S. Miller2007-07-202-2/+146
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-07-201-1/+1
|\ \
| * | [SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.Fabio Massimo Di Nitto2007-07-191-1/+1
| |/
* | Fix up sky2 breakageAl Viro2007-07-201-3/+4
* | mac89x0: missing __initAl Viro2007-07-201-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-192-49/+66
|\
| * [TG3]: Fix msi issue with kexec/kdump.Michael Chan2007-07-182-49/+66
* | lguest: the net driverRusty Russell2007-07-192-0/+355
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-1930-73/+35
* | unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-2/+1
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-1816-51/+1279
|\ \