summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-221-0/+1
* | | [IrDA]: TOSHIBA_FIR depends on virt_to_busStephen Rothwell2007-07-221-1/+1
* | | [IrDA]: EP7211 IR driver port to the latest SIR APISamuel Ortiz2007-07-223-0/+99
| |/ |/|
* | [SPARC64]: Add proper multicast support to VNET driver.David S. Miller2007-07-212-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-201-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-192-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-1916-51/+1279
|\ \
| * | eHEA: Fix bonding supportThomas Klein2007-07-192-19/+20
| * | Blackfin ethernet driver: on chip ethernet MAC controller driverBryan Wu2007-07-194-0/+1186
| * | fix wrong argument of tc35815_read_plat_dev_addr()Yoichi Yuasa2007-07-191-1/+1
| * | Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/...Jeff Garzik2007-07-193-13/+13
| |\ \
| | * | [PATCH] zd1211rw: Add ID for Siemens Gigaset USB Stick 54Daniel Drake2007-07-181-0/+1
| | * | [PATCH] zd1211rw: Add ID for Planex GW-US54GXSMasakazu Mokuno2007-07-181-0/+1
| | * | [PATCH] Update version ipw2200 stamp to 1.2.2Zhu Yi2007-07-181-1/+1
| | * | [PATCH] ipw2200: Fix ipw_isr() comments error on shared IRQZhu Yi2007-07-181-1/+1
| | * | [PATCH] Fix ipw2200 set wrong power parameter causing firmware errorZhu Yi2007-07-181-8/+6
| | * | [PATCH] ipw2100: Fix `iwpriv set_power` errorZhu Yi2007-07-181-3/+3
| * | | ARM/ETHER3: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-191-1/+1
| * | | SAA9730: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-191-5/+4
| * | | NI5010: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-191-5/+1
| * | | NS83820: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-191-1/+1
| * | | Fix RGMII-ID handling in gianfarAndy Fleming2007-07-191-1/+11
| * | | Fix Vitesse RGMII-ID supportAndy Fleming2007-07-191-3/+20
| * | | Fix Vitesse 824x PHY interrupt ackingAndy Fleming2007-07-191-2/+21
| | |/ | |/|
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-07-195-73/+130
|\ \ \ | |/ / |/| |
| * | IB/mlx4: Increase max outstanding RDMA reads as targetJack Morgenstein2007-07-181-1/+1
| * | mlx4_core: Reset device when internal error is detectedJack Morgenstein2007-07-185-72/+129