aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25bnx2x: protect sequence increment with mutexDmitry Kravkov1-1/+2
2011-05-22bnx2x: allow device properly initialize after hotplugDmitry Kravkov1-43/+24
2011-05-22bnx2x: fix DMAE timeout according to hw specificationsDmitry Kravkov1-1/+1
2011-05-22bnx2x: properly handle CFC DEL in cnic flowVladislav Zolotarov1-1/+2
2011-05-16bnx2x: Allow ethtool to enable/disable loopback.Mahesh Bandewar1-0/+3
2011-05-05bnx2x: function descriptions format fixedDmitry Kravkov1-32/+32
2011-05-05bnx2x: update year to 2011 and version to 1.62.12-0Dmitry Kravkov1-1/+1
2011-05-05bnx2x: improve memory handling, low memory recovery flowsDmitry Kravkov1-172/+17
2011-05-05bnx2x: Do storage mac address validation for SF mode.Dmitry Kravkov1-16/+16
2011-05-05bnx2x: allow WoL on every function in MF modesDmitry Kravkov1-7/+3
2011-05-05bnx2x: link report improvementsVladislav Zolotarov1-12/+9
2011-04-17bnx2x: Fix set-but-unused variables.David S. Miller1-7/+2
2011-04-12net: bnx2x: convert to hw_featuresMichał Mirosław1-16/+11
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2011-03-31bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov1-0/+5
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-7/+0
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-14bnx2x: fix swap of rx-ticks and tx-ticks parameters in interrupt coalescing flowAriel Elior1-1/+1
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+10
2011-03-06bnx2x: fix link notificationDmitry Kravkov1-7/+7
2011-03-06bnx2x: fix non-pmf device load flowDmitry Kravkov1-2/+3
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+14
2011-02-28bnx2x: properly configure coefficients for MinBW algorithm (NPAR mode).Dmitry Kravkov1-1/+2
2011-02-28bnx2x: (NPAR mode) Fix FW initializationDmitry Kravkov1-3/+12
2011-02-28bnx2x: use dcb_setapp to manage negotiated application tlvsShmulik Ravid1-1/+6
2011-02-24[SCSI] bnx2i: Added support for the 57712(E) devicesEddie Wai1-7/+0
2011-02-17bnx2x: Support for managing RX indirection tableTom Herbert1-5/+17
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+23
2011-02-06bnx2x: Proper netdev->ndo_set_rx_mode() implementation.Vladislav Zolotarov1-98/+346
2011-02-06bnx2x: Duplication in promisc modeVladislav Zolotarov1-9/+23
2011-02-06bnx2x: MTU for FCoE L2 ringVladislav Zolotarov1-2/+8
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+2
2011-02-01bnx2x: multicasts in NPAR modeVladislav Zolotarov1-7/+2
2011-01-31bnx2x, cnic: Consolidate iSCSI/FCoE shared mem logic in bnx2xVladislav Zolotarov1-12/+100
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+11
2011-01-30bnx2x: Fix potential link loss in multi-function modeYaniv Rosner1-7/+11
2011-01-27drivers/net: remove some rcu sparse warningsEric Dumazet1-1/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-09bnx2x: Move to D0 before clearing MSI/MSI-X configuration.Vladislav Zolotarov1-0/+6
2011-01-09bnx2x: registers dump fixesVladislav Zolotarov1-51/+6
2011-01-09bnx2x: Don't prevent RSS configuration in INT#x and MSI interrupt modes.Vladislav Zolotarov1-7/+0
2010-12-31bnx2x: adding dcbnl supportShmulik Ravid1-1/+7
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches1-2/+4
2010-12-16bnx2x: add DCB supportVladislav Zolotarov1-2/+22
2010-12-16bnx2x: add a select queue callbackVladislav Zolotarov1-0/+1
2010-12-16bnx2x: add FCoE ringVladislav Zolotarov1-68/+247
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-2/+2
2010-12-01bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov1-70/+266