summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * net: bnx2x: fix variable dereferenced before checkPavel Skripkin2021-11-151-1/+3
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
|/
* ethernet: bnx2x: use eth_hw_addr_set()Jakub Kicinski2021-10-161-5/+11
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-144-5/+6
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-023-6/+5
* Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-161-1/+1
|\
| * bnx2x: Fix enabling network interfaces without VFsAdrian Bunk2021-09-141-1/+1
* | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-072-72/+20
|\ \ | |/ |/|
| * bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-42/+15
| * bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-242-35/+10
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* | Revert "bnx2x: Read VPD with pci_vpd_alloc()"David S. Miller2021-08-232-10/+35
* | Revert "bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-15/+42
* | bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-42/+15
* | bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-222-35/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-1/+2
|\ \
| * | bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter2021-08-051-1/+2
| |/
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | bnx2x: remove unused variable 'cur_data_offset'Bill Wendling2021-07-161-6/+0
|/
* bnx2x: Remove the repeated declarationShaokun Zhang2021-05-311-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+3
|\
| * bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong2021-05-251-1/+3
* | net: broadcom: bnx2x: Fix wrong function name in commentsYang Shen2021-05-172-3/+3
|/
* Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-1/+0
|\
| * bnx2x: Remove redundant assignment to errYang Li2021-04-291-1/+0
* | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-2/+1
|\ \ | |/ |/|
| * PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-2/+1
* | ethernet/broadcom:remove unneeded variable: "ret"dingsenjie2021-03-171-2/+1
|/