summaryrefslogtreecommitdiff
path: root/drivers/net/netxen
AgeCommit message (Expand)AuthorFilesLines
2008-08-07drivers/net/netxen/netxen_nic_hw.c: fix printk warningsAndrew Morton1-2/+4
2008-08-07netxen: fix promisc mode, mtu settingDhananjay Phadke7-53/+94
2008-08-07netxen: fix cmd ring initDhananjay Phadke1-12/+10
2008-08-07netxen: fix legacy interruptsDhananjay Phadke2-17/+34
2008-08-07netxen: add new board typesDhananjay Phadke4-1/+16
2008-08-07netxen: fix link status, link speedDhananjay Phadke6-26/+66
2008-07-23netxen: Needs to include linux/vmalloc.hDavid S. Miller1-0/+1
2008-07-23netxen: update driver versionDhananjay Phadke2-13/+11
2008-07-23netxen: enable tso6, intr coalescing.Dhananjay Phadke4-28/+213
2008-07-23netxen: cut-through rx changesDhananjay Phadke4-78/+876
2008-07-23netxen: mtu, mac, link status changesDhananjay Phadke7-43/+236
2008-07-23netxen: add netxen_nic_ctx.cDhananjay Phadke7-339/+359
2008-07-23netxen: remove netxen_nic_isr.cDhananjay Phadke5-283/+122
2008-07-23netxen: pci probe and firmware init changesDhananjay Phadke4-438/+872
2008-07-23netxen: add 2MB PCI memory supportDhananjay Phadke8-272/+1492
2008-07-23netxen: add defs for new chip/boardsDhananjay Phadke7-70/+331
2008-07-23netxen: hw multicast filteringDhananjay Phadke7-49/+147
2008-07-23netxen: cleanup unused variables/functionsDhananjay Phadke6-360/+113
2008-06-27[netdrvr] netxen: fix netxen_pci_tbl[] breakageAl Viro1-7/+11
2008-06-18netxen: download firmware in pci probeDhananjay Phadke2-59/+30
2008-06-18netxen: cleanup debug messagesDhananjay Phadke4-132/+70
2008-06-18netxen: remove global physical_port arrayDhananjay Phadke6-24/+22
2008-06-18netxen: 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-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