summaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea
AgeCommit message (Expand)AuthorLines
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-7/+7
2010-05-17drivers/net: remove useless semicolonsJoe Perches-3/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-4/+0
2010-05-10net: trans_start cleanupsEric Dumazet-1/+1
2010-04-21ehea: fix possible DLPAR/mem deadlockThomas Klein-6/+15
2010-04-21ehea: error handling improvementThomas Klein-26/+62
2010-04-14drivers: net: use skb_headlen()Eric Dumazet-5/+5
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+2
2010-04-03net: convert multicast list to list_headJiri Pirko-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+2
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko-3/+3
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-52/+0
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt-16/+17
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-2/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches-12/+12
2009-11-24powerpc: Move ehea hcall definitions into hvcall.hAnton Blanchard-52/+0
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet-4/+5
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-1/+1
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki-1/+1
2009-09-22drivers/net: remove duplicate structure field initializationJulia Lawall-1/+0
2009-08-04ehea: Fix napi list corruption on ifconfig downHannes Hering-1/+4
2009-07-12netdev: restore MTU change operationBen Hutchings-0/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings-0/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson-1/+1
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-14/+19
2009-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman-4/+4
2009-05-04ehea: fix invalid pointer accessHannes Hering-14/+19
2009-04-14ehea: Fix incomplete conversion to net_device_opsAlexander Beregalov-2/+2
2009-03-13ehea: fix circular locking problemJan-Bernd Themann-27/+31
2009-02-20ehea: Fix memory hotplug handlingThomas Klein-1/+3
2009-02-11ehea: Fix: Remove adapter from adapter list in error pathHannes Hering-1/+2
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2009-01-21ehea: Improve driver behaviour in low mem conditionsThomas Klein-19/+12
2009-01-21ehea: Fix mem allocations which require page alignmentThomas Klein-30/+30
2009-01-21ehea: Use net_device_ops structureThomas Klein-15/+20
2009-01-21net: Remove redundant NAPI functionsBen Hutchings-4/+4
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell-13/+13
2009-01-06net/ehea: use consistant typeStephen Rothwell-8/+8
2009-01-05net/ehea: bitops work on unsigned longsStephen Rothwell-3/+2
2008-12-28net: ehea NAPI interface cleanup fixStephen Rothwell-1/+1
2008-12-25ehea: use get_zeroed_page for alignment-sensitive allocationNathan Lynch-2/+2
2008-12-25drivers/net/ehea: Remove redundant testJulia Lawall-2/+2
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman-3/+3
2008-11-06ehea: Fix some whitespace issuesHannes Hering-6/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller-1/+0
2008-10-27ehea: Detect 16GB hugepages for firmware restrictionThomas Klein-6/+56
2008-10-22ehea: Fix memory hotplug supportHannes Hering-41/+119