summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
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 Molnar6-7/+7
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
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-21net: bcmgenet: expose more stats in ethtoolZak Kemble2-3/+34
2025-05-21net: bcmgenet: count hw discarded packets in missed statZak Kemble2-2/+5
2025-05-21net: bcmgenet: switch to use 64bit statisticsZak Kemble2-88/+187
2025-05-21net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit2-2/+2
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-15net/tg3: use crc32() instead of hand-rolled equivalentEric Biggers2-21/+3
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-25net: bcmasp: Add support for asp-v3.0Justin Chen4-48/+92
2025-04-25net: bcmasp: Remove support for asp-v2.0Justin Chen5-146/+22
2025-04-24bnxt_en: hide CONFIG_DETECT_HUNG_TASK specific codeArnd Bergmann1-0/+2
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+0
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-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner7-14/+14
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-2/+2
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-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds15-966/+1411
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+22
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
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