aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches2-12/+12
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+5
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-1/+1
2009-09-22drivers/net: remove duplicate structure field initializationJulia Lawall1-1/+0
2009-08-04ehea: Fix napi list corruption on ifconfig downHannes Hering2-1/+4
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-14/+19
2009-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman1-4/+4
2009-05-04ehea: fix invalid pointer accessHannes Hering2-14/+19
2009-04-14ehea: Fix incomplete conversion to net_device_opsAlexander Beregalov1-2/+2
2009-03-13ehea: fix circular locking problemJan-Bernd Themann2-27/+31
2009-02-20ehea: Fix memory hotplug handlingThomas Klein2-1/+3
2009-02-11ehea: Fix: Remove adapter from adapter list in error pathHannes Hering2-1/+2
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-21ehea: Improve driver behaviour in low mem conditionsThomas Klein1-19/+12
2009-01-21ehea: Fix mem allocations which require page alignmentThomas Klein2-30/+30
2009-01-21ehea: Use net_device_ops structureThomas Klein2-15/+20
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-4/+4
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell2-13/+13
2009-01-06net/ehea: use consistant typeStephen Rothwell1-8/+8
2009-01-05net/ehea: bitops work on unsigned longsStephen Rothwell2-3/+2
2008-12-28net: ehea NAPI interface cleanup fixStephen Rothwell1-1/+1
2008-12-25ehea: use get_zeroed_page for alignment-sensitive allocationNathan Lynch1-2/+2
2008-12-25drivers/net/ehea: Remove redundant testJulia Lawall1-2/+2
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-06ehea: Fix some whitespace issuesHannes Hering2-6/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27ehea: Detect 16GB hugepages for firmware restrictionThomas Klein3-6/+56
2008-10-22ehea: Fix memory hotplug supportHannes Hering4-41/+119
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