aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10qlogic: Move the QLogic driversJeff Kirsher9-11460/+0
2011-08-07netxen: add vlan LRO supportRajesh Borundia3-10/+107
2011-07-21netxen: add fw version compatibility checkAmit Kumar Salecha3-13/+68
2011-06-21drivers/net: Remove casts of void *Joe Perches1-8/+8
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-06-20netxen: fix race in skb->len accessEric Dumazet1-2/+2
2011-06-08netxen: convert to 64 bit statisticsstephen hemminger1-4/+5
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-06-03netxen: suppress false lro warning messagesSucheta Chakraborty1-0/+6
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-5/+5
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+3
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+20
2011-04-11netxen: limit skb frags for non tso packetamit salecha2-2/+19
2011-04-06net: netxen: convert to hw_featuresMichał Mirosław4-114/+46
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas1-1/+1
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+1
2011-03-15netxen: support for GbE port settingsSony Chacko3-45/+34
2011-03-14netxen: 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-28netxen: 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-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-03netxen: remove unused firmware exportsAmerigo Wang1-3/+0
2010-10-30netxen_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/net-2.6David S. Miller1-3/+0
2010-09-26drivers/net: return operator cleanupEric Dumazet2-3/+3
2010-09-21netxen: dont set skb->truesizeEric Dumazet1-3/+0
2010-08-23netxen: 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-07netxen: protect tx timeout recovery by rtnl lockAmit Kumar Salecha1-8/+7
2010-07-14netxen: fix for kdumpRajesh Borundia1-1/+15
2010-06-30netdev: 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-15netxen: fix caching window registerAmit Kumar Salecha1-4/+0
2010-06-15netxen: fix rcv buffer leakAmit Kumar Salecha1-3/+6
2010-06-15netxen: 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-12netxen: handle queue manager accessAmit Kumar Salecha3-11/+63
2010-05-12netxen: to fix onchip memory access.Sucheta Chakraborty1-25/+17