Age | Commit message (Expand) | Author | Files | Lines |
2011-06-21 | netxen: fix race in skb->len access | Eric Dumazet | 1 | -2/+2 |
2011-04-30 | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 1 | -5/+5 |
2011-04-30 | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny | 1 | -2/+3 |
2011-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -3/+20 |
2011-04-12 | netxen: limit skb frags for non tso packet | amit salecha | 2 | -2/+19 |
2011-04-07 | net: netxen: convert to hw_features | Michał Mirosław | 4 | -114/+46 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-31 | drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers | Javier Martinez Canillas | 1 | -1/+1 |
2011-03-28 | net: fix ethtool->set_flags not intended -EINVAL return value | Stanislaw Gruszka | 1 | -1/+1 |
2011-03-16 | netxen: support for GbE port settings | Sony Chacko | 3 | -45/+34 |
2011-03-15 | netxen: Notify firmware of Flex-10 interface down | Sony Chacko | 1 | -0/+3 |
2011-01-03 | netxen: update driver version 4.0.75 | amit salecha | 1 | -2/+2 |
2011-01-03 | netxen: enable LRO based on NETIF_F_LRO | Sucheta Chakraborty | 4 | -10/+26 |
2010-12-31 | netxen: update module description | Amit Kumar Salecha | 1 | -1/+1 |
2010-12-21 | drivers/net/*/: Use static const | Joe Perches | 1 | -6/+10 |
2010-11-29 | netxen: remove unnecessary [kv][mcz]alloc casts | Joe Perches | 1 | -2/+1 |
2010-11-28 | netxen: avoid using reset_devices as it may become obsolete | Rajesh Borundia | 1 | -2/+4 |
2010-11-28 | drivers/net: use vzalloc() | Eric Dumazet | 1 | -4/+2 |
2010-11-04 | netxen: remove unused firmware exports | Amerigo Wang | 1 | -3/+0 |
2010-10-31 | netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe | Denis Kirjanov | 1 | -1/+0 |
2010-10-28 | netxen: fix kdump | Rajesh Borundia | 2 | -15/+7 |
2010-10-21 | netxen: make local function static. | stephen hemminger | 3 | -37/+16 |
2010-10-18 | netxen: mask correctable error | amit salecha | 2 | -2/+28 |
2010-10-18 | netxen: fix race in tx stop queue | Rajesh Borundia | 4 | -18/+22 |
2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+0 |
2010-09-27 | drivers/net: return operator cleanup | Eric Dumazet | 2 | -3/+3 |
2010-09-22 | netxen: dont set skb->truesize | Eric Dumazet | 1 | -3/+0 |
2010-08-24 | netxen: fix poll implementation | Yinglin Luan | 1 | -1/+8 |
2010-08-19 | netxen: fix a race in netxen_nic_get_stats() | Eric Dumazet | 1 | -2/+0 |
2010-08-19 | netxen: update version 4.0.74 | Amit Kumar Salecha | 1 | -2/+2 |
2010-08-19 | netxen: fix inconsistent lock state | Amit Kumar Salecha | 1 | -4/+0 |
2010-08-08 | netxen: protect tx timeout recovery by rtnl lock | Amit Kumar Salecha | 1 | -8/+7 |
2010-07-15 | netxen: fix for kdump | Rajesh Borundia | 1 | -1/+15 |
2010-07-01 | netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags | Ben Hutchings | 1 | -1/+1 |
2010-06-29 | netxen: fail when try to setup unsupported features | Stanislaw Gruszka | 1 | -3/+10 |
2010-06-16 | netxen: fix caching window register | Amit Kumar Salecha | 1 | -4/+0 |
2010-06-16 | netxen: fix rcv buffer leak | Amit Kumar Salecha | 1 | -3/+6 |
2010-06-16 | netxen: fix memory leaks in error path | Amit Kumar Salecha | 2 | -3/+4 |
2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -4/+7 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 2 | -2/+0 |
2010-05-13 | netxen: handle queue manager access | Amit Kumar Salecha | 3 | -11/+63 |
2010-05-13 | netxen: to fix onchip memory access. | Sucheta Chakraborty | 1 | -25/+17 |
2010-05-13 | netxen: remove unnecessary size checks | Sucheta Chakraborty | 2 | -50/+8 |
2010-05-13 | netxen: fix register usage | Amit Kumar Salecha | 3 | -3/+6 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -0/+3 |
2010-04-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -29/+40 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 1 | -6/+6 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -0/+3 |
2010-03-30 | netxen: fix interrupt for NX2031 | Amit Kumar Salecha | 1 | -9/+16 |
2010-03-30 | netxen: fix fw load from file | Amit Kumar Salecha | 1 | -0/+10 |