summaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen
Commit message (Expand)AuthorAgeFilesLines
* annotate netxenAl Viro2008-01-294-19/+20
* NULL noise in drivers/netAl Viro2008-01-291-3/+3
* [netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)Jeff Garzik2008-01-299-79/+79
* drivers/net/netxen: Add missing "space"Joe Perches2008-01-294-8/+8
* drivers/net/netxen/: cleanupsAdrian Bunk2008-01-298-84/+76Star
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-291-1/+1
* netxen: fix byte-swapping in tx and rxDhananjay Phadke2008-01-123-45/+40Star
* netxen: optimize tx handlingdhananjay@netxen.com2008-01-122-37/+25Star
* netxen: stop second phy correctlydhananjay@netxen.com2008-01-122-9/+7Star
* netxen: update driver versiondhananjay@netxen.com2008-01-121-2/+2
* [NETXEN]: Fix ->poll() done logic.David S. Miller2008-01-091-1/+1
* [NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2007-10-241-9/+2Star
* unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov2007-10-181-3/+0Star
* netxen: ethtool fixesDhananjay Phadke2007-10-114-9/+28
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-11/+10Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-112-18/+9Star
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-3/+0Star
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-112-2/+2
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski2007-10-111-1/+0Star
* Clean up duplicate includes in drivers/net/Jesper Juhl2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-112-20/+20
* netxen: fix crashes during module unloaddhananjay@netxen.com2007-08-313-14/+15
* netxen: Avoid firmware load in PCI probedhananjay@netxen.com2007-08-311-4/+0Star
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0Star
* netxen: drop redudant spinlockDhananjay Phadke2007-07-301-4/+0Star
* netxen: Fix interrupt handling for multiport adaptersdhananjay@netxen.com2007-07-301-17/+19
* netxen: re-init station address after h/w initdhananjay@netxen.com2007-07-301-2/+2
* netxen: Load firmware during probe, dma watchdog fix.dhananjay@netxen.com2007-07-242-26/+25Star
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-5/+2Star
* netxen: deinline and sparse fixStephen Hemminger2007-07-102-103/+97Star
* drivers/net: fix comparisons of unsigned < 0Bill Nottingham2007-07-091-3/+3
* RESEND [PATCH 3/3] NetXen: Graceful teardown of interface and hardware upon m...Dhananjay Phadke2007-07-025-76/+210
* RESEND [PATCH 2/3] NetXen: Support per PCI-function interrupt mask registersdhananjay.phadke@gmail.com2007-07-025-30/+124
* RESEND [PATCH 1/3] NetXen: Fix issue of MSI not working correctlydhananjay.phadke@gmail.com2007-07-021-16/+13Star
* NetXen: Fix link status messagesMithlesh Thukral2007-06-133-8/+38
* NetXen: Fix compile failure seen on PPC architectureMithlesh Thukral2007-06-104-44/+46
* NetXen: Fix ping issue after reboot on Blades with 3.4.19 firmwareMithlesh Thukral2007-06-102-6/+9
* NetXen: Removal of extra free_irq callMithlesh Thukral2007-06-031-2/+0Star
* NetXen: Fix NetXen driver ping on system-pMithlesh Thukral2007-05-181-1/+1
* netxen_nic_main don't use deprecated irq flagsAndrew Morton2007-05-111-1/+1
* NetXen: Fix for vmalloc issuesMithlesh Thukral2007-04-281-2/+2
* NetXen: Fixes for Power PC architectureMithlesh Thukral2007-04-283-7/+6Star
* NetXen: Port swap feature for multi port cardsMithlesh Thukral2007-04-2810-266/+468
* NetXen: Removal of redundant macrosMithlesh Thukral2007-04-281-2/+0Star
* NetXen: Multi PCI support for Quad cardsMithlesh Thukral2007-04-284-42/+144
* NetXen: Removal of redundant argument passingMithlesh Thukral2007-04-289-99/+112
* NetXen: Use multiple PCI functionsMithlesh Thukral2007-04-2810-691/+646Star
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-2/+4
* [TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo2007-04-262-3/+2Star