summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
AgeCommit message (Expand)Author
2024-03-07cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech
2023-08-22bnx2x: new flag for track HW resource allocationThinh Tran
2023-06-10bnx2x: fix page fault following EEH recoveryDavid Christensen
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-03-08bnx2x: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-27bnx2x: fix napi API usage sequenceManish Chopra
2022-03-17bnx2x: fix built-in kernel driver load failureManish Chopra
2022-02-24bnx2x: fix driver load from initrdManish Chopra
2022-01-09bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-20bnx2x: Utilize firmware 7.13.21.0Manish Chopra
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-10-16ethernet: bnx2x: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub 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-24bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-23Revert "bnx2x: Read VPD with pci_vpd_alloc()"David S. Miller
2021-08-23Revert "bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller
2021-08-22bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-22bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: broadcom: bnx2x: Fix wrong function name in commentsYang Shen
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-03-17ethernet/broadcom:remove unneeded variable: "ret"dingsenjie
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-10-03bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-19bnx2x: use true,false for bool variablesJason Yan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-04bnx2x: Perform Idlechk dump during the debug collection.Sudarsana Reddy Kalluru
2020-07-04bnx2x: Add support for idlechk tests.Sudarsana Reddy Kalluru
2020-06-26bnx2x: use generic power managementVaibhav Gupta
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran
2019-12-14bnx2x: Do not handle requests from VFs after parityManish Chopra
2019-08-18bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra
2019-06-29bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-16bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru
2019-04-16bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon