summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22eth: bnxt: fix deadlock when xdp is attached or detachedTaehee Yoo
2025-05-20bnxt_en: Fix netdev locking in ULP IRQ functionsMichael Chan
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15bnxt_en: bring back rtnl_lock() in the bnxt_open() pathMichael Chan
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01bnxt_en: fix module unload sequenceVadim Fedorenko
2025-04-30bnxt_en: Fix ethtool -d byte order for 32-bit valuesMichael Chan
2025-04-30bnxt_en: Fix out-of-bound memcpy() during ethtool -wShruti Parab
2025-04-30bnxt_en: Fix coredump logic to free allocated bufferShruti Parab
2025-04-30bnxt_en: delay pci_alloc_irq_vectors() in the AER pathKashyap Desai
2025-04-30bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings()Kashyap Desai
2025-04-30bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()Somnath Kotur
2025-04-30bnxt_en: Fix ethtool selftest output in one of the failure casesKalesh AP
2025-04-30bnxt_en: Fix error handling path in bnxt_init_chip()Shravya KN
2025-04-25bnxt_en: improve TX timestamping FIFO configurationVadim Fedorenko
2025-04-23bnxt_en: hide CONFIG_DETECT_HUNG_TASK specific codeArnd Bergmann
2025-04-21bnxt_en: Remove unused macros in bnxt_ulp.hKalesh AP
2025-04-21bnxt_en: Remove unused field "ref_count" in struct bnxt_ulpKalesh AP
2025-04-21bnxt_en: Report the ethtool coredump length after copying the coredumpShruti Parab
2025-04-21bnxt_en: Change FW message timeout warningMichael Chan
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-16eth: bnxt: add support rx side device memory TCPTaehee Yoo
2025-04-15eth: bnxt: fix missing ring index trim on error pathJakub Kicinski
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03eth: bnxt: fix deadlock in the mgmt_opsTaehee Yoo
2025-03-31bnxt_en: bring back rtnl lock in bnxt_shutdownStanislav Fomichev
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-24bnxt_en: Linearize TX SKB if the fragments exceed the maxMichael Chan
2025-03-24bnxt_en: Mask the bd_cnt field in the TX BD properlyMichael Chan
2025-03-21eth: bnxt: fix out-of-range access of vnic_info arrayTaehee Yoo
2025-03-18bnxt_en: add .set_module_eeprom_by_page() supportDamodharam Ammepalli
2025-03-18bnxt_en: Refactor bnxt_get_module_eeprom_by_page()Michael Chan
2025-03-18bnxt_en: Update firmware interface to 1.10.3.97Michael Chan
2025-03-18bnxt_en: Query FW parameters when the CAPS_CHANGE bit is setshantiprasad shettar
2025-03-18bnxt_en: Add devlink support for ENABLE_ROCE nvm parameterPavan Chebbi
2025-03-18bnxt_en: Refactor bnxt_hwrm_nvm_req()Michael Chan
2025-03-18bnxt_en: Add support for a new ethtool dump flag 3Vasuthevan Maheswaran
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev
2025-03-12eth: bnxt: add missing netdev lock management to bnxt_dl_reload_upStanislav Fomichev
2025-03-12eth: bnxt: request unconditional ops lockStanislav Fomichev
2025-03-12eth: bnxt: switch to netif_closeStanislav Fomichev
2025-03-10eth: bnxt: fix memory leak in queue resetTaehee Yoo
2025-03-10eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}Taehee Yoo
2025-03-10eth: bnxt: do not update checksum in bnxt_xdp_build_skb()Taehee Yoo
2025-03-10eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logicTaehee Yoo
2025-03-10eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()Taehee Yoo
2025-03-10eth: bnxt: fix truesize for mb-xdp-pass caseTaehee Yoo
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski