aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21ehea: do vlan cleanupJiri Pirko2-48/+7
2011-06-21drivers/net: Remove casts of void *Joe Perches1-1/+1
2011-05-23ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao1-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-29/+21
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2011-05-12ehea: Fix memory hotplug oopsAnton Blanchard1-3/+3
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-8/+13
2011-05-09ehea: fix wrongly reported speed and portKleber Sacilotto de Souza1-8/+13
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-5/+18
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2011-04-20ehea: Fix a DLPAR bug on ehea_rereg_mrs().Breno Leitao1-3/+6
2011-04-17net: ehea: convert to hw_featuresMichał Mirosław2-24/+3
2011-01-11ehea: Increase the skb array usageBreno Leitao2-5/+3
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+7
2010-12-28ehea: Avoid changing vlan flagsBreno Leitao1-0/+7
2010-12-20ehea: Fixing some message levelBreno Leitao1-2/+2
2010-12-13ehea: Use the standard logging functionsJoe Perches5-297/+278
2010-12-12ehea: don't use flush_scheduled_work()Tejun Heo1-3/+2
2010-12-12ehea: kill unused ehea_rereg_mr_taskTejun Heo2-8/+3
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+28
2010-12-08ehea: Fixing LRO configurationBreno Leitao2-2/+14
2010-12-06Revert "ehea: Use the standard logging functions"David S. Miller5-274/+293
2010-12-06ehea: Use the standard logging functionsJoe Perches5-293/+274
2010-11-28ehea: Add some info messages and fix an issueBreno Leitao1-4/+14
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-3/+1
2010-10-27ehea: Fixing statisticsBreno Leitao2-6/+28
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/net-2.6David S. Miller2-1/+9
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 Leitao2-1/+9
2010-10-09ehea: simplify conditionalNicolas Kaiser1-1/+1
2010-10-05ehea: converting msleeps to waitqueue on check_sqs() functionBreno Leitao2-7/+12
2010-10-05ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao2-7/+13
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 Torvalds2-2/+61
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+61
2010-08-18ehea: Fix synchronization between HW and SW send queueAndre Detsch2-2/+61
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 Likely2-8/+8
2010-07-01ehea: Allocate stats buffer with GFP_KERNELBrian King1-1/+1
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+5
2010-06-16ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann2-6/+4
2010-06-16ehea: fix delayed packet processingJan-Bernd Themann1-0/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely4-48/+89
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