aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28NULL noise in drivers/netAl Viro1-2/+2
2008-01-28[BNX2]: Fix compiler warning.Michael Chan1-1/+1
2008-01-28[BNX2]: Update version to 1.7.1.Michael Chan1-2/+2
2008-01-28[BNX2]: Enable new tx ring.Michael Chan1-7/+80
2008-01-28[BNX2]: Add support for a new tx ring.Michael Chan1-18/+60
2008-01-28[BNX2]: Support multiple MSIX IRQs.Michael Chan1-36/+125
2008-01-28[BNX2]: Move rx indexes into bnx2_napi struct.Michael Chan1-49/+56
2008-01-28[BNX2]: Move tx indexes into bnx2_napi struct.Michael Chan1-14/+17
2008-01-28[BNX2]: Introduce new bnx2_napi structure.Michael Chan1-57/+89
2008-01-28[BNX2]: Restructure IRQ datastructures.Michael Chan1-22/+33
2008-01-28[BNX2]: Add function to fetch hardware tx index.Michael Chan1-17/+20
2008-01-28[BNX2]: Update version to 1.6.9.Michael Chan1-2/+2
2008-01-28[BNX2]: Enable S/G for jumbo RX.Michael Chan1-2/+19
2008-01-28[BNX2]: Add fast path code to handle RX pages.Michael Chan1-6/+138
2008-01-28[BNX2]: Add init. code to handle RX pages.Michael Chan1-2/+102
2008-01-28[BNX2]: Update firmware to support S/G RX buffers.Michael Chan1-11/+25
2008-01-28[BNX2]: Restructure RX ring init. code.Michael Chan1-63/+78
2008-01-28[BNX2]: Restructure RX fast path handling.Michael Chan1-16/+30
2008-01-28[BNX2]: Add ring constants.Michael Chan1-15/+7
2007-12-11[BNX2]: Update version to 1.6.9.Michael Chan1-2/+2
2007-12-11[BNX2]: Fix RX packet rot.Michael Chan1-12/+14
2007-12-11[BNX2]: Add PHY_DIS_EARLY_DAC workaround.Michael Chan1-2/+3
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-11/+21
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-17[BNX2]: Update version to 1.6.8.Michael Chan1-2/+2
2007-10-17[BNX2]: Fix Serdes WoL bug.Michael Chan1-9/+19
2007-10-12[BNX2]: Refine napi poll loop.Michael Chan1-6/+10
2007-10-11[NET]: Fix NAPI completion handling in some drivers.David S. Miller1-20/+32
2007-10-10[BNX2]: Update version to 1.6.7.Michael Chan1-2/+2
2007-10-10[BNX2]: Fix default WoL setting.Michael Chan1-6/+14
2007-10-10[BNX2]: Fix remote PHY media detection problems.Michael Chan1-7/+27
2007-10-10[BNX2]: Update version to 1.6.6.Michael Chan1-2/+2
2007-10-10[BNX2]: Optimize firmware loading.Michael Chan1-21/+19
2007-10-10[ZLIB]: Move bnx2 driver gzip unpacker into zlib.Denys Vlasenko1-45/+3
2007-10-10[BNX2]: factor out gzip unpackerDenys Vlasenko1-102/+58
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-10/+10
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-8/+4
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 Cheng1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-25/+22
2007-09-20[BNX2]: Add PHY workaround for 5709 A1.Michael Chan1-3/+4
2007-08-28[BNX2]: Add write posting comment.Michael Chan1-0/+4
2007-08-28[BNX2]: Use msleep().Arjan van de Ven1-4/+2
2007-08-03[BNX2]: Fix suspend/resume problem.Michael Chan1-4/+8
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-18[BNX2]: Update version to 1.6.3.Michael Chan1-2/+2
2007-07-18[BNX2]: Use constants for stats ticks.Michael Chan1-4/+5
2007-07-18[BNX2]: Add delay before reading firmware version.Michael Chan1-4/+12