summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2025-06-25bnxt: properly flush XDP redirect listsYan Zhai1-1/+4
2025-06-18bnxt_en: Update MRU and RSS table of RSS contexts on queue resetPavan Chebbi1-5/+51
2025-06-18bnxt_en: Add a helper function to configure MRU and RSSPavan Chebbi1-11/+26
2025-06-18bnxt_en: Fix double invocation of bnxt_ulp_stop()/bnxt_ulp_start()Kalesh AP1-14/+10
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+3
2025-05-22eth: bnxt: fix deadlock when xdp is attached or detachedTaehee Yoo1-2/+2
2025-05-21bnxt_en: Fix netdev locking in ULP IRQ functionsMichael Chan1-6/+3
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+29
2025-05-15bnxt_en: bring back rtnl_lock() in the bnxt_open() pathMichael Chan1-7/+29
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-35/+91
2025-05-01bnxt_en: fix module unload sequenceVadim Fedorenko1-1/+1
2025-04-30bnxt_en: Fix ethtool -d byte order for 32-bit valuesMichael Chan1-6/+32
2025-04-30bnxt_en: Fix out-of-bound memcpy() during ethtool -wShruti Parab1-5/+10
2025-04-30bnxt_en: Fix coredump logic to free allocated bufferShruti Parab1-0/+5
2025-04-30bnxt_en: delay pci_alloc_irq_vectors() in the AER pathKashyap Desai2-6/+12
2025-04-30bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings()Kashyap Desai1-6/+1
2025-04-30bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()Somnath Kotur1-0/+1
2025-04-30bnxt_en: Fix ethtool selftest output in one of the failure casesKalesh AP1-1/+1
2025-04-30bnxt_en: Fix error handling path in bnxt_init_chip()Shravya KN1-0/+3
2025-04-26bnxt_en: improve TX timestamping FIFO configurationVadim Fedorenko3-10/+25
2025-04-24bnxt_en: hide CONFIG_DETECT_HUNG_TASK specific codeArnd Bergmann1-0/+2
2025-04-22bnxt_en: Remove unused macros in bnxt_ulp.hKalesh AP1-3/+0
2025-04-22bnxt_en: Remove unused field "ref_count" in struct bnxt_ulpKalesh AP2-6/+0
2025-04-22bnxt_en: Report the ethtool coredump length after copying the coredumpShruti Parab1-2/+9
2025-04-22bnxt_en: Change FW message timeout warningMichael Chan2-5/+8
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-04-17eth: bnxt: add support rx side device memory TCPTaehee Yoo2-82/+122
2025-04-16eth: bnxt: fix missing ring index trim on error pathJakub Kicinski1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-04eth: bnxt: fix deadlock in the mgmt_opsTaehee Yoo1-3/+3
2025-04-01bnxt_en: bring back rtnl lock in bnxt_shutdownStanislav Fomichev1-0/+2
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+22
2025-03-25bnxt_en: Linearize TX SKB if the fragments exceed the maxMichael Chan2-0/+15
2025-03-25bnxt_en: Mask the bd_cnt field in the TX BD properlyMichael Chan3-4/+5
2025-03-21eth: bnxt: fix out-of-range access of vnic_info arrayTaehee Yoo1-2/+2
2025-03-18bnxt_en: add .set_module_eeprom_by_page() supportDamodharam Ammepalli1-1/+58
2025-03-18bnxt_en: Refactor bnxt_get_module_eeprom_by_page()Michael Chan1-4/+17
2025-03-18bnxt_en: Update firmware interface to 1.10.3.97Michael Chan1-24/+119
2025-03-18bnxt_en: Query FW parameters when the CAPS_CHANGE bit is setshantiprasad shettar1-2/+6
2025-03-18bnxt_en: Add devlink support for ENABLE_ROCE nvm parameterPavan Chebbi2-0/+34
2025-03-18bnxt_en: Refactor bnxt_hwrm_nvm_req()Michael Chan1-30/+33
2025-03-18bnxt_en: Add support for a new ethtool dump flag 3Vasuthevan Maheswaran3-5/+10
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-15/+26
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev1-2/+2
2025-03-12eth: bnxt: add missing netdev lock management to bnxt_dl_reload_upStanislav Fomichev1-2/+6
2025-03-12eth: bnxt: request unconditional ops lockStanislav Fomichev1-0/+1
2025-03-12eth: bnxt: switch to netif_closeStanislav Fomichev2-8/+8
2025-03-10eth: bnxt: fix memory leak in queue resetTaehee Yoo1-0/+1
2025-03-10eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}Taehee Yoo1-0/+6