aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen/netxen_nic_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-17netxen: ratelimit error printsDhananjay Phadke1-8/+12
2009-02-17netxen: fix sparse warningsDhananjay Phadke1-132/+47
2009-01-14netxen: hold tx lock while sending firmware commandsDhananjay Phadke1-0/+4
2009-01-14netxen: cleanup mac list on driver unloadDhananjay Phadke1-0/+13
2009-01-14netxen: firmware init fixDhananjay Phadke1-4/+2
2009-01-14netxen: fix link speed reporting for some boardsDhananjay Phadke1-8/+20
2009-01-14netxen: fix ipv6 offload and tx cleanupDhananjay Phadke1-4/+0
2009-01-14netxen: fix endianness in firmware commandsDhananjay Phadke1-18/+24
2008-12-26drivers/net/netxen: fix sparse warnings: use NULL pointer instead of plain integerHannes Eder1-2/+2
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-1/+1
2008-08-14netxen: update driver versionDhananjay Phadke1-4/+4
2008-08-14netxen: fix mac addr setupDhananjay Phadke1-13/+38
2008-08-07drivers/net/netxen/netxen_nic_hw.c: fix printk warningsAndrew Morton1-2/+4
2008-08-07netxen: fix promisc mode, mtu settingDhananjay Phadke1-35/+42
2008-08-07netxen: add new board typesDhananjay Phadke1-0/+3
2008-08-07netxen: fix link status, link speedDhananjay Phadke1-4/+13
2008-07-22netxen: update driver versionDhananjay Phadke1-9/+5
2008-07-22netxen: enable tso6, intr coalescing.Dhananjay Phadke1-20/+27
2008-07-22netxen: mtu, mac, link status changesDhananjay Phadke1-15/+183
2008-07-22netxen: add netxen_nic_ctx.cDhananjay Phadke1-243/+0
2008-07-22netxen: pci probe and firmware init changesDhananjay Phadke1-48/+23
2008-07-22netxen: add 2MB PCI memory supportDhananjay Phadke1-115/+1244
2008-07-22netxen: add defs for new chip/boardsDhananjay Phadke1-38/+27
2008-07-22netxen: hw multicast filteringDhananjay Phadke1-9/+124
2008-07-22netxen: cleanup unused variables/functionsDhananjay Phadke1-208/+62
2008-06-17netxen: cleanup debug messagesDhananjay Phadke1-60/+44
2008-06-17netxen: remove global physical_port arrayDhananjay Phadke1-4/+4
2008-04-25netxen: reduce stack usage of netxen_nic_flash_printHarvey Harrison1-7/+8
2008-03-25netxen: improve msi supportDhananjay Phadke1-0/+2
2008-01-28annotate netxenAl Viro1-13/+13
2008-01-28[netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)Jeff Garzik1-6/+6
2008-01-28drivers/net/netxen: Add missing "space"Joe Perches1-1/+1
2008-01-28drivers/net/netxen/: cleanupsAdrian Bunk1-8/+11
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-08-31netxen: fix crashes during module unloaddhananjay@netxen.com1-4/+4
2007-07-02RESEND [PATCH 3/3] NetXen: Graceful teardown of interface and hardware upon module unloadDhananjay Phadke1-10/+19
2007-07-02RESEND [PATCH 2/3] NetXen: Support per PCI-function interrupt mask registersdhananjay.phadke@gmail.com1-1/+5
2007-06-09NetXen: Fix compile failure seen on PPC architectureMithlesh Thukral1-6/+6
2007-04-28NetXen: Fixes for Power PC architectureMithlesh Thukral1-2/+1
2007-04-28NetXen: Port swap feature for multi port cardsMithlesh Thukral1-54/+13
2007-04-28NetXen: Multi PCI support for Quad cardsMithlesh Thukral1-7/+108
2007-04-28NetXen: Removal of redundant argument passingMithlesh Thukral1-4/+15
2007-04-28NetXen: Use multiple PCI functionsMithlesh Thukral1-53/+168
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-2/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-3/+5
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-1/+1
2007-03-15NetXen: Bug fix for Jumbo frames on XG cardLinsys Contractor Mithlesh Thukral1-1/+4
2007-03-09netxen: fix warningsRalf Baechle1-2/+3