summaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea/ehea_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-27ehea: Fixing statisticsBreno Leitao1-6/+26
2010-10-27ehea: fix use after freeEric Dumazet1-5/+5
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+8
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-13ehea: Fix a checksum issue on the receive pathBreno Leitao1-1/+8
2010-10-09ehea: simplify conditionalNicolas Kaiser1-1/+1
2010-10-05ehea: converting msleeps to waitqueue on check_sqs() functionBreno Leitao1-7/+11
2010-10-05ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao1-7/+12
2010-09-15ehea: Remove a silly returnBreno Leitao1-2/+0
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-3/+3
2010-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+59
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+59
2010-08-18ehea: Fix synchronization between HW and SW send queueAndre Detsch1-1/+59
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-6/+6
2010-07-01ehea: Allocate stats buffer with GFP_KERNELBrian King1-1/+1
2010-06-16ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann1-5/+3
2010-06-16ehea: fix delayed packet processingJan-Bernd Themann1-0/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-26/+52
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-7/+7
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-3/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-21ehea: fix possible DLPAR/mem deadlockThomas Klein1-5/+14
2010-04-21ehea: error handling improvementThomas Klein1-5/+26
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-5/+5
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-10/+10
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+5
2009-09-22drivers/net: remove duplicate structure field initializationJulia Lawall1-1/+0
2009-08-04ehea: Fix napi list corruption on ifconfig downHannes Hering1-0/+3
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+1
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-13/+18
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 Hering1-13/+18
2009-04-14ehea: Fix incomplete conversion to net_device_opsAlexander Beregalov1-2/+2
2009-03-13ehea: fix circular locking problemJan-Bernd Themann1-26/+30
2009-02-20ehea: Fix memory hotplug handlingThomas Klein1-0/+2
2009-02-11ehea: Fix: Remove adapter from adapter list in error pathHannes Hering1-0/+1
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 Klein1-28/+28
2009-01-21ehea: Use net_device_ops structureThomas Klein1-14/+19
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-4/+4