aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-12netxen: remove unnecessary size checksSucheta Chakraborty2-50/+8
2010-05-12netxen: fix register usageAmit Kumar Salecha3-3/+6
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+3
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-29/+40
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-29netxen: fix interrupt for NX2031Amit Kumar Salecha1-9/+16
2010-03-29netxen: fix fw load from fileAmit Kumar Salecha1-0/+10
2010-03-29netxen: validate unified romimageRajesh K Borundia2-15/+140
2010-03-29netxen: fix corner cases of firmware recoveryAmit Kumar Salecha1-0/+4
2010-03-29netxen: fix tx csum statusSucheta Chakraborty1-0/+6
2010-03-26netxen: update version to 4.0.73Amit Kumar Salecha1-2/+2
2010-03-26netxen: added sanity check for pci mapAmit Kumar Salecha1-18/+27
2010-03-26netxen: fix warning in ioaddr for NX3031 chipAmit Kumar Salecha1-6/+8
2010-03-26netxen: fix bios version calculationAmit Kumar Salecha1-1/+1
2010-03-22netxen: The driver doesn't work on NX_P3_B1 so cause probe to fail.Eric W. Biederman1-2/+2
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-12/+7
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-5/+5
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2010-02-03netxen: protect resource cleanup by rtnl lockAmit Kumar Salecha1-0/+2
2010-02-03netxen: fix tx timeout recovery for NX2031 chipAmit Kumar Salecha1-1/+1
2010-01-15netxen: fix sparse warningAmit Kumar Salecha1-1/+1
2010-01-15netxen: fix license headerAmit Kumar Salecha9-9/+9
2010-01-15netxen: fix endianness intr coalesceAmit Kumar Salecha1-5/+8
2010-01-15netxen: fix endianness read mac addressAmit Kumar Salecha3-5/+5
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-138/+79
2010-01-08netxen: update version to 4.0.72Amit Kumar Salecha1-2/+2
2010-01-08netxen: fix set mac addrAmit Kumar Salecha1-0/+3
2010-01-08netxen: fix smatch warningAmit Kumar Salecha3-4/+3
2010-01-08netxen: fix tx ring memory leakAmit Kumar Salecha1-0/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-03netxen: fix ethtool link testSucheta Chakraborty2-21/+10
2010-01-03netxen: fix ethtool register dumpSucheta Chakraborty1-111/+59
2009-12-23netxen: fix unified fw size checkAmit Kumar Salecha1-1/+1
2009-12-23netxen: support pci error handlersAmit Kumar Salecha2-46/+150
2009-12-23netxen: fix tx timeout recoveryAmit Kumar Salecha2-1/+6
2009-12-23netxen: minor suspend resume fixesAmit Kumar Salecha1-7/+9
2009-12-18netxen: use module parameter correctlyStephen Hemminger1-54/+3
2009-12-08netxen: fix firmware type checkDhananjay Phadke1-1/+13
2009-12-08netxen:fix napi intr enable checkAmit Kumar Salecha1-2/+4
2009-12-08netxen: protect device reset by rtnl_lockAmit Kumar Salecha1-8/+35
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches2-24/+24