aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-22bnxt_en: correct offset handling for IPv6 destination addressAlok Tiwari1-1/+1
2025-09-01bnxt_en: fix incorrect page count in RX aggr ring logAlok Tiwari1-1/+1
2025-08-26bnxt_en: Fix stats context reservation logicMichael Chan1-1/+2
2025-08-26bnxt_en: Adjust TX rings if reservation is less than requestedMichael Chan1-0/+12
2025-08-26bnxt_en: Fix memory corruption when FW resources change during ifdownSreekanth Reddy1-5/+16
2025-08-18bnxt_en: Fix lockdep warning during rmmodMichael Chan1-1/+1
2025-08-13bnxt: fill data page pool with frags if PAGE_SIZE > BNXT_RX_PAGE_SIZEDavid Wei1-3/+9
2025-08-08net: 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/netdev/net-nextLinus Torvalds18-11001/+75
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-07-25net: Fix typosBjorn Helgaas2-2/+2
2025-07-15bnxt: 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_ACCELJason Xing1-6/+4
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-27eth: 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-24bnxt: 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-18Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"Stanislav Fomichev1-29/+7
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-4/+2
2025-06-18eth: bnxt: migrate to new RXFH callbacksJakub Kicinski1-11/+13
2025-06-17bnxt_en: Improve comment wording and error return codeAlok Tiwari3-5/+5
2025-06-17bnxt_en: Update MRU and RSS table of RSS contexts on queue resetPavan Chebbi1-5/+51
2025-06-17bnxt_en: Add a helper function to configure MRU and RSSPavan Chebbi1-11/+26
2025-06-17bnxt_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-20bnxt_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-01Merge 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-25bnxt_en: improve TX timestamping FIFO configurationVadim Fedorenko3-10/+25
2025-04-23bnxt_en: hide CONFIG_DETECT_HUNG_TASK specific codeArnd Bergmann1-0/+2
2025-04-21bnxt_en: Remove unused macros in bnxt_ulp.hKalesh AP1-3/+0