aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Revert "ehea: fix mutex and spinlock use"David S. Miller1-4/+22
2008-09-24ehea: Enable DLPAR memory removeHannes Hering1-2/+2
2008-09-24ehea: fix mutex and spinlock useSebastien Dugue1-22/+4
2008-09-24ehea: Fix DLPAR memory handlingHannes Hering1-1/+2
2008-09-24ehea: fix phyp debugging typoSebastien Dugue1-1/+1
2008-07-30drivers/net/ehea/ehea_main.c: Release mutex in error handling codeJulia Lawall1-2/+2
2008-07-04ehea: Access iph->tot_len with correct endiannessRoland Dreier1-1/+1
2008-07-04ehea: fix race conditionJan-Bernd Themann2-7/+16
2008-07-04ehea: add MODULE_DEVICE_TABLEJan-Bernd Themann1-0/+1
2008-07-04ehea: fix might sleep problemJan-Bernd Themann2-12/+12
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+2
2008-06-10ehea: set mac address fixJan-Bernd Themann1-6/+10
2008-05-22drivers/net/ehea - remove unnecessary memset after kzallocJoe Perches1-2/+0
2008-05-22ehea: Fix use after free on rebootBrian King1-1/+2
2008-05-13ehea: Add DLPAR memory remove supportHannes Hering3-84/+254
2008-04-25ehea: make things staticAndrew Morton1-2/+2
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+24
2008-04-12ehea: Fix DLPAR memory add supportThomas Klein2-3/+24
2008-03-28netdev: ehea: port_lock semaphore to mutexDaniel Walker2-22/+24
2008-03-28netdev: ehea: bcmc_regs semaphore to mutexDaniel Walker2-10/+10
2008-03-28netdev: ehea: locking order correctionDaniel Walker1-2/+2
2008-03-28netdev: ehea: ehea_fw_handles semaphore to mutexDaniel Walker2-10/+10
2008-03-28netdev: ehea: semaphore to mutexDaniel Walker1-4/+4
2008-03-25ehea: Fix IPv6 supportThomas Klein2-2/+2
2008-02-23ehea: add kdump supportThomas Klein2-25/+290
2008-02-03ehea: fix sysfs link compile problemJan-Bernd Themann1-37/+0
2008-02-03ehea: fix qmr checkpatch complaintsDoug Maxey2-24/+24
2008-02-03ehea: fix phyp checkpatch complaintsDoug Maxey2-90/+90
2008-02-03ehea: fix main checkpatch complaintsDoug Maxey1-41/+46
2008-02-03ehea: fix ethtool checkpatch complaintsDoug Maxey1-2/+2
2008-02-03ehea: fix ehea.h checkpatch complaintsDoug Maxey2-4/+7
2007-11-23ehea: Reworked rcv queue handling to log only fatal errorsThomas Klein3-9/+8
2007-11-23ehea: Improve tx packets countingThomas Klein2-3/+8
2007-10-29ehea: add kexec supportJan-Bernd Themann2-1/+22
2007-10-25ehea: fix port_napi_disable/enableJan-Bernd Themann2-5/+4
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-4/+4
2007-10-17[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA driversJoachim Fenkes2-37/+37
2007-10-10ehea: use kernel event queueJan-Bernd Themann3-24/+10
2007-10-10ehea: DLPAR memory add fixJan-Bernd Themann5-46/+259
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-4/+9
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[EHEA]: Use LRO.Jan-Bernd Themann3-7/+99
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2-65/+66
2007-09-13ehea: fix last_rx updateJan-Bernd Themann1-1/+1
2007-09-13ehea: propagate physical port stateJan-Bernd Themann2-2/+17
2007-08-25ehea: fix queue destructorJan-Bernd Themann1-0/+6
2007-08-25ehea: fix module parameter descriptionJan-Bernd Themann1-1/+1
2007-08-25ehea: fix interface to DLPAR toolsJan-Bernd Themann1-3/+3
2007-08-07ehea: Eliminated some compiler warningsThomas Klein1-15/+10