summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov2011-03-311-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-7/+0
|\
| * [SCSI] bnx2i: Added support for the 57712(E) devicesEddie Wai2011-02-241-7/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-151-1/+1
|\ \
| * | bnx2x: fix swap of rx-ticks and tx-ticks parameters in interrupt coalescing flowAriel Elior2011-03-141-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-101-9/+10
|\ \ \ | |/ /
| * | bnx2x: fix link notificationDmitry Kravkov2011-03-061-7/+7
| * | bnx2x: fix non-pmf device load flowDmitry Kravkov2011-03-061-2/+3
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-4/+14
|\ \ \ | |/ /
| * | bnx2x: properly configure coefficients for MinBW algorithm (NPAR mode).Dmitry Kravkov2011-02-281-1/+2
| * | bnx2x: (NPAR mode) Fix FW initializationDmitry Kravkov2011-02-281-3/+12
* | | bnx2x: use dcb_setapp to manage negotiated application tlvsShmulik Ravid2011-02-281-1/+6
* | | bnx2x: Support for managing RX indirection tableTom Herbert2011-02-171-5/+17
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-081-9/+23
|\ \ \ | |/ /
| * | bnx2x: Duplication in promisc modeVladislav Zolotarov2011-02-061-9/+23
* | | bnx2x: Proper netdev->ndo_set_rx_mode() implementation.Vladislav Zolotarov2011-02-061-98/+346
* | | bnx2x: MTU for FCoE L2 ringVladislav Zolotarov2011-02-061-2/+8
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-7/+2
|\ \ \ | |/ /
| * | bnx2x: multicasts in NPAR modeVladislav Zolotarov2011-02-011-7/+2
* | | bnx2x, cnic: Consolidate iSCSI/FCoE shared mem logic in bnx2xVladislav Zolotarov2011-01-311-12/+100
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-311-7/+11
|\ \ \ | |/ /
| * | bnx2x: Fix potential link loss in multi-function modeYaniv Rosner2011-01-301-7/+11
| |/
* | drivers/net: remove some rcu sparse warningsEric Dumazet2011-01-271-1/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+1
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | bnx2x: Move to D0 before clearing MSI/MSI-X configuration.Vladislav Zolotarov2011-01-091-0/+6
* | | bnx2x: registers dump fixesVladislav Zolotarov2011-01-091-51/+6
* | | bnx2x: Don't prevent RSS configuration in INT#x and MSI interrupt modes.Vladislav Zolotarov2011-01-091-7/+0
* | | bnx2x: adding dcbnl supportShmulik Ravid2010-12-311-1/+7
* | | drivers/net/*/: Use static constJoe Perches2010-12-211-2/+4
* | | bnx2x: add DCB supportVladislav Zolotarov2010-12-161-2/+22
* | | bnx2x: add a select queue callbackVladislav Zolotarov2010-12-161-0/+1
* | | bnx2x: add FCoE ringVladislav Zolotarov2010-12-161-68/+247
* | | net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-061-2/+2
* | | bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov2010-12-011-70/+266
* | | bnx2x: Do interrupt mode initialization and NAPIs adding before register_netd...Vladislav Zolotarov2010-11-241-6/+6
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-191-1/+1
|\ \ \ | | |/ | |/|
| * | net: bnx2x: fix error value signVasiliy Kulikov2010-11-171-1/+1
| |/
* | drivers/net/bnx2x: Remove unnecessary semicolonsJoe Perches2010-11-151-1/+1
|/
* bnx2x: make local function static and remove dead codestephen hemminger2010-10-241-24/+31
* bnx2x: Update bnx2x to use new vlan accleration.Hao Zheng2010-10-211-8/+0
* bnx2x: prevent false parity error in MSI-X memory of HC blockVladislav Zolotarov2010-10-191-1/+27
* bnx2x: fix possible deadlock in HC hw blockDmitry Kravkov2010-10-191-8/+29
* bnx2x: remove unnecessary FUNC_FLG_RSS flag and relatedDmitry Kravkov2010-10-181-40/+30
* bnx2x: Fixing a typo: added a missing RSS enablementDmitry Kravkov2010-10-121-0/+1
* bnx2x: code beautifyDmitry Kravkov2010-10-061-134/+141
* bnx2x, cnic: Fix SPQ return creditDmitry Kravkov2010-10-061-17/+69
* bnx2x: move msix table initialization to probe()Dmitry Kravkov2010-10-061-18/+60
* bnx2x: Add 57712 supportDmitry Kravkov2010-10-061-413/+1364
OpenPOWER on IntegriCloud