summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-081-25/+8
|\
| * bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit2021-08-241-9/+4
| * bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-25/+8
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* | net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-21/+22
* | Revert "bnx2: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-8/+25
* | bnx2: Replace open-coded version with swab32s()Heiner Kallweit2021-08-221-9/+4
* | bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-25/+8
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+1
|\
| * net: bnx2: Fix error return code in bnx2_init_board()Zhen Lei2021-05-171-1/+1
* | net: broadcom: remove leading spaces before tabsHui Tang2021-05-191-3/+3
|/
* PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-7/+7
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* net: bnx2: reject unsupported coalescing paramsJakub Kicinski2020-03-111-0/+5
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-041-11/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* net: broadcom: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
* 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/+0
* 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/+1
* 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-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/+3