aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea/ehea_main.c
Commit message (Expand)AuthorAgeFilesLines
* ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao2011-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-1/+3
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-3/+3
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-3/+6
| |\ \
| * | | net: ehea: convert to hw_featuresMichał Mirosław2011-04-171-1/+3
* | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
| |_|/ |/| |
* | | ehea: Fix memory hotplug oopsAnton Blanchard2011-05-121-3/+3
| |/ |/|
* | ehea: Fix a DLPAR bug on ehea_rereg_mrs().Breno Leitao2011-04-201-3/+6
|/
* ehea: Increase the skb array usageBreno Leitao2011-01-111-4/+2
* ehea: Fixing some message levelBreno Leitao2010-12-201-2/+2
* ehea: Use the standard logging functionsJoe Perches2010-12-131-212/+203
* ehea: don't use flush_scheduled_work()Tejun Heo2010-12-121-3/+2
* ehea: kill unused ehea_rereg_mr_taskTejun Heo2010-12-121-6/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-6/+19
|\
| * ehea: Fixing LRO configurationBreno Leitao2010-12-081-2/+5
| * ehea: Add some info messages and fix an issueBreno Leitao2010-11-281-4/+14
* | Revert "ehea: Use the standard logging functions"David S. Miller2010-12-061-199/+208
* | ehea: Use the standard logging functionsJoe Perches2010-12-061-208/+199
* | drivers/net: use vzalloc()Eric Dumazet2010-11-271-3/+1
|/
* ehea: Fixing statisticsBreno Leitao2010-10-271-6/+26
* ehea: fix use after freeEric Dumazet2010-10-271-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-211-1/+8
|\
| * ehea: Fix a checksum issue on the receive pathBreno Leitao2010-10-131-1/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-231-1/+59
| |\
* | | vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* | | ehea: simplify conditionalNicolas Kaiser2010-10-091-1/+1
* | | ehea: converting msleeps to waitqueue on check_sqs() functionBreno Leitao2010-10-051-7/+11
* | | ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao2010-10-051-7/+12
* | | ehea: Remove a silly returnBreno Leitao2010-09-151-2/+0
* | | drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-3/+3
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-211-1/+59
|\ \ \ | | |/ | |/|
| * | ehea: Fix synchronization between HW and SW send queueAndre Detsch2010-08-181-1/+59
* | | drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-171-2/+2
| |/ |/|
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-6/+6
|/
* ehea: Allocate stats buffer with GFP_KERNELBrian King2010-07-011-1/+1
* ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann2010-06-161-5/+3
* ehea: fix delayed packet processingJan-Bernd Themann2010-06-161-0/+1
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-26/+52
|\
| * drivers/net: remove useless semicolonsJoe Perches2010-05-171-3/+3
| * drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
| * net: trans_start cleanupsEric Dumazet2010-05-101-1/+1
| * ehea: fix possible DLPAR/mem deadlockThomas Klein2010-04-211-5/+14
| * ehea: error handling improvementThomas Klein2010-04-211-5/+26
| * drivers: net: use skb_headlen()Eric Dumazet2010-04-141-5/+5
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
| |\
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-7/+7
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-3/+2