summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c
Commit message (Expand)AuthorAgeFilesLines
* bnx2: annotate bp->phy_lock functionsHarvey Harrison2009-01-211-0/+10
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-6/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-231-3/+3
|\
| * bnx2: Fix bug in bnx2_free_rx_mem().Michael Chan2008-12-171-3/+3
* | net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-9/+6
* | bnx2: Update version to 1.9.0.Michael Chan2008-12-161-3/+3
* | bnx2: Rename MSI-X vectors.Michael Chan2008-12-161-1/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-051-3/+32
|\ \ | |/
| * bnx2: Add workaround to handle missed MSI.Michael Chan2008-12-031-3/+32
* | bnx2: use net_device_stats nowadays available in net_deviceIlpo Järvinen2008-11-281-1/+1
* | bnx2: convert to net_device_opsStephen Hemminger2008-11-211-16/+20
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-3/+6
|\ \ | |/
| * bnx2: fix poll_controller to pass proper structures and check all rx queuesNeil Horman2008-11-121-3/+6
* | bnx2: Update version to 1.8.2.Michael Chan2008-11-121-2/+2
* | bnx2: Reorganize timeout constants.Michael Chan2008-11-121-4/+4
* | bnx2: Set rx buffer water marks based on MTU.Michael Chan2008-11-121-2/+10
* | bnx2: Restrict WoL support.Michael Chan2008-11-121-1/+2
* | bnx2: Add PCI ID for 5716S.Michael Chan2008-11-121-0/+4
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
|/
* bnx2: Update version to 1.8.1.Michael Chan2008-10-091-2/+2
* bnx2: Handle DMA mapping errors.Benjamin Li2008-10-091-53/+61
* bnx2: Eliminate TSO header modifications.Michael Chan2008-10-091-15/+1
* bnx2: Check netif_running() in all ethtool operations.Michael Chan2008-10-091-8/+32
* bnx2: Add bnx2_shutdown_chip().Michael Chan2008-10-091-16/+17
* bnx2: Remove timer_interval field from the bnx2 structureBenjamin Li2008-09-181-7/+6
* bnx2: Remove name field from bnx2 structureBenjamin Li2008-09-181-2/+1
* bnx2: Update MODULE_DESCRIPTION to include the 5716Benjamin Li2008-09-181-1/+1
* bnx2: In bnx2_set_mac_link() return void rather then intBenjamin Li2008-09-181-3/+1
* bnx2: Fix build with VLAN_8021Q disabled.David S. Miller2008-08-151-1/+1
* bnx2: Update version to 1.8.0.Michael Chan2008-08-141-2/+2
* bnx2: Reinsert VLAN tag when necessary.Michael Chan2008-08-141-8/+27
* bnx2: Use proper CONFIG_VLAN_8021Q to compile the VLAN code.Michael Chan2008-08-141-1/+3
* bnx2: Fix logic to setup VLAN rx tagging.Michael Chan2008-08-141-2/+2
* bnx2: Update version to 1.7.9.Benjamin Li2008-07-181-2/+2
* bnx2: Fix Sparse warningsBenjamin Li2008-07-181-2/+0
* bnx2: Add TX multiqueue support.Benjamin Li2008-07-181-18/+35
* bnx2: Update version to 1.7.8.Michael Chan2008-07-141-2/+2
* bnx2: Support secondary MAC addresses.Benjamin Li2008-07-141-8/+27
* bnx2: Allow flexible VLAN tag settings.Michael Chan2008-07-141-17/+27
* bnx2: Add ack parameter to bnx2_fw_sync().Michael Chan2008-07-141-7/+11
* bnx2: Add PCI ID for 5716.Michael Chan2008-07-141-1/+5
* bnx2: Prevent ethtool -s from crashing when device is down.Michael Chan2008-07-141-1/+12
* bnx2: Update driver version to 1.7.7.Michael Chan2008-06-191-3/+3
* bnx2: Cleanup error handling in bnx2_open().Michael Chan2008-06-191-23/+14
* bnx2: Turn on multi rx rings.Michael Chan2008-06-191-16/+55
* bnx2: Use one handler for all MSI-X vectors.Michael Chan2008-06-191-59/+40
* bnx2: Optimize fast-path tx and rx work.Michael Chan2008-06-191-41/+66
* bnx2: Put rx ring variables in a separate struct.Michael Chan2008-06-191-155/+235
* bnx2: Put tx ring variables in a separate struct.Michael Chan2008-06-191-113/+181
OpenPOWER on IntegriCloud