summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-07-25ps3: reduce allocation size of rx skb buffersMasakazu Mokuno2-13/+44
2007-07-25atl1: use kernel provided ethernet length constantsJay Cliburn2-11/+7
2007-07-25atl1: fix typo in dma_req_blockJay Cliburn1-2/+2
2007-07-25atl1: change cmb write thresholdJay Cliburn1-1/+4
2007-07-25atl1: fix typo in DMA engine setupJay Cliburn1-2/+2
2007-07-25atl1: change tpd_avail function nameJay Cliburn1-2/+2
2007-07-25ps3: fix rare issue that reenabling rx DMA failsMasakazu Mokuno2-2/+8
2007-07-25ps3: removed calling netif_poll_enable() in open()Masakazu Mokuno1-1/+0
2007-07-25ps3: use ethX as the name of irqMasakazu Mokuno1-1/+1
2007-07-25ps3: use net_device_stats of net_device structureMasakazu Mokuno2-24/+8
2007-07-25ps3: removed conditional ethtool supportMasakazu Mokuno2-6/+0
2007-07-25ps3: removed defines no longer usedMasakazu Mokuno1-7/+0
2007-07-25ps3: tx descriptor handling cleanupMasakazu Mokuno1-53/+71
2007-07-25ps3: some minor cleanupsMasakazu Mokuno2-3/+3
2007-07-25ps3: fix wrong calculation of rx descriptor addressMasakazu Mokuno1-1/+1
2007-07-25netxen: Load firmware during probe, dma watchdog fix.dhananjay@netxen.com2-26/+25
2007-07-25ucc_geth: add support to netif message levelLi Yang1-125/+190
2007-07-25ucc_geth: add ethtool supportLi Yang5-14/+407
2007-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-2/+1
2007-07-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-5/+2
2007-07-22[NET]: Make NETDEVICES depend on NET.Jan Engelhardt1-0/+1
2007-07-22[IrDA]: TOSHIBA_FIR depends on virt_to_busStephen Rothwell1-1/+1
2007-07-22[IrDA]: EP7211 IR driver port to the latest SIR APISamuel Ortiz3-0/+99
2007-07-21mlx4_core: Change command token on timeoutRoland Dreier1-2/+1
2007-07-21[SPARC64]: Add proper multicast support to VNET driver.David S. Miller2-2/+146
2007-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds1-1/+1
2007-07-20Fix up sky2 breakageAl Viro1-3/+4
2007-07-20mac89x0: missing __initAl Viro1-1/+1
2007-07-20[ARM] rpc: silence two section mismatch warningsRussell King2-2/+2
2007-07-20[ARM] rpc: remove linux/ptrace.h from ARM ether?.c driversRussell King3-3/+0
2007-07-20[SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.Fabio Massimo Di Nitto1-1/+1
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2-49/+66
2007-07-19lguest: the net driverRusty Russell2-0/+355
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau30-73/+35
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita1-2/+1
2007-07-19[TG3]: Fix msi issue with kexec/kdump.Michael Chan2-49/+66
2007-07-19Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds16-51/+1279
2007-07-19Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds5-73/+130
2007-07-19eHEA: Fix bonding supportThomas Klein2-19/+20
2007-07-19Blackfin ethernet driver: on chip ethernet MAC controller driverBryan Wu4-0/+1186
2007-07-19fix wrong argument of tc35815_read_plat_dev_addr()Yoichi Yuasa1-1/+1
2007-07-19Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/...Jeff Garzik3-13/+13
2007-07-19ARM/ETHER3: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2007-07-19SAA9730: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明1-5/+4
2007-07-19NI5010: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明1-5/+1
2007-07-19NS83820: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2007-07-19Fix RGMII-ID handling in gianfarAndy Fleming1-1/+11
2007-07-19Fix Vitesse RGMII-ID supportAndy Fleming1-3/+20
2007-07-19Fix Vitesse 824x PHY interrupt ackingAndy Fleming1-2/+21
2007-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds3-44/+87