summaryrefslogtreecommitdiff
path: root/drivers/net/ehea/ehea_main.c
AgeCommit message (Expand)Author
2010-06-16ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann
2010-06-16ehea: fix delayed packet processingJan-Bernd Themann
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-05-17drivers/net: remove useless semicolonsJoe Perches
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-21ehea: fix possible DLPAR/mem deadlockThomas Klein
2010-04-21ehea: error handling improvementThomas Klein
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-22drivers/net: remove duplicate structure field initializationJulia Lawall
2009-08-04ehea: Fix napi list corruption on ifconfig downHannes Hering
2009-07-12netdev: restore MTU change operationBen Hutchings
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman
2009-05-04ehea: fix invalid pointer accessHannes Hering
2009-04-14ehea: Fix incomplete conversion to net_device_opsAlexander Beregalov
2009-03-13ehea: fix circular locking problemJan-Bernd Themann
2009-02-20ehea: Fix memory hotplug handlingThomas Klein
2009-02-11ehea: Fix: Remove adapter from adapter list in error pathHannes Hering
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-21ehea: Improve driver behaviour in low mem conditionsThomas Klein
2009-01-21ehea: Fix mem allocations which require page alignmentThomas Klein
2009-01-21ehea: Use net_device_ops structureThomas Klein
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell
2009-01-05net/ehea: bitops work on unsigned longsStephen Rothwell
2008-12-28net: ehea NAPI interface cleanup fixStephen Rothwell
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-22ehea: Fix memory hotplug supportHannes Hering
2008-07-30drivers/net/ehea/ehea_main.c: Release mutex in error handling codeJulia Lawall
2008-07-04ehea: Access iph->tot_len with correct endiannessRoland Dreier
2008-07-04ehea: fix race conditionJan-Bernd Themann
2008-07-04ehea: add MODULE_DEVICE_TABLEJan-Bernd Themann
2008-07-04ehea: fix might sleep problemJan-Bernd Themann
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller
2008-06-10ehea: set mac address fixJan-Bernd Themann
2008-05-22drivers/net/ehea - remove unnecessary memset after kzallocJoe Perches
2008-05-22ehea: Fix use after free on rebootBrian King
2008-05-13ehea: Add DLPAR memory remove supportHannes Hering