summaryrefslogtreecommitdiff
path: root/drivers/net/bnx2.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+6
2009-03-19bnx2: Fix problem of using wrong IRQ handler.Michael Chan1-6/+6
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-14/+22
2009-02-13bnx2: Update version to 1.9.2 and copyright.Michael Chan1-3/+3
2009-02-13bnx2: Fix jumbo frames error handling.Michael Chan1-11/+19
2009-01-28net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+2
2009-01-22bnx2: annotate bp->phy_lock functionsHarvey Harrison1-0/+10
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-6/+6
2008-12-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-9/+6
2008-12-18bnx2: Fix bug in bnx2_free_rx_mem().Michael Chan1-3/+3
2008-12-17bnx2: Update version to 1.9.0.Michael Chan1-3/+3
2008-12-17bnx2: Rename MSI-X vectors.Michael Chan1-1/+3
2008-12-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+32
2008-12-03bnx2: Add workaround to handle missed MSI.Michael Chan1-3/+32
2008-11-29bnx2: use net_device_stats nowadays available in net_deviceIlpo Järvinen1-1/+1
2008-11-22bnx2: convert to net_device_opsStephen Hemminger1-16/+20
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+6
2008-11-13bnx2: fix poll_controller to pass proper structures and check all rx queuesNeil Horman1-3/+6
2008-11-13bnx2: Update version to 1.8.2.Michael Chan1-2/+2
2008-11-13bnx2: Reorganize timeout constants.Michael Chan1-4/+4
2008-11-13bnx2: Set rx buffer water marks based on MTU.Michael Chan1-2/+10
2008-11-13bnx2: Restrict WoL support.Michael Chan1-1/+2
2008-11-13bnx2: Add PCI ID for 5716S.Michael Chan1-0/+4
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-28net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-09bnx2: Update version to 1.8.1.Michael Chan1-2/+2
2008-10-09bnx2: Handle DMA mapping errors.Benjamin Li1-53/+61
2008-10-09bnx2: Eliminate TSO header modifications.Michael Chan1-15/+1
2008-10-09bnx2: Check netif_running() in all ethtool operations.Michael Chan1-8/+32
2008-10-09bnx2: Add bnx2_shutdown_chip().Michael Chan1-16/+17
2008-09-19bnx2: Remove timer_interval field from the bnx2 structureBenjamin Li1-7/+6
2008-09-19bnx2: Remove name field from bnx2 structureBenjamin Li1-2/+1
2008-09-19bnx2: Update MODULE_DESCRIPTION to include the 5716Benjamin Li1-1/+1
2008-09-19bnx2: In bnx2_set_mac_link() return void rather then intBenjamin Li1-3/+1
2008-08-16bnx2: Fix build with VLAN_8021Q disabled.David S. Miller1-1/+1
2008-08-15bnx2: Update version to 1.8.0.Michael Chan1-2/+2
2008-08-15bnx2: Reinsert VLAN tag when necessary.Michael Chan1-8/+27
2008-08-15bnx2: Use proper CONFIG_VLAN_8021Q to compile the VLAN code.Michael Chan1-1/+3
2008-08-15bnx2: Fix logic to setup VLAN rx tagging.Michael Chan1-2/+2
2008-07-19bnx2: Update version to 1.7.9.Benjamin Li1-2/+2
2008-07-19bnx2: Fix Sparse warningsBenjamin Li1-2/+0
2008-07-19bnx2: Add TX multiqueue support.Benjamin Li1-18/+35
2008-07-15bnx2: Update version to 1.7.8.Michael Chan1-2/+2
2008-07-15bnx2: Support secondary MAC addresses.Benjamin Li1-8/+27
2008-07-15bnx2: Allow flexible VLAN tag settings.Michael Chan1-17/+27
2008-07-15bnx2: Add ack parameter to bnx2_fw_sync().Michael Chan1-7/+11
2008-07-15bnx2: Add PCI ID for 5716.Michael Chan1-1/+5
2008-07-15bnx2: Prevent ethtool -s from crashing when device is down.Michael Chan1-1/+12
2008-06-20bnx2: Update driver version to 1.7.7.Michael Chan1-3/+3