summaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen
AgeCommit message (Expand)AuthorLines
2011-08-10qlogic: Move the QLogic driversJeff Kirsher-11460/+0
2011-08-07netxen: add vlan LRO supportRajesh Borundia-10/+107
2011-07-21netxen: add fw version compatibility checkAmit Kumar Salecha-13/+68
2011-06-21drivers/net: Remove casts of void *Joe Perches-8/+8
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+2
2011-06-20netxen: fix race in skb->len accessEric Dumazet-2/+2
2011-06-08netxen: convert to 64 bit statisticsstephen hemminger-4/+5
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches-1/+1
2011-06-03netxen: suppress false lro warning messagesSucheta Chakraborty-0/+6
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-5/+5
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny-2/+3
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+20
2011-04-11netxen: limit skb frags for non tso packetamit salecha-2/+19
2011-04-06net: netxen: convert to hw_featuresMichał Mirosław-114/+46
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas-1/+1
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka-1/+1
2011-03-15netxen: support for GbE port settingsSony Chacko-45/+34
2011-03-14netxen: Notify firmware of Flex-10 interface downSony Chacko-0/+3
2011-01-03netxen: update driver version 4.0.75amit salecha-2/+2
2011-01-03netxen: enable LRO based on NETIF_F_LROSucheta Chakraborty-10/+26
2010-12-31netxen: update module descriptionAmit Kumar Salecha-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches-6/+10
2010-11-28netxen: remove unnecessary [kv][mcz]alloc castsJoe Perches-2/+1
2010-11-28netxen: avoid using reset_devices as it may become obsoleteRajesh Borundia-2/+4
2010-11-27drivers/net: use vzalloc()Eric Dumazet-4/+2
2010-11-03netxen: remove unused firmware exportsAmerigo Wang-3/+0
2010-10-30netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probeDenis Kirjanov-1/+0
2010-10-28netxen: fix kdumpRajesh Borundia-15/+7
2010-10-21netxen: make local function static.stephen hemminger-37/+16
2010-10-18netxen: mask correctable erroramit salecha-2/+28
2010-10-18netxen: fix race in tx stop queueRajesh Borundia-18/+22
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+0
2010-09-26drivers/net: return operator cleanupEric Dumazet-3/+3
2010-09-21netxen: dont set skb->truesizeEric Dumazet-3/+0
2010-08-23netxen: fix poll implementationYinglin Luan-1/+8
2010-08-19netxen: fix a race in netxen_nic_get_stats()Eric Dumazet-2/+0
2010-08-19netxen: update version 4.0.74Amit Kumar Salecha-2/+2
2010-08-19netxen: fix inconsistent lock stateAmit Kumar Salecha-4/+0
2010-08-07netxen: protect tx timeout recovery by rtnl lockAmit Kumar Salecha-8/+7
2010-07-14netxen: fix for kdumpRajesh Borundia-1/+15
2010-06-30netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings-1/+1
2010-06-29netxen: fail when try to setup unsupported featuresStanislaw Gruszka-3/+10
2010-06-15netxen: fix caching window registerAmit Kumar Salecha-4/+0
2010-06-15netxen: fix rcv buffer leakAmit Kumar Salecha-3/+6
2010-06-15netxen: fix memory leaks in error pathAmit Kumar Salecha-3/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright-4/+7
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-2/+0
2010-05-12netxen: handle queue manager accessAmit Kumar Salecha-11/+63
2010-05-12netxen: to fix onchip memory access.Sucheta Chakraborty-25/+17