summaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* netxen: add 2MB PCI memory supportDhananjay Phadke2008-07-228-272/+1492
* netxen: add defs for new chip/boardsDhananjay Phadke2008-07-227-70/+331
* netxen: hw multicast filteringDhananjay Phadke2008-07-227-49/+147
* netxen: cleanup unused variables/functionsDhananjay Phadke2008-07-226-360/+113
* [netdrvr] netxen: fix netxen_pci_tbl[] breakageAl Viro2008-06-271-7/+11
* netxen: download firmware in pci probeDhananjay Phadke2008-06-182-59/+30
* netxen: cleanup debug messagesDhananjay Phadke2008-06-184-132/+70
* netxen: remove global physical_port arrayDhananjay Phadke2008-06-186-24/+22
* netxen: fix portnum for hp mezz cardsDhananjay Phadke2008-06-181-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-191-1/+0
|/
* #if 0 netxen_nic_link_ok()Adrian Bunk2008-04-172-1/+2
* make netxen_workq staticAdrian Bunk2008-04-172-18/+18
* netxen, phy/marvell, skge: minor checkpatch fixesJeff Garzik2008-03-262-4/+2
* netxen: fix rx dropped statsDhananjay Phadke2008-03-264-45/+3
* netxen: remove low level tx lockDhananjay Phadke2008-03-264-157/+43
* netxen: napi and irq cleanupDhananjay Phadke2008-03-264-163/+48
* netxen: improve msi supportDhananjay Phadke2008-03-266-33/+43
* 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/+76
* 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/+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-091-1/+1
* [NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2007-10-241-9/+2
* unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov2007-10-181-3/+0
* netxen: ethtool fixesDhananjay Phadke2007-10-114-9/+28
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-11/+10
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-112-18/+9
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-3/+0
* 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/+0
* [PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski2007-10-111-1/+0
* Clean up duplicate includes in drivers/net/Jesper Juhl2007-10-111-1/+0
* [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/+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-121-5/+2
* netxen: deinline and sparse fixStephen Hemminger2007-07-102-103/+97