summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_repr.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter2024-09-151-4/+4
* ice: support subfunction devlink Tx topologyMichal Swiatkowski2024-09-061-5/+7
* ice: implement netdevice ops for SF representorMichal Swiatkowski2024-09-061-14/+43
* ice: check if SF is ready in ethtool opsMichal Swiatkowski2024-09-061-0/+12
* ice: create port representor for SFMichal Swiatkowski2024-09-061-0/+52
* ice: make representor code genericMichal Swiatkowski2024-09-061-44/+44
* ice: move VSI configuration outside repr setupMichal Swiatkowski2024-06-211-0/+7
* ice: move devlink locking outside the port creationMichal Swiatkowski2024-06-211-2/+0
* ice: store representor ID in bridge portMichal Swiatkowski2024-06-211-5/+2
* ice: Remove ndo_get_phys_port_nameDariusz Aftanski2024-04-171-34/+0
* ice: move devlink port code to a separate filePiotr Raczynski2024-04-011-0/+1
* ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski2024-04-011-1/+1
* ice: count representor statsMichal Swiatkowski2024-03-251-28/+75
* ice: change repr::id valuesMichal Swiatkowski2024-03-251-0/+1
* ice: remove switchdev control plane VSIMichal Swiatkowski2024-03-251-12/+0
* ice: do Tx through PF netdev in slow-pathMichal Swiatkowski2024-03-251-12/+0
* 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