aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: add missing break in bnx2x_dcbnl_get_capShmulik Ravid2011-10-031-0/+1
* bnx2x: fix hw attention handlingDmitry Kravkov2011-10-032-2/+16
* net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller2011-06-291-3/+3
* bnx2x: protect sequence increment with mutexDmitry Kravkov2011-05-251-1/+2
* bnx2x: fix inverted conditionDmitry Kravkov2011-05-241-1/+1
* bnx2x: allow device properly initialize after hotplugDmitry Kravkov2011-05-221-43/+24
* bnx2x: fix DMAE timeout according to hw specificationsDmitry Kravkov2011-05-221-1/+1
* bnx2x: properly handle CFC DEL in cnic flowVladislav Zolotarov2011-05-221-1/+2
* bnx2x: call dev_kfree_skb_any instead of dev_kfree_skbVladislav Zolotarov2011-05-222-3/+3
* drivers/net: add prefetch header for prefetch usersPaul Gortmaker2011-05-221-0/+1
* bnx2x: add support for retrieving dcb peer configurationShmulik Ravid2011-05-182-25/+131
* bnx2x: Allow ethtool to enable/disable loopback.Mahesh Bandewar2011-05-162-0/+19
* bnx2x: function descriptions format fixedDmitry Kravkov2011-05-056-266/+194
* bnx2x: update year to 2011 and version to 1.62.12-0Dmitry Kravkov2011-05-0515-17/+17
* bnx2x: improve memory handling, low memory recovery flowsDmitry Kravkov2011-05-055-276/+449
* bnx2x: Do storage mac address validation for SF mode.Dmitry Kravkov2011-05-051-16/+16
* bnx2x: allow WoL on every function in MF modesDmitry Kravkov2011-05-051-7/+3
* bnx2x: link report improvementsVladislav Zolotarov2011-05-054-35/+141
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-10/+24
|\
| * bnx2x: fix UDP csum offloadVladislav Zolotarov2011-04-231-10/+24
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-191-6/+5
|\ \ | |/
| * bnx2x: Fix port identification problemYaniv Rosner2011-04-171-5/+4
* | bnx2x: cosmetics: Using ethtool_cmd_speed() APIDavid Decotigny2011-04-171-12/+13
* | bnx2x: Fix set-but-unused variables.David S. Miller2011-04-171-7/+2
* | ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-141-1/+1
* | net: bnx2x: convert to hw_featuresMichał Mirosław2011-04-125-118/+57
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-115-36/+36
|\ \ | |/
| * Fix common misspellingsLucas De Marchi2011-03-315-36/+36
* | bnx2x: convert to set_phys_idstephen hemminger2011-04-061-21/+23
* | bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov2011-03-313-2/+33
* | bnx2x: don't write dcb/llfc fields in STORM memoryDmitry Kravkov2011-03-311-1/+12
* | bnx2x: Update firmware to 6.2.9Dmitry Kravkov2011-03-311-1/+1
|/
* 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-105-21/+52
|\ \ \ | |/ /
| * | bnx2x: fix MaxBW configurationDmitry Kravkov2011-03-061-2/+2
| * | bnx2x: (NPAR) prevent HW access in D3 stateDmitry Kravkov2011-03-064-10/+40
| * | 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-037-45/+115
|\ \ \ | |/ /
| * | bnx2x: update driver version to 1.62.00-6Dmitry Kravkov2011-02-281-1/+1
| * | bnx2x: properly calculate lro_mssVladislav Zolotarov2011-02-281-6/+42
| * | bnx2x: perform statistics "action" before state transition.Vladislav Zolotarov2011-02-281-2/+2
| * | bnx2x: properly configure coefficients for MinBW algorithm (NPAR mode).Dmitry Kravkov2011-02-282-12/+17
| * | bnx2x: Fix ethtool -t link test for MF (non-pmf) devices.Dmitry Kravkov2011-02-281-5/+5
| * | bnx2x: Fix nvram test for single port devices.Dmitry Kravkov2011-02-281-2/+0
| * | bnx2x: (NPAR mode) Fix FW initializationDmitry Kravkov2011-02-284-17/+48
| * | bnx2x: Add a missing bit for PXP parity register of 57712.Vladislav Zolotarov2011-02-271-1/+1