aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c
AgeCommit message (Expand)Author
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin
2023-03-23bnx2: remove deadcode in bnx2_init_cpus()Maxim Korotkov
2023-03-08bnx2: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook
2022-10-25bnx2: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-09-30bnx2: Fix spelling mistake "bufferred" -> "buffered"Colin Ian King
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-03-03bnx2: Fix an error messageChristophe JAILLET
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-24bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit
2021-08-24bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-23Revert "bnx2: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller
2021-08-22bnx2: Replace open-coded version with swab32s()Heiner Kallweit
2021-08-22bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-19net: broadcom: remove leading spaces before tabsHui Tang
2021-05-17net: bnx2: Fix error return code in bnx2_init_board()Zhen Lei
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-03-10net: bnx2: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04net: ethernet: bnx2: Replace NULL comparisonVarsha Rao
2018-06-04net: ethernet: bnx2: Remove extra parenthesesVarsha Rao
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-01-23bnx2: remove redundant initializations of pointers txr and rxrColin Ian King
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-21drivers: net: bnx2: use setup_timer() helper.Allen Pais
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-11-21bnx2: use READ_ONCE() instead of barrier()Eric Dumazet
2016-11-15net: bnx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14bnx2: Wait for in-flight DMA to complete at probe stageBaoquan He
2016-11-14Revert "bnx2: Reset device during driver initialization"Baoquan He