summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()Yang Yingliang2022-12-021-4/+8
* bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie2022-10-261-0/+1
* bnx2x: fix napi API usage sequenceManish Chopra2022-05-091-4/+5
* bnx2x: fix built-in kernel driver load failureManish Chopra2022-03-233-26/+19
* bnx2x: fix driver load from initrdManish Chopra2022-03-021-0/+3
* bnx2x: Invalidate fastpath HSI version for VFsManish Chopra2022-01-291-2/+11
* bnx2x: Utilize firmware 7.13.21.0Manish Chopra2022-01-295-28/+69
* net: bnx2x: fix variable dereferenced before checkPavel Skripkin2021-11-251-1/+3
* 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
|/
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-8/+8
|\
| * net/ethernet/broadcom: fix spelling typoWang Qing2020-09-241-8/+8
* | bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-031-2/+2
* | drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-254-57/+61
* | bnx2x: use true,false for bool variablesJason Yan2020-09-191-3/+3
* | net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-4/+4
* | bnx2x: Fix some kernel-doc warningsWang Hai2020-09-081-2/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-13/+13
* bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-143-123/+29
* bnx2x: fix spelling mistake "occurd" -> "occurred"Colin Ian King2020-07-071-5/+5
* bnx2x: Perform Idlechk dump during the debug collection.Sudarsana Reddy Kalluru2020-07-041-0/+9
* bnx2x: Add support for idlechk tests.Sudarsana Reddy Kalluru2020-07-045-8/+3196
* bnx2x: Add Idlechk related register definitions.Sudarsana Reddy Kalluru2020-07-041-2/+76
* bnx2x: use generic power managementVaibhav Gupta2020-06-263-14/+8
* bnx2x: allow bnx2x_bsc_read() to scheduleEric Dumazet2020-05-251-11/+15
* bnx2x: Remove unused inline function bnx2x_vf_vlan_creditYueHaibing2020-05-051-21/+0
* bnx2x: Remove Comparison to bool in bnx2x_dcb.cJason Yan2020-05-051-4/+3
* bnx2x: correct a comment mistake in grammarHu Haowen2020-04-011-1/+2