summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_repr.c
Commit message (Expand)AuthorAgeFilesLines
* ice: add VF representors one by oneMichal Swiatkowski2023-11-131-74/+11
* ice: set Tx topology every time new repr is addedMichal Swiatkowski2023-11-131-7/+20
* ice: return pointer to representorMichal Swiatkowski2023-11-131-7/+10
* ice: make representor code genericMichal Swiatkowski2023-11-131-77/+107
* ice: remove VF pointer reference in eswitch codeMichal Swiatkowski2023-11-131-0/+1
* ice: track port representors in xarrayMichal Swiatkowski2023-11-131-0/+8
* ice: use repr instead of vf->reprMichal Swiatkowski2023-11-131-7/+7
* ice: track q_id in representorMichal Swiatkowski2023-11-131-0/+1
* ice: Implement basic eswitch bridge setupWojciech Drewek2023-07-241-1/+1
* ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski2023-05-191-17/+0
* ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-231-4/+6
* ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski2022-11-171-0/+5
* ice: Implement devlink-rate APIMichal Wilczynski2022-11-171-0/+13
* net: remove unused ndo_get_devlink_portJiri Pirko2022-11-031-9/+0
* net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-031-2/+1
* ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko2022-09-271-1/+1
* ice: link representors to PCI deviceMichal Swiatkowski2022-05-061-0/+1
* ice: always check VF VSI pointer valuesJacob Keller2022-05-051-1/+6
* ice: convert vf->vc_ops to a const pointerJacob Keller2022-03-141-2/+2
* ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller2022-03-141-1/+1
* ice: Add slow path offload stats on port representor in switchdevMarcin Szycik2022-03-091-0/+55
* ice: convert VF storage to hash table with krefs and RCUJacob Keller2022-03-031-0/+4
* ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller2022-03-031-9/+6
* ice: refactor unwind cleanup in eswitch modeJacob Keller2022-03-031-23/+22
* ice: improve switchdev's slow-pathWojciech Drewek2022-01-061-0/+17
* ice: Add support for changing MTU on PR in switchdev modeMarcin Szycik2021-10-281-0/+3
* ice: ndo_setup_tc implementation for PRMichal Swiatkowski2021-10-111-0/+53
* ice: add port representor ethtool ops and statsWojciech Drewek2021-10-071-0/+33
* ice: switchdev slow pathGrzegorz Nitka2021-10-071-0/+1
* ice: rebuild switchdev when resetting all VFsGrzegorz Nitka2021-10-071-0/+20
* ice: set and release switchdev environmentGrzegorz Nitka2021-10-071-0/+12
* ice: allow process VF opcodes in different waysMichal Swiatkowski2021-10-071-5/+18
* ice: introduce VF port representorMichal Swiatkowski2021-10-071-0/+254