aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-05-22[BNX2]: Use kmalloc instead of arrayMichael Chan1-4/+14
2006-05-22[BNX2]: Fix bug in bnx2_nvram_write()Michael Chan1-1/+1
2006-04-12[PATCH] net drivers: fix section attributes for gccRandy Dunlap1-1/+1
2006-03-23[BNX2]: Update version and reldateMichael Chan1-2/+2
2006-03-23[BNX2]: Separate tx producer and consumer fieldsMichael Chan1-0/+1
2006-03-23[BNX2]: Move .h files to bnx2.cMichael Chan1-0/+40
2006-03-23[BNX2]: Combine small mem allocationsMichael Chan1-19/+15
2006-03-23[BNX2]: Fix link change handlingMichael Chan1-12/+17
2006-03-20[BNX2]: include <linux/vmalloc.h>Michael Chan1-2/+2
2006-03-20[BNX2]: Update versionMichael Chan1-2/+3
2006-03-20[BNX2]: Support larger rx ring sizes (part 2)Michael Chan1-2/+2
2006-03-20[BNX2]: Support larger rx ring sizes (part 1)Michael Chan1-32/+85
2006-03-20[BNX2]: Fix bug when rx ring is fullMichael Chan1-16/+25
2006-03-20[BNX2]: Add ethtool -d supportMichael Chan1-0/+60
2006-03-20[BNX2]: Reduce register test sizeMichael Chan1-254/+0
2006-03-03Massive net driver const-ification.Arjan van de Ven1-5/+5
2006-01-23[BNX2]: Update version and copyright yearMichael Chan1-6/+5
2006-01-23[BNX2]: Add PHY loopback testMichael Chan1-22/+79
2006-01-23[BNX2]: Use netdev_priv()Michael Chan1-40/+40
2006-01-23[BNX2]: Fix nvram sizingMichael Chan1-3/+10
2006-01-23[BNX2]: Workaround hw interrupt bugMichael Chan1-2/+17
2006-01-23[BNX2]: Fix UDP checksum verificationMichael Chan1-7/+5
2006-01-23[BNX2]: Misc. fixesMichael Chan1-6/+14
2006-01-23[BNX2]: Improve handshake with firmwareMichael Chan1-21/+23
2006-01-23[BNX2]: Fix VLAN on ASFMichael Chan1-3/+7
2005-11-10[BNX2]: simplify parameter checks in bnx2_{get,set}_eepromJohn W. Linville1-10/+2
2005-11-10[BNX2]: check return of dev_alloc_skb in bnx2_test_loopbackJohn W. Linville1-0/+2
2005-11-10[BNX2]: output driver name as prefix in error messageJohn W. Linville1-1/+1
2005-11-05[PATCH] bnx2: update version and minor fixesMichael Chan1-4/+4
2005-11-05[PATCH] bnx2: refine bnx2_pollMichael Chan1-15/+40
2005-11-05[PATCH] bnx2: update firmware handshake for 5708Michael Chan1-15/+79
2005-11-05[PATCH] bnx2: update nvram code for 5708Michael Chan1-22/+78
2005-11-05[PATCH] bnx2: add 5708 supportMichael Chan1-25/+192
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-8/+4
2005-09-12[BNX2]: Add support for ETHTOOL_GPERMADDR.John W. Linville1-0/+2
2005-09-08[BNX2]: Fix bug in irq handler and add prefetchMichael Chan1-3/+4
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek1-9/+9
2005-08-29[BNX2]: update version and minor fixesMichael Chan1-17/+15
2005-08-29[BNX2]: change irq locks to bh locksMichael Chan1-32/+24
2005-08-29[BNX2]: remove atomics in txMichael Chan1-18/+17
2005-08-29[BNX2]: speedup serdes linkupMichael Chan1-12/+40
2005-08-29[BNX2]: Fix rtnl deadlock in bnx2_closeMichael Chan1-1/+14
2005-08-29[BNX2]: Possible sparse fixes, take twoPeter Hagervall1-20/+19
2005-05-26[BNX2]: New Broadcom gigabit network driver.Michael Chan1-0/+5530