summaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea/ehea_main.c
AgeCommit message (Expand)AuthorLines
2008-05-22drivers/net/ehea - remove unnecessary memset after kzallocJoe Perches-2/+0
2008-05-22ehea: Fix use after free on rebootBrian King-1/+2
2008-05-13ehea: Add DLPAR memory remove supportHannes Hering-0/+25
2008-04-25ehea: make things staticAndrew Morton-2/+2
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+22
2008-04-12ehea: Fix DLPAR memory add supportThomas Klein-2/+22
2008-03-28netdev: ehea: port_lock semaphore to mutexDaniel Walker-21/+23
2008-03-28netdev: ehea: bcmc_regs semaphore to mutexDaniel Walker-9/+9
2008-03-28netdev: ehea: locking order correctionDaniel Walker-2/+2
2008-03-28netdev: ehea: ehea_fw_handles semaphore to mutexDaniel Walker-9/+9
2008-03-28netdev: ehea: semaphore to mutexDaniel Walker-4/+4
2008-03-25ehea: Fix IPv6 supportThomas Klein-1/+1
2008-02-23ehea: add kdump supportThomas Klein-24/+257
2008-02-03ehea: fix sysfs link compile problemJan-Bernd Themann-37/+0
2008-02-03ehea: fix main checkpatch complaintsDoug Maxey-41/+46
2007-11-23ehea: Reworked rcv queue handling to log only fatal errorsThomas Klein-6/+5
2007-11-23ehea: Improve tx packets countingThomas Klein-2/+7
2007-10-29ehea: add kexec supportJan-Bernd Themann-0/+21
2007-10-25ehea: fix port_napi_disable/enableJan-Bernd Themann-4/+3
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches-4/+4
2007-10-17[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e...Joachim Fenkes-36/+36
2007-10-10ehea: use kernel event queueJan-Bernd Themann-20/+8
2007-10-10ehea: DLPAR memory add fixJan-Bernd Themann-30/+246
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-2/+0
2007-10-10[EHEA]: Use LRO.Jan-Bernd Themann-7/+77
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger-64/+65
2007-09-13ehea: fix last_rx updateJan-Bernd Themann-1/+1
2007-09-13ehea: propagate physical port stateJan-Bernd Themann-1/+13
2007-08-25ehea: fix module parameter descriptionJan-Bernd Themann-1/+1
2007-08-25ehea: fix interface to DLPAR toolsJan-Bernd Themann-3/+3
2007-08-07ehea: Eliminated some compiler warningsThomas Klein-15/+10
2007-08-07ehea: Simplify resource usage checkThomas Klein-12/+6
2007-08-07ehea: Fix workqueue handlingThomas Klein-0/+1
2007-07-24eHEA: net_poll supportJan-Bernd Themann-1/+21
2007-07-18eHEA: Fix bonding supportThomas Klein-18/+19
2007-07-16eHEA: Introducing support vor DLPAR memory addThomas Klein-14/+130
2007-07-10eHEA: Capability flag for DLPAR supportJan-Bernd Themann-1/+22
2007-07-08ehea: Whitespace cleanupJan-Bernd Themann-15/+17
2007-06-09ehea: Fixed possible kernel panic on VLAN packet recvThomas Klein-7/+5
2007-05-30ehea: Fixed multi queue RX bugThomas Klein-1/+1
2007-05-08Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2007-05-08ehea: Fix skb header accessThomas Klein-3/+3
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell-3/+3
2007-05-02[POWERPC] get_property returns constStephen Rothwell-7/+6
2007-04-28ehea: fix for dlpar supportThomas Klein-22/+45
2007-04-28ehea: fix for sysfs entriesThomas Klein-16/+61
2007-04-28ehea: removing unused functionalityJan-Bernd Themann-35/+20
2007-04-28ehea: code cleanupJan-Bernd Themann-59/+36
2007-04-28ehea: fix for dynamic lpar supportJan-Bernd Themann-20/+19
2007-04-28ehea: NAPI multi queue TX/RX path for SMPJan-Bernd Themann-122/+158