summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-13bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan1-2/+10
2023-11-22bnxt_en: Rename some macros for the P5 chipsRandy Schacher1-4/+4
2023-10-18eth: bnxt: fix backward compatibility with older devicesJakub Kicinski1-7/+7
2023-10-04Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski1-13/+11
2023-10-04bnxt_en: Update VNIC resource calculation for VFsVikas Gupta1-2/+10
2023-10-04bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy1-11/+13
2023-04-13bnxt_en: Allow to set switchdev mode without existing VFsIvan Vecera1-0/+16
2023-02-02RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-6/+1
2022-08-24bnxt_en: fix NQ resource accounting during vf creation on 57500 chipsVikas Gupta1-1/+1
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-07-13bnxt_en: reclaim max resources if sriov enable failsKashyap Desai1-1/+6
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen1-1/+1
2022-03-21bnxt: use the devlink instance lock to protect sriovJakub Kicinski1-2/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-2/+2
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer1-204/+246
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer1-2/+2
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer1-0/+1
2021-06-28bnxt_en: Update firmware interface to 1.10.2.47Michael Chan1-2/+2
2021-04-26bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan1-1/+10
2021-04-26bnxt_en: Move bnxt_approve_mac().Michael Chan1-26/+27
2021-04-26bnxt_en: allow VF config ops when PF is closedEdwin Peer1-4/+0
2021-04-26bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer1-3/+3
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-27bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan1-1/+1
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan1-1/+1
2020-07-11bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+2
2020-05-04bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam1-1/+1
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan1-8/+2
2020-03-09bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam1-3/+1
2019-11-25bnxt_en: Assign more RSS context resources to the VFs.Michael Chan1-2/+6
2019-08-31bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam1-7/+43
2019-08-31bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan1-0/+5
2019-08-31bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam1-5/+5
2019-08-31bnxt_en: Refactor bnxt_sriov_enable().Michael Chan1-16/+34
2019-08-31bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.Michael Chan1-64/+8
2019-08-31bnxt_en: Convert error code in firmware message response to standard code.Michael Chan1-9/+3
2019-02-19bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan1-4/+54
2018-12-18bnxt_en: Add SR-IOV support for 57500 chips.Michael Chan1-2/+13
2018-12-18bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam1-6/+4
2018-12-18bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.Michael Chan1-4/+3
2018-09-17bnxt_en: Fix VF mac address regression.Michael Chan1-4/+5
2018-09-04bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan1-3/+4
2018-08-06bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan1-1/+1
2018-08-06bnxt_en: Add new VF resource allocation strategy mode.Michael Chan1-9/+14
2018-08-03bnxt_en: combine 'else if' and 'else' into single branchYueHaibing1-2/+6
2018-05-08bnxt_en: Always forward VF MAC address to the PF.Michael Chan1-1/+2
2018-04-27bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan1-5/+5
2018-04-27bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan1-0/+9