aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea
Commit message (Expand)AuthorAgeFilesLines
* ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao2011-05-231-1/+1
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-202-29/+21
|\
| * 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-05-111-8/+13
| |\ \
| * | | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-5/+18
| * | | 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-172-24/+3
* | | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
| |_|_|/ |/| | |
* | | | ehea: Fix memory hotplug oopsAnton Blanchard2011-05-121-3/+3
| |_|/ |/| |
* | | ehea: fix wrongly reported speed and portKleber Sacilotto de Souza2011-05-091-8/+13
| |/ |/|
* | ehea: Fix a DLPAR bug on ehea_rereg_mrs().Breno Leitao2011-04-201-3/+6
|/
* ehea: Increase the skb array usageBreno Leitao2011-01-112-5/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-0/+7
|\
| * ehea: Avoid changing vlan flagsBreno Leitao2010-12-281-0/+7
* | ehea: Fixing some message levelBreno Leitao2010-12-201-2/+2
* | ehea: Use the standard logging functionsJoe Perches2010-12-135-297/+278
* | ehea: don't use flush_scheduled_work()Tejun Heo2010-12-121-3/+2
* | ehea: kill unused ehea_rereg_mr_taskTejun Heo2010-12-122-8/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-082-6/+28
|\ \ | |/
| * ehea: Fixing LRO configurationBreno Leitao2010-12-082-2/+14
| * 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-065-274/+293
* | ehea: Use the standard logging functionsJoe Perches2010-12-065-293/+274
* | drivers/net: use vzalloc()Eric Dumazet2010-11-271-3/+1
|/
* ehea: Fixing statisticsBreno Leitao2010-10-272-6/+28
* 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-212-1/+9
|\
| * ehea: Fix a checksum issue on the receive pathBreno Leitao2010-10-132-1/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-232-2/+61
| |\
* | | 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-052-7/+12
* | | ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao2010-10-052-7/+13
* | | 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-212-2/+61
|\ \ \ | | |/ | |/|
| * | ehea: Fix synchronization between HW and SW send queueAndre Detsch2010-08-182-2/+61
* | | 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-062-8/+8
|/
* ehea: Allocate stats buffer with GFP_KERNELBrian King2010-07-011-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-232-6/+5
|\
| * ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann2010-06-162-6/+4
| * ehea: fix delayed packet processingJan-Bernd Themann2010-06-161-0/+1
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-224-48/+89
|\
| * 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-212-6/+15