summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-211-3/+3
|\
| * net/bnx2x: Prevent access to a freed page in page_poolThinh Tran2024-03-191-3/+3
* | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-0/+2
|\ \ | |/ |/|
| * cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech2024-03-071-0/+2
* | net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-041-2/+1
* | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-6/+5
* | bnx2x: convert EEE handling to use linkmode bitmapsHeiner Kallweit2024-02-091-23/+21
* | ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-4/+4
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* | bnx2x: Fix firmware version string character countsKees Cook2024-01-263-12/+13
|/
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-12/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-244-28/+44
|\
| * bnx2x: new flag for track HW resource allocationThinh Tran2023-08-224-28/+44
* | bnx2x: Remove unnecessary ternary operatorsRuan Jinjie2023-08-021-3/+3
|/
* bnx2x: fix page fault following EEH recoveryDavid Christensen2023-06-101-2/+7
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\
| * Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
* | net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-2/+14
|\ \
| * | bnx2x: use the right build_skb() helperJakub Kicinski2023-03-291-2/+14
| |/
* / bnx2x: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-082-20/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+8
|\
| * bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang2022-11-221-4/+8
* | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-4/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-0/+1
|\
| * bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie2022-10-031-0/+1
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-4/+2
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-315-7/+7
|/
* bnx2x: Fix comment typoJason Wang2022-08-121-1/+1
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-11/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-4/+5
|\
| * bnx2x: fix napi API usage sequenceManish Chopra2022-04-271-4/+5
* | bnx2x: Fix spelling mistake "regiser" -> "register"Lv Ruyi2022-04-111-4/+4
* | bnx2x: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-061-1/+1
|/
* bnx2x: truncate value to original sizingBill Wendling2022-03-221-2/+4
* bnx2x: use correct format charactersBill Wendling2022-03-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-173-26/+19
|\
| * bnx2x: fix built-in kernel driver load failureManish Chopra2022-03-173-26/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-0/+3
|\|
| * bnx2x: fix driver load from initrdManish Chopra2022-02-241-0/+3
* | bnx2x: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-02-051-1/+1
|/
* bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-15/+4
* bnx2x: Invalidate fastpath HSI version for VFsManish Chopra2021-12-201-2/+11
* bnx2x: Utilize firmware 7.13.21.0Manish Chopra2021-12-205-28/+69
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-5/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* bnx2x: constify static inline stub for dev_addrJakub Kicinski2021-11-201-1/+1
* bnx2x: Use struct_group() for memcpy() regionKees Cook2021-11-192-7/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-1/+3
|\