summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan2024-06-131-2/+10
* bnxt_en: Rename some macros for the P5 chipsRandy Schacher2023-11-211-4/+4
* eth: bnxt: fix backward compatibility with older devicesJakub Kicinski2023-10-171-7/+7
* Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski2023-10-041-13/+11
* bnxt_en: Update VNIC resource calculation for VFsVikas Gupta2023-10-041-2/+10
* bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy2023-10-041-11/+13
* bnxt_en: Allow to set switchdev mode without existing VFsIvan Vecera2023-04-131-0/+16
* RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde2023-02-011-6/+1
* bnxt_en: fix NQ resource accounting during vf creation on 57500 chipsVikas Gupta2022-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+6
|\
| * bnxt_en: reclaim max resources if sriov enable failsKashyap Desai2022-07-121-1/+6
* | ethernet: Remove vf rate limit check for driversBin Chen2022-06-101-1/+1
|/
* bnxt: use the devlink instance lock to protect sriovJakub Kicinski2022-03-211-2/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* bnxt_en: update all firmware calls to use the new APIsEdwin Peer2021-08-301-204/+246
* bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer2021-08-301-2/+2
* bnxt_en: move HWRM API implementation into separate fileEdwin Peer2021-08-301-0/+1
* bnxt_en: Update firmware interface to 1.10.2.47Michael Chan2021-06-281-2/+2
* bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan2021-04-251-1/+10
* bnxt_en: Move bnxt_approve_mac().Michael Chan2021-04-251-26/+27
* bnxt_en: allow VF config ops when PF is closedEdwin Peer2021-04-251-4/+0
* bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer2021-04-251-3/+3
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan2020-09-271-1/+1
* bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan2020-07-271-1/+1
* bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti2020-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-8/+2
|\
| * bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2020-04-271-8/+2
* | bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam2020-05-041-1/+1
|/
* bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam2020-03-081-3/+1
* bnxt_en: Assign more RSS context resources to the VFs.Michael Chan2019-11-241-2/+6
* bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam2019-08-301-7/+43
* bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan2019-08-301-0/+5
* bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam2019-08-301-5/+5
* bnxt_en: Refactor bnxt_sriov_enable().Michael Chan2019-08-301-16/+34
* bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.Michael Chan2019-08-301-64/+8
* bnxt_en: Convert error code in firmware message response to standard code.Michael Chan2019-08-301-9/+3
* bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan2019-02-191-4/+54
* bnxt_en: Add SR-IOV support for 57500 chips.Michael Chan2018-12-171-2/+13
* bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam2018-12-171-6/+4
* bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.Michael Chan2018-12-171-4/+3
* bnxt_en: Fix VF mac address regression.Michael Chan2018-09-171-4/+5
* bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-031-3/+4
* bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan2018-08-051-1/+1
* bnxt_en: Add new VF resource allocation strategy mode.Michael Chan2018-08-051-9/+14
* bnxt_en: combine 'else if' and 'else' into single branchYueHaibing2018-08-031-2/+6
* bnxt_en: Always forward VF MAC address to the PF.Michael Chan2018-05-081-1/+2
* bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan2018-04-271-5/+5
* bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan2018-04-271-0/+9