summaryrefslogtreecommitdiff
path: root/drivers/net/netxen
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+8
2008-04-25netxen: reduce stack usage of netxen_nic_flash_printHarvey Harrison1-7/+8
2008-04-19net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17#if 0 netxen_nic_link_ok()Adrian Bunk2-1/+2
2008-04-17make netxen_workq staticAdrian Bunk2-18/+18
2008-03-26netxen, phy/marvell, skge: minor checkpatch fixesJeff Garzik2-4/+2
2008-03-26netxen: fix rx dropped statsDhananjay Phadke4-45/+3
2008-03-26netxen: remove low level tx lockDhananjay Phadke4-157/+43
2008-03-26netxen: napi and irq cleanupDhananjay Phadke4-163/+48
2008-03-26netxen: improve msi supportDhananjay Phadke6-33/+43
2008-01-29annotate netxenAl Viro4-19/+20
2008-01-29NULL noise in drivers/netAl Viro1-3/+3
2008-01-29[netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)Jeff Garzik9-79/+79
2008-01-29drivers/net/netxen: Add missing "space"Joe Perches4-8/+8
2008-01-29drivers/net/netxen/: cleanupsAdrian Bunk8-84/+76
2008-01-29netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz1-1/+1
2008-01-13netxen: fix byte-swapping in tx and rxDhananjay Phadke3-45/+40
2008-01-13netxen: optimize tx handlingdhananjay@netxen.com2-37/+25
2008-01-13netxen: stop second phy correctlydhananjay@netxen.com2-9/+7
2008-01-13netxen: update driver versiondhananjay@netxen.com1-2/+2
2008-01-09[NETXEN]: Fix ->poll() done logic.David S. Miller1-1/+1
2007-10-24[NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik1-9/+2
2007-10-19unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov1-3/+0
2007-10-11netxen: ethtool fixesDhananjay Phadke4-9/+28
2007-10-11[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-11/+10
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2-18/+9
2007-10-11[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-11drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2-2/+2
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-11[PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski1-1/+0
2007-10-11Clean up duplicate includes in drivers/net/Jesper Juhl1-1/+0
2007-10-11[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2-20/+20
2007-08-31netxen: fix crashes during module unloaddhananjay@netxen.com3-14/+15
2007-08-31netxen: Avoid firmware load in PCI probedhananjay@netxen.com1-4/+0
2007-08-01[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-30netxen: drop redudant spinlockDhananjay Phadke1-4/+0
2007-07-30netxen: Fix interrupt handling for multiport adaptersdhananjay@netxen.com1-17/+19
2007-07-30netxen: re-init station address after h/w initdhananjay@netxen.com1-2/+2
2007-07-25netxen: Load firmware during probe, dma watchdog fix.dhananjay@netxen.com2-26/+25
2007-07-12PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+2
2007-07-10netxen: deinline and sparse fixStephen Hemminger2-103/+97
2007-07-09drivers/net: fix comparisons of unsigned < 0Bill Nottingham1-3/+3
2007-07-02RESEND [PATCH 3/3] NetXen: Graceful teardown of interface and hardware upon m...Dhananjay Phadke5-76/+210
2007-07-02RESEND [PATCH 2/3] NetXen: Support per PCI-function interrupt mask registersdhananjay.phadke@gmail.com5-30/+124
2007-07-02RESEND [PATCH 1/3] NetXen: Fix issue of MSI not working correctlydhananjay.phadke@gmail.com1-16/+13
2007-06-13NetXen: Fix link status messagesMithlesh Thukral3-8/+38
2007-06-10NetXen: Fix compile failure seen on PPC architectureMithlesh Thukral4-44/+46
2007-06-10NetXen: Fix ping issue after reboot on Blades with 3.4.19 firmwareMithlesh Thukral2-6/+9
2007-06-03NetXen: Removal of extra free_irq callMithlesh Thukral1-2/+0
2007-05-18NetXen: Fix NetXen driver ping on system-pMithlesh Thukral1-1/+1