summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
7 daysbnxt_en: Bound SW TPA IDs to prevent crashesJoe Damato
7 daysbnxt_en: Propagate RX ring init failures in bnxt_init_nic()Joe Damato
7 daysbnxt_en: Handle buffer allocation failure in bnxt_rx_ring_reset()Joe Damato
7 daysbnxt_en: Propagate TPA buffer allocation failures in bnxt_queue_mem_alloc()Joe Damato
7 daysbnxt_en: Don't free the live ring's TPA state on queue restart failureJoe Damato
7 daysbnxt_en: Only restore LRO if the device supports TPAJoe Damato
12 daysbnxt_en: Prevent queue stop with deferred completionsJoe Damato
2026-08-27bnxt_en: Write doorbell when linearizing skb failsJoe Damato
2026-08-22bnxt_en: Gate TPH enablement behind BNXT_SUPPORTS_QUEUE_API checkThomas Walsh
2026-08-21net: bnxt: ring the doorbell when SW USO exits earlyJoe Damato
2026-08-17bnxt_en: Add missing NETIF_F_TSO_ECN feature flagMichael Chan
2026-08-17eth: bnxt: preserve IRQ affinity across IRQ reallocationJakub Kicinski
2026-08-17eth: bnxt: decrease indent in bnxt_init_int_mode()Jakub Kicinski
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-11bnxt_en: enable PTM functionVadim Fedorenko
2026-08-10eth: bnxt: avoid deadlock when canceling IRQ affinity notifierJakub Kicinski
2026-08-10eth: bnxt: decrease indent in bnxt_request_irq()Jakub Kicinski
2026-08-10eth: bnxt: keep the aRFS rmap updated when TPH is enabledJakub Kicinski
2026-08-10eth: bnxt: cancel IRQ notifier before freeing affinity maskJakub Kicinski
2026-08-04bnxt_en: Disable EOP for TPA on all chips to prevent data corruptionMichael Chan
2026-08-04bnxt_en: Refresh VNIC default ring on queue restart if neededShravya KN
2026-08-04bnxt_en: Determine and store default RX ring in vnic structureShravya KN
2026-08-04bnxt_en: Move RSS table fill outside __bnxt_hwrm_vnic_set_rss()Shravya KN
2026-08-03bnxt: fix memory leak in bnxt_queue_mem_alloc error casesWill Chen
2026-06-22eth: bnxt: improve the timing of statsJakub Kicinski
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-12bnxt: fix head underflow on XDP head-growJoe Damato
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-09bnxt: convert to core rx_mode retry mechanismStanislav Fomichev
2026-06-09net: change ndo_set_rx_mode_async return type to intStanislav Fomichev
2026-06-09bnxt_en: Fix NULL pointer dereferenceKyle Meyer
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski
2026-06-04Reapply "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"Jakub Kicinski
2026-06-03eth: bnxt: disable rx-copybreak by defaultJakub Kicinski
2026-05-18net: convert netmem_tx flag to enumBobby Eshleman
2026-05-08bnxt_en: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2026-05-05bnxt_en: Set bp->max_tpa according to what the FW supportsMichael Chan
2026-05-05bnxt_en: Delay for 5 seconds after AER DPC for all chipsMichael Chan
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-21bnxt: use snapshot in bnxt_cfg_rx_modeStanislav Fomichev
2026-04-21bnxt: convert to ndo_set_rx_mode_asyncStanislav Fomichev
2026-04-16Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-12net: bnxt: Dispatch to SW USOJoe Damato
2026-04-12net: bnxt: Add SW GSO completion and teardown supportJoe Damato
2026-04-12net: bnxt: Add TX inline buffer infrastructureJoe Damato
2026-04-12net: bnxt: Use dma_unmap_len for TX completion unmappingJoe Damato
2026-04-12net: bnxt: Add a helper for tx_bd_extJoe Damato
2026-04-12net: bnxt: Export bnxt_xmit_get_cfa_actionJoe Damato
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski