summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_repr.c
AgeCommit message (Expand)Author
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski
2024-09-06ice: create port representor for SFMichal Swiatkowski
2024-09-06ice: make representor code genericMichal Swiatkowski
2024-06-21ice: move VSI configuration outside repr setupMichal Swiatkowski
2024-06-21ice: move devlink locking outside the port creationMichal Swiatkowski
2024-06-21ice: store representor ID in bridge portMichal Swiatkowski
2024-04-17ice: Remove ndo_get_phys_port_nameDariusz Aftanski
2024-04-01ice: move devlink port code to a separate filePiotr Raczynski
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski
2024-03-25ice: count representor statsMichal Swiatkowski
2024-03-25ice: change repr::id valuesMichal Swiatkowski
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski
2024-03-25ice: do Tx through PF netdev in slow-pathMichal Swiatkowski
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