summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c
AgeCommit message (Expand)Author
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer
2021-06-28bnxt_en: Update firmware interface to 1.10.2.47Michael Chan
2021-04-25bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan
2021-04-25bnxt_en: Move bnxt_approve_mac().Michael Chan
2021-04-25bnxt_en: allow VF config ops when PF is closedEdwin Peer
2021-04-25bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-09-27bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan
2020-07-10bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-04bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan
2020-03-08bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam
2019-11-24bnxt_en: Assign more RSS context resources to the VFs.Michael Chan
2019-08-30bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam
2019-08-30bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan
2019-08-30bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam
2019-08-30bnxt_en: Refactor bnxt_sriov_enable().Michael Chan
2019-08-30bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.Michael Chan
2019-08-30bnxt_en: Convert error code in firmware message response to standard code.Michael Chan
2019-02-19bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan
2018-12-17bnxt_en: Add SR-IOV support for 57500 chips.Michael Chan
2018-12-17bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam
2018-12-17bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.Michael Chan
2018-09-17bnxt_en: Fix VF mac address regression.Michael Chan
2018-09-03bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan
2018-08-05bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan
2018-08-05bnxt_en: Add new VF resource allocation strategy mode.Michael Chan
2018-08-03bnxt_en: combine 'else if' and 'else' into single branchYueHaibing
2018-05-08bnxt_en: Always forward VF MAC address to the PF.Michael Chan
2018-04-27bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan
2018-04-27bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan
2018-03-31bnxt_en: Improve valid bit checking in firmware response message.Michael Chan
2018-03-31bnxt_en: Improve resource accounting for SRIOV.Michael Chan
2018-03-31bnxt_en: Add support for ndo_set_vf_trustVasundhara Volam
2018-01-17bnxt_en: Forward VF MAC address to the PF.Vasundhara Volam
2018-01-17bnxt_en: Implement new method for the PF to assign SRIOV resources.Michael Chan
2018-01-17bnxt_en: Refactor hardware resource data structures.Michael Chan
2018-01-08bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.Venkat Duvvuru
2017-10-14bnxt_en: Fix VF resource checking.Michael Chan
2017-07-24bnxt_en: add support to enable VF-representorsSathya Perla
2017-07-24bnxt_en: Update firmware interface spec to 1.8.0.Michael Chan
2017-04-24bnxt_en: Fix VF attributes reporting.Michael Chan
2017-04-05bnxt_en: Update firmware interface spec to 1.7.6.2.Michael Chan
2017-01-13bnxt_en: Add the ulp_sriov_cfg hooks for bnxt_re RDMA driver.Michael Chan