summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-5/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-38/+35
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-11-17bnx2x: convert to use ndo_hwtstamp callbacksVadim Fedorenko-22/+48
2025-11-14net: bnx2x: convert to use get_rx_ring_countBreno Leitao-12/+4
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-28/+20
2025-07-25net: Fix typosBjorn Helgaas-6/+6
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman-1/+1
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev-2/+1
2025-06-18eth: bnx2x: migrate to new RXFH callbacksJakub Kicinski-20/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers-1/+1
2024-11-06net: bnx2x: use ethtool string helpersRosen Penev-37/+31
2024-09-06bnx2x: Remove setting of RX software timestampGal Pressman-4/+0
2024-08-16bnx2x: Set ivi->vlan field as an integerSimon Horman-2/+2
2024-08-08bnx2x: Provide declaration of dmae_reg_go_c in headerSimon Horman-2/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-06-28bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-3/+3
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2024-03-19net/bnx2x: Prevent access to a freed page in page_poolThinh Tran-3/+3
2024-03-07cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech-0/+2
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet-2/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet-6/+5
2024-02-09bnx2x: convert EEE handling to use linkmode bitmapsHeiner Kallweit-23/+21
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit-4/+4
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit-2/+2
2024-01-26bnx2x: Fix firmware version string character countsKees Cook-12/+13
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-12/+13
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-28/+44
2023-08-22bnx2x: new flag for track HW resource allocationThinh Tran-28/+44
2023-08-02bnx2x: Remove unnecessary ternary operatorsRuan Jinjie-3/+3
2023-06-10bnx2x: fix page fault following EEH recoveryDavid Christensen-2/+7
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean-2/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-1/+1
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+14
2023-03-29bnx2x: use the right build_skb() helperJakub Kicinski-2/+14
2023-03-08bnx2x: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-20/+0
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+8
2022-11-22bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang-4/+8
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller-4/+5
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-10-03bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie-0/+1