summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
8 daysbnxt: fill data page pool with frags if PAGE_SIZE > BNXT_RX_PAGE_SIZEDavid Wei1-3/+9
13 daysnet: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-1/+8
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds18-11001/+75
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-25net: Fix typosBjorn Helgaas2-2/+2
2025-07-16bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.hAndy Gospodarek18-10931/+17
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+14
2025-07-11bnxt_en: Set DMA unmap len correctly for XDP_REDIRECTSomnath Kotur1-1/+1
2025-07-11bnxt_en: Flush FW trace before copying to the coredumpShruti Parab1-7/+11
2025-07-11bnxt_en: Fix DCB ETS validationShravya KN1-0/+2
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2025-07-04bnxt_en: eliminate the compile warning in bnxt_request_irq due to CONFIG_RFS_...Jason Xing1-6/+4
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-28eth: bnxt: take page size into account for page pool recycling ringsJakub Kicinski1-3/+5
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2025-06-25bnxt: properly flush XDP redirect listsYan Zhai1-1/+4
2025-06-21eth: bnxt: add netmem TX supportTaehee Yoo1-16/+24
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-27/+84
2025-06-19Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"Stanislav Fomichev1-29/+7
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-4/+2
2025-06-18eth: bnxt: migrate to new RXFH callbacksJakub Kicinski1-11/+13
2025-06-18bnxt_en: Improve comment wording and error return codeAlok Tiwari3-5/+5
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