summaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen
Commit message (Expand)AuthorAgeFilesLines
* [netdrvr] netxen: fix netxen_pci_tbl[] breakageAl Viro2008-06-271-7/+11
* netxen: download firmware in pci probeDhananjay Phadke2008-06-172-59/+30
* netxen: cleanup debug messagesDhananjay Phadke2008-06-174-132/+70
* netxen: remove global physical_port arrayDhananjay Phadke2008-06-176-24/+22
* netxen: fix portnum for hp mezz cardsDhananjay Phadke2008-06-171-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-251-7/+8
|\
| * netxen: reduce stack usage of netxen_nic_flash_printHarvey Harrison2008-04-251-7/+8
* | net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
|/
* #if 0 netxen_nic_link_ok()Adrian Bunk2008-04-162-1/+2
* make netxen_workq staticAdrian Bunk2008-04-162-18/+18
* netxen, phy/marvell, skge: minor checkpatch fixesJeff Garzik2008-03-252-4/+2
* netxen: fix rx dropped statsDhananjay Phadke2008-03-254-45/+3
* netxen: remove low level tx lockDhananjay Phadke2008-03-254-157/+43
* netxen: napi and irq cleanupDhananjay Phadke2008-03-254-163/+48
* netxen: improve msi supportDhananjay Phadke2008-03-256-33/+43
* annotate netxenAl Viro2008-01-284-19/+20
* NULL noise in drivers/netAl Viro2008-01-281-3/+3
* [netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)Jeff Garzik2008-01-289-79/+79
* drivers/net/netxen: Add missing "space"Joe Perches2008-01-284-8/+8
* drivers/net/netxen/: cleanupsAdrian Bunk2008-01-288-84/+76
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-281-1/+1
* netxen: fix byte-swapping in tx and rxDhananjay Phadke2008-01-123-45/+40
* netxen: optimize tx handlingdhananjay@netxen.com2008-01-122-37/+25
* netxen: stop second phy correctlydhananjay@netxen.com2008-01-122-9/+7
* netxen: update driver versiondhananjay@netxen.com2008-01-121-2/+2
* [NETXEN]: Fix ->poll() done logic.David S. Miller2008-01-081-1/+1
* [NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2007-10-231-9/+2
* unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov2007-10-181-3/+0
* netxen: ethtool fixesDhananjay Phadke2007-10-104-9/+28
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-11/+10
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-102-18/+9
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-3/+0
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-102-2/+2
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski2007-10-101-1/+0
* Clean up duplicate includes in drivers/net/Jesper Juhl2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-102-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/+0
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* netxen: drop redudant spinlockDhananjay Phadke2007-07-301-4/+0
* 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/+25
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-5/+2
* netxen: deinline and sparse fixStephen Hemminger2007-07-102-103/+97
* drivers/net: fix comparisons of unsigned < 0Bill Nottingham2007-07-081-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/+13