summaryrefslogtreecommitdiff
path: root/drivers/net/ehea/ehea_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11ehea/ibm*: Move the IBM driversJeff Kirsher1-3768/+0
2011-07-22ehea: do vlan cleanupJiri Pirko1-47/+7
2011-05-24ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao1-1/+1
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+3
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2011-05-12ehea: Fix memory hotplug oopsAnton Blanchard1-3/+3
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+6
2011-04-20ehea: Fix a DLPAR bug on ehea_rereg_mrs().Breno Leitao1-3/+6
2011-04-18net: ehea: convert to hw_featuresMichał Mirosław1-1/+3
2011-01-12ehea: Increase the skb array usageBreno Leitao1-4/+2
2010-12-20ehea: Fixing some message levelBreno Leitao1-2/+2
2010-12-13ehea: Use the standard logging functionsJoe Perches1-212/+203
2010-12-12ehea: don't use flush_scheduled_work()Tejun Heo1-3/+2
2010-12-12ehea: kill unused ehea_rereg_mr_taskTejun Heo1-6/+3
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+19
2010-12-08ehea: Fixing LRO configurationBreno Leitao1-2/+5
2010-12-07Revert "ehea: Use the standard logging functions"David S. Miller1-199/+208
2010-12-06ehea: Use the standard logging functionsJoe Perches1-208/+199
2010-11-29ehea: Add some info messages and fix an issueBreno Leitao1-4/+14
2010-11-28drivers/net: use vzalloc()Eric Dumazet1-3/+1
2010-10-28ehea: 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-14ehea: Fix a checksum issue on the receive pathBreno Leitao1-1/+8
2010-10-09ehea: simplify conditionalNicolas Kaiser1-1/+1
2010-10-06ehea: converting msleeps to waitqueue on check_sqs() functionBreno Leitao1-7/+11
2010-10-06ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao1-7/+12
2010-09-16ehea: Remove a silly returnBreno Leitao1-2/+0
2010-08-26drivers/net: Remove address use from assignments of function pointersJoe Perches1-3/+3
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+59
2010-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+59
2010-08-19ehea: Fix synchronization between HW and SW send queueAndre Detsch1-1/+59
2010-08-18drivers/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-02ehea: Allocate stats buffer with GFP_KERNELBrian King1-1/+1
2010-06-17ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann1-5/+3
2010-06-17ehea: 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-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-7/+7
2010-05-18drivers/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-22ehea: fix possible DLPAR/mem deadlockThomas Klein1-5/+14
2010-04-22ehea: error handling improvementThomas Klein1-5/+26
2010-04-15drivers: net: use skb_headlen()Eric Dumazet1-5/+5
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-3/+3