WorkStruct: make allyesconfig
[safe/jmp/linux-2.6] / drivers / net / bnx2.c
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-30 Michael Chan[BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present.
2006-09-24 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-09-13 Jeff Garzikdrivers/net: Trim trailing whitespace
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-08-17 Michael Chan[BNX2]: Convert to netdev_alloc_skb()
2006-08-17 Michael Chan[BNX2]: Fix tx race condition.
2006-07-08 Herbert Xu[NET] gso: Add skb_is_gso
2006-07-05 Jeff Garzik[netdrvr] use dev_xxx() printk helpers, rather than...
2006-07-05 Jeff Garzik[netdrvr] Use dev_printk() when ethernet interface...
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Michael Chan[BNX2]: Turn off link during shutdown
2006-06-29 Michael Chan[BNX2]: Use dev_kfree_skb() instead of the _irq version
2006-06-29 Michael Chan[BNX2]: Add NETIF_F_TSO_ECN
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-18 Michael Chan[BNX2]: Update version and reldate
2006-06-18 Michael Chan[BNX2]: Use CPU native page size
2006-06-18 Michael Chan[BNX2]: Add firmware decompression
2006-06-18 Michael Chan[BNX2]: Allow WoL settings on new 5708 chips
2006-06-18 Michael Chan[BNX2]: Add an rx drop counter
2006-06-18 Alexey Dobriyan[BNX2]: Endian fixes.
2006-06-18 Herbert Xu[NET]: Add netif_tx_lock
2006-05-22 Michael Chan[BNX2]: Use kmalloc instead of array
2006-05-22 Michael Chan[BNX2]: Fix bug in bnx2_nvram_write()
2006-04-12 Randy Dunlap[PATCH] net drivers: fix section attributes for gcc
2006-03-23 Michael Chan[BNX2]: Update version and reldate
2006-03-23 Michael Chan[BNX2]: Separate tx producer and consumer fields
2006-03-23 Michael Chan[BNX2]: Move .h files to bnx2.c
2006-03-23 Michael Chan[BNX2]: Combine small mem allocations
2006-03-23 Michael Chan[BNX2]: Fix link change handling
2006-03-21 Michael Chan[BNX2]: include <linux/vmalloc.h>
2006-03-21 Michael Chan[BNX2]: Update version
2006-03-21 Michael Chan[BNX2]: Support larger rx ring sizes (part 2)
2006-03-21 Michael Chan[BNX2]: Support larger rx ring sizes (part 1)
2006-03-21 Michael Chan[BNX2]: Fix bug when rx ring is full
2006-03-21 Michael Chan[BNX2]: Add ethtool -d support
2006-03-21 Michael Chan[BNX2]: Reduce register test size
2006-03-04 Arjan van de VenMassive net driver const-ification.
2006-01-24 Michael Chan[BNX2]: Update version and copyright year
2006-01-24 Michael Chan[BNX2]: Add PHY loopback test
2006-01-24 Michael Chan[BNX2]: Use netdev_priv()
2006-01-24 Michael Chan[BNX2]: Fix nvram sizing
2006-01-24 Michael Chan[BNX2]: Workaround hw interrupt bug
2006-01-24 Michael Chan[BNX2]: Fix UDP checksum verification
2006-01-24 Michael Chan[BNX2]: Misc. fixes
2006-01-24 Michael Chan[BNX2]: Improve handshake with firmware
2006-01-24 Michael Chan[BNX2]: Fix VLAN on ASF
2005-11-10 John W. Linville[BNX2]: simplify parameter checks in bnx2_{get,set...
2005-11-10 John W. Linville[BNX2]: check return of dev_alloc_skb in bnx2_test_loopback
2005-11-10 John W. Linville[BNX2]: output driver name as prefix in error message
2005-11-06 Michael Chan[PATCH] bnx2: update version and minor fixes
2005-11-06 Michael Chan[PATCH] bnx2: refine bnx2_poll
2005-11-06 Michael Chan[PATCH] bnx2: update firmware handshake for 5708
2005-11-06 Michael Chan[PATCH] bnx2: update nvram code for 5708
2005-11-06 Michael Chan[PATCH] bnx2: add 5708 support
2005-10-28 Jesper Juhldrivers/net: Remove pointless checks for NULL prior...
2005-09-12 John W. Linville[BNX2]: Add support for ETHTOOL_GPERMADDR.
2005-09-08 Michael Chan[BNX2]: Fix bug in irq handler and add prefetch
2005-09-05 Pavel Machek[PATCH] swsusp: fix remaining u32 vs. pm_message_t...
2005-08-29 Michael Chan[BNX2]: update version and minor fixes
2005-08-29 Michael Chan[BNX2]: change irq locks to bh locks
2005-08-29 Michael Chan[BNX2]: remove atomics in tx
2005-08-29 Michael Chan[BNX2]: speedup serdes linkup
2005-08-29 Michael Chan[BNX2]: Fix rtnl deadlock in bnx2_close
2005-08-29 Peter Hagervall[BNX2]: Possible sparse fixes, take two
2005-05-26 Michael Chan[BNX2]: New Broadcom gigabit network driver.