summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_repr.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek1-1/+1
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski1-17/+0
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-4/+6
2022-11-18ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski1-0/+5
2022-11-18ice: Implement devlink-rate APIMichal Wilczynski1-0/+13
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-9/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-2/+1
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko1-1/+1
2022-05-06ice: link representors to PCI deviceMichal Swiatkowski1-0/+1
2022-05-05ice: always check VF VSI pointer valuesJacob Keller1-1/+6
2022-03-15ice: convert vf->vc_ops to a const pointerJacob Keller1-2/+2
2022-03-15ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller1-1/+1
2022-03-09ice: Add slow path offload stats on port representor in switchdevMarcin Szycik1-0/+55
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller1-0/+4
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller1-9/+6
2022-03-03ice: refactor unwind cleanup in eswitch modeJacob Keller1-23/+22
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek1-0/+17
2021-10-28ice: Add support for changing MTU on PR in switchdev modeMarcin Szycik1-0/+3
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski1-0/+53
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek1-0/+33
2021-10-07ice: switchdev slow pathGrzegorz Nitka1-0/+1
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka1-0/+20
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka1-0/+12
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski1-5/+18
2021-10-07ice: introduce VF port representorMichal Swiatkowski1-0/+254