summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)AuthorFilesLines
11 daysbnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-22Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-3/+3
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2024-03-20net/bnx2x: Prevent access to a freed page in page_poolThinh Tran1-3/+3
2024-03-08cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech1-0/+2
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet1-2/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-6/+5
2024-02-09bnx2x: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-23/+21
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-4/+4
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2024-01-27bnx2x: Fix firmware version string character countsKees Cook3-12/+13
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-12/+13
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-28/+44
2023-08-23bnx2x: new flag for track HW resource allocationThinh Tran4-28/+44
2023-08-02bnx2x: Remove unnecessary ternary operatorsRuan Jinjie1-3/+3
2023-06-10bnx2x: fix page fault following EEH recoveryDavid Christensen1-2/+7
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+14
2023-03-30bnx2x: use the right build_skb() helperJakub Kicinski1-2/+14
2023-03-09bnx2x: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-20/+0
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2022-11-22bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang1-4/+8
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-4/+5
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-10-03bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie1-0/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-4/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang5-7/+7
2022-08-12bnx2x: Fix comment typoJason Wang1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-11/+6
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2022-04-28bnx2x: fix napi API usage sequenceManish Chopra1-4/+5
2022-04-11bnx2x: Fix spelling mistake "regiser" -> "register"Lv Ruyi1-4/+4
2022-04-06bnx2x: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-03-22bnx2x: truncate value to original sizingBill Wendling1-2/+4
2022-03-18bnx2x: use correct format charactersBill Wendling1-2/+2
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-26/+19
2022-03-17bnx2x: fix built-in kernel driver load failureManish Chopra3-26/+19
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-02-24bnx2x: fix driver load from initrdManish Chopra1-0/+3
2022-02-05bnx2x: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-01-10bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+4
2021-12-20bnx2x: Invalidate fastpath HSI version for VFsManish Chopra1-2/+11
2021-12-20bnx2x: Utilize firmware 7.13.21.0Manish Chopra5-28/+69
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-5/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-20bnx2x: constify static inline stub for dev_addrJakub Kicinski1-1/+1
2021-11-19bnx2x: Use struct_group() for memcpy() regionKees Cook2-7/+14