summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0Star
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-7/+0Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* net: ethernet: bnx2: Replace NULL comparisonVarsha Rao2018-06-041-21/+21
* net: ethernet: bnx2: Remove extra parenthesesVarsha Rao2018-06-041-1/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* bnx2: remove redundant initializations of pointers txr and rxrColin Ian King2018-01-231-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* drivers: net: bnx2: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-2/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2Star
* bnx2: use READ_ONCE() instead of barrier()Eric Dumazet2016-11-211-12/+5Star
* 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/+5Star
* | 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/+7Star
|/
* 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-131-1/+1
|/
* BNX2: free temp_stats_blk on error pathwangweidong2015-10-131-0/+2
* BNX2: fix a Null Pointer for stats_blkwangweidong2015-10-111-27/+52
* bnx2: disable toggling of rxvlan if necessaryIvan Vecera2015-03-021-12/+3Star
* bnx2-cnic: Driver Version UpdateRasesh Mody2015-02-201-2/+2
* bnx2: Fix for Chip InitializationRasesh Mody2015-02-201-2/+0Star
* 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-261-4/+5
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-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-151-4/+33
|\
| * bnx2: Fix shutdown sequenceMichael Chan2014-03-101-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/+4Star
|/
* bnx2[x]: Make module parameters readableJames M Leddy2014-02-071-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* bnx2: Update version to 2.2.5.Michael Chan2014-01-021-2/+2
* bnx2: Report MDI/MDIX status to ethtool.Michael Chan2014-01-021-0/+16
* bnx2: Enable auto-mdix when autoneg is disabled.Michael Chan2014-01-021-3/+9
* bnx2: Advertise nothing when speed is forcedMichael Chan2014-01-021-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/+0Star
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-3/+3