summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_repr.c
AgeCommit message (Expand)Author
2023-11-13ice: add VF representors one by oneMichal Swiatkowski
2023-11-13ice: set Tx topology every time new repr is addedMichal Swiatkowski
2023-11-13ice: return pointer to representorMichal Swiatkowski
2023-11-13ice: make representor code genericMichal Swiatkowski
2023-11-13ice: remove VF pointer reference in eswitch codeMichal Swiatkowski
2023-11-13ice: track port representors in xarrayMichal Swiatkowski
2023-11-13ice: use repr instead of vf->reprMichal Swiatkowski
2023-11-13ice: track q_id in representorMichal Swiatkowski
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko
2022-11-17ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski
2022-11-17ice: Implement devlink-rate APIMichal Wilczynski
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko
2022-05-06ice: link representors to PCI deviceMichal Swiatkowski
2022-05-05ice: always check VF VSI pointer valuesJacob Keller
2022-03-14ice: convert vf->vc_ops to a const pointerJacob Keller
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller
2022-03-09ice: Add slow path offload stats on port representor in switchdevMarcin Szycik
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller
2022-03-03ice: refactor unwind cleanup in eswitch modeJacob Keller
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek
2021-10-28ice: Add support for changing MTU on PR in switchdev modeMarcin Szycik
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek
2021-10-07ice: switchdev slow pathGrzegorz Nitka
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski
2021-10-07ice: introduce VF port representorMichal Swiatkowski