summaryrefslogtreecommitdiff
path: root/drivers/net/netxen
AgeCommit message (Expand)AuthorFilesLines
2008-07-22netxen: Needs to include linux/vmalloc.hDavid S. Miller1-0/+1
2008-07-22netxen: update driver versionDhananjay Phadke2-13/+11
2008-07-22netxen: enable tso6, intr coalescing.Dhananjay Phadke4-28/+213
2008-07-22netxen: cut-through rx changesDhananjay Phadke4-78/+876
2008-07-22netxen: mtu, mac, link status changesDhananjay Phadke7-43/+236
2008-07-22netxen: add netxen_nic_ctx.cDhananjay Phadke7-339/+359
2008-07-22netxen: remove netxen_nic_isr.cDhananjay Phadke5-283/+122
2008-07-22netxen: pci probe and firmware init changesDhananjay Phadke4-438/+872
2008-07-22netxen: add 2MB PCI memory supportDhananjay Phadke8-272/+1492
2008-07-22netxen: add defs for new chip/boardsDhananjay Phadke7-70/+331
2008-07-22netxen: hw multicast filteringDhananjay Phadke7-49/+147
2008-07-22netxen: cleanup unused variables/functionsDhananjay Phadke6-360/+113
2008-06-27[netdrvr] netxen: fix netxen_pci_tbl[] breakageAl Viro1-7/+11
2008-06-17netxen: download firmware in pci probeDhananjay Phadke2-59/+30
2008-06-17netxen: cleanup debug messagesDhananjay Phadke4-132/+70
2008-06-17netxen: remove global physical_port arrayDhananjay Phadke6-24/+22
2008-06-17netxen: fix portnum for hp mezz cardsDhananjay Phadke1-2/+8
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-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-16#if 0 netxen_nic_link_ok()Adrian Bunk2-1/+2
2008-04-16make netxen_workq staticAdrian Bunk2-18/+18
2008-03-25netxen, phy/marvell, skge: minor checkpatch fixesJeff Garzik2-4/+2
2008-03-25netxen: fix rx dropped statsDhananjay Phadke4-45/+3
2008-03-25netxen: remove low level tx lockDhananjay Phadke4-157/+43
2008-03-25netxen: napi and irq cleanupDhananjay Phadke4-163/+48
2008-03-25netxen: improve msi supportDhananjay Phadke6-33/+43
2008-01-28annotate netxenAl Viro4-19/+20
2008-01-28NULL noise in drivers/netAl Viro1-3/+3
2008-01-28[netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)Jeff Garzik9-79/+79
2008-01-28drivers/net/netxen: Add missing "space"Joe Perches4-8/+8
2008-01-28drivers/net/netxen/: cleanupsAdrian Bunk8-84/+76
2008-01-28netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz1-1/+1
2008-01-12netxen: fix byte-swapping in tx and rxDhananjay Phadke3-45/+40
2008-01-12netxen: optimize tx handlingdhananjay@netxen.com2-37/+25
2008-01-12netxen: stop second phy correctlydhananjay@netxen.com2-9/+7
2008-01-12netxen: update driver versiondhananjay@netxen.com1-2/+2
2008-01-08[NETXEN]: Fix ->poll() done logic.David S. Miller1-1/+1
2007-10-23[NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik1-9/+2
2007-10-18unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov1-3/+0
2007-10-10netxen: ethtool fixesDhananjay Phadke4-9/+28
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-11/+10
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2-18/+9
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2-2/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski1-1/+0
2007-10-10Clean up duplicate includes in drivers/net/Jesper Juhl1-1/+0
2007-10-10[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