summaryrefslogtreecommitdiff
path: root/drivers/net/netxen
AgeCommit message (Expand)AuthorFilesLines
2011-07-22netxen: add fw version compatibility checkAmit Kumar Salecha3-13/+68
2011-06-22drivers/net: Remove casts of void *Joe Perches1-8/+8
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2011-06-21netxen: fix race in skb->len accessEric Dumazet1-2/+2
2011-06-09netxen: convert to 64 bit statisticsstephen hemminger1-4/+5
2011-06-06drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-06-03netxen: suppress false lro warning messagesSucheta Chakraborty1-0/+6
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-5/+5
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+3
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-3/+20
2011-04-12netxen: limit skb frags for non tso packetamit salecha2-2/+19
2011-04-07net: netxen: convert to hw_featuresMichał Mirosław4-114/+46
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-31drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas1-1/+1
2011-03-28net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+1
2011-03-16netxen: support for GbE port settingsSony Chacko3-45/+34
2011-03-15netxen: Notify firmware of Flex-10 interface downSony Chacko1-0/+3
2011-01-03netxen: update driver version 4.0.75amit salecha1-2/+2
2011-01-03netxen: enable LRO based on NETIF_F_LROSucheta Chakraborty4-10/+26
2010-12-31netxen: update module descriptionAmit Kumar Salecha1-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches1-6/+10
2010-11-29netxen: remove unnecessary [kv][mcz]alloc castsJoe Perches1-2/+1
2010-11-28netxen: avoid using reset_devices as it may become obsoleteRajesh Borundia1-2/+4
2010-11-28drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-04netxen: remove unused firmware exportsAmerigo Wang1-3/+0
2010-10-31netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probeDenis Kirjanov1-1/+0
2010-10-28netxen: fix kdumpRajesh Borundia2-15/+7
2010-10-21netxen: make local function static.stephen hemminger3-37/+16
2010-10-18netxen: mask correctable erroramit salecha2-2/+28
2010-10-18netxen: fix race in tx stop queueRajesh Borundia4-18/+22
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+0
2010-09-27drivers/net: return operator cleanupEric Dumazet2-3/+3
2010-09-22netxen: dont set skb->truesizeEric Dumazet1-3/+0
2010-08-24netxen: fix poll implementationYinglin Luan1-1/+8
2010-08-19netxen: fix a race in netxen_nic_get_stats()Eric Dumazet1-2/+0
2010-08-19netxen: update version 4.0.74Amit Kumar Salecha1-2/+2
2010-08-19netxen: fix inconsistent lock stateAmit Kumar Salecha1-4/+0
2010-08-08netxen: protect tx timeout recovery by rtnl lockAmit Kumar Salecha1-8/+7
2010-07-15netxen: fix for kdumpRajesh Borundia1-1/+15
2010-07-01netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings1-1/+1
2010-06-29netxen: fail when try to setup unsupported featuresStanislaw Gruszka1-3/+10
2010-06-16netxen: fix caching window registerAmit Kumar Salecha1-4/+0
2010-06-16netxen: fix rcv buffer leakAmit Kumar Salecha1-3/+6
2010-06-16netxen: fix memory leaks in error pathAmit Kumar Salecha2-3/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-4/+7
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-2/+0
2010-05-13netxen: handle queue manager accessAmit Kumar Salecha3-11/+63
2010-05-13netxen: to fix onchip memory access.Sucheta Chakraborty1-25/+17
2010-05-13netxen: remove unnecessary size checksSucheta Chakraborty2-50/+8
2010-05-13netxen: fix register usageAmit Kumar Salecha3-3/+6