summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-2/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* bnx2: use READ_ONCE() instead of barrier()Eric Dumazet2016-11-211-12/+5
* net: bnx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-151-33/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-12/+36
|\
| * bnx2: Wait for in-flight DMA to complete at probe stageBaoquan He2016-11-141-6/+32
| * Revert "bnx2: Reset device during driver initialization"Baoquan He2016-11-141-7/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-6/+11
|\|
| * bnx2: fix locking when netconsole is usedIvan Vecera2016-10-181-6/+11
* | ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-181-9/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-5/+7
|\
| * bnx2: Reset device during driver initializationBaoquan He2016-09-131-5/+7
* | bnx2: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
|/
* BNX2: free temp_stats_blk on error pathwangweidong2015-10-121-0/+2
* BNX2: fix a Null Pointer for stats_blkwangweidong2015-10-111-27/+52
* bnx2: disable toggling of rxvlan if necessaryIvan Vecera2015-03-011-12/+3
* bnx2-cnic: Driver Version UpdateRasesh Mody2015-02-201-2/+2
* bnx2: Fix for Chip InitializationRasesh Mody2015-02-201-2/+0
* bnx2-cnic: Driver Rebranding ChangesRasesh Mody2015-02-201-4/+4
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* bnx2: Correctly receive full sized 802.1ad fragmesVlad Yasevich2014-10-011-2/+3
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* bnx2: Rebranding bnx2 driver.Jitendra Kalsaria2014-06-251-4/+5
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* bnx2: Don't build unused suspend/resume functions not enabledDaniel J Blueman2014-04-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-4/+33
|\
| * bnx2: Fix shutdown sequenceMichael Chan2014-03-091-4/+33
* | bnx2: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-131-0/+3
* | bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-3/+3
* | bnx2: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+4
|/
* bnx2[x]: Make module parameters readableJames M Leddy2014-02-061-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* bnx2: Update version to 2.2.5.Michael Chan2014-01-011-2/+2
* bnx2: Report MDI/MDIX status to ethtool.Michael Chan2014-01-011-0/+16
* bnx2: Enable auto-mdix when autoneg is disabled.Michael Chan2014-01-011-3/+9
* bnx2: Advertise nothing when speed is forcedMichael Chan2014-01-011-11/+13
* net: bnx2 calls skb_set_hashTom Herbert2013-12-181-1/+2
* net: bnx2: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-3/+3
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+2
* bnx2: clean up unnecessary MSI/MSI-X capability findYijing Wang2013-08-091-2/+2
* bnx2: Update version to 2.2.4Michael Chan2013-08-071-3/+3
* bnx2: Add pci shutdown handler.Michael Chan2013-08-071-22/+25
* bnx2: Use SIMPLE_DEV_PM_OPS.Michael Chan2013-08-071-20/+25
* bnx2: Refactor WoL setup into a separate function.Michael Chan2013-08-071-80/+81
* bnx2: Use kernel APIs for WoL and power state changes.Michael Chan2013-08-071-22/+14
* bnx2: Handle error condition in ->slot_reset()Michael Chan2013-08-071-5/+10
* bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-191-1/+1
* net/ethernet/broadcom/bnx2: Use module_pci_driver to register driverPeter Hüwe2013-05-221-15/+1
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1