aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech2024-03-071-0/+1
* net: remove __skb_frag_set_page()Yunsheng Lin2023-05-131-1/+0
* bnx2: remove deadcode in bnx2_init_cpus()Maxim Korotkov2023-03-231-23/+8
* bnx2: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-21/+0
* skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-1/+1
* bnx2: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-10-251-2/+3
* bnx2: Fix spelling mistake "bufferred" -> "buffered"Colin Ian King2022-09-301-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* bnx2: Fix an error messageChristophe JAILLET2022-03-031-1/+1
* 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/git/helgaas/pciLinus Torvalds2021-09-071-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-231-7/+7
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* net: bnx2: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+5
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-031-11/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-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-121-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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-211-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
|\