summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
AgeCommit message (Expand)Author
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-08ice: stop disabling VFs due to PF error responsesJacob Keller
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller
2022-03-03ice: introduce VF accessor functionsJacob Keller
2022-03-03ice: factor VF variables to separate structureJacob Keller
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller
2022-03-03ice: use ice_for_each_vf for iteration during removalJacob Keller
2022-03-03ice: remove checks in ice_vc_send_msg_to_vfJacob Keller
2022-03-03ice: move VFLR acknowledge during ice_free_vfsJacob Keller
2022-03-03ice: move clear_malvf call in ice_free_vfsJacob Keller
2022-03-03ice: pass num_vfs to ice_set_per_vf_res()Jacob Keller
2022-03-03ice: store VF pointer instead of VF IDJacob Keller
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18ice: fix concurrent reset and removal of VFsJacob Keller
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley
2022-02-09ice: Introduce ice_vlan structBrett Creeley
2022-02-09ice: Add new VSI VLAN opsBrett Creeley
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek
2021-12-14ice: Propagate error codesTony Nguyen
2021-12-14ice: Remove excess error variablesTony Nguyen
2021-12-14ice: Cleanup after ice_status removalTony Nguyen
2021-12-14ice: Remove enum ice_statusTony Nguyen
2021-12-14ice: Use int for ice_statusTony Nguyen
2021-12-14ice: Remove string printing for ice_statusTony Nguyen
2021-12-14ice: Refactor promiscuous functionsBrett Creeley
2021-12-14ice: refactor PTYPE validatingJeff Guo
2021-12-07ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt
2021-12-07ice: fix FDIR init missing when reset VFYahui Cao
2021-11-03ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley
2021-11-03ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch
2021-11-03ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley
2021-11-03ice: Fix VF true promiscuous modeBrett Creeley
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley
2021-10-28ice: send correct vc status in switchdevMichal Swiatkowski
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil
2021-10-19ice: fix an error code in ice_ena_vfs()Dan Carpenter
2021-10-19ice: Forbid trusted VFs in switchdev modeWojciech Drewek
2021-10-19ice: Add support for VF rate limitingBrett Creeley
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka