Age | Commit message (Expand) | Author |
2024-09-15 | ice: Fix a couple NULL vs IS_ERR() bugs | Dan Carpenter |
2024-09-06 | ice: support subfunction devlink Tx topology | Michal Swiatkowski |
2024-09-06 | ice: implement netdevice ops for SF representor | Michal Swiatkowski |
2024-09-06 | ice: check if SF is ready in ethtool ops | Michal Swiatkowski |
2024-09-06 | ice: create port representor for SF | Michal Swiatkowski |
2024-09-06 | ice: make representor code generic | Michal Swiatkowski |
2024-06-21 | ice: move VSI configuration outside repr setup | Michal Swiatkowski |
2024-06-21 | ice: move devlink locking outside the port creation | Michal Swiatkowski |
2024-06-21 | ice: store representor ID in bridge port | Michal Swiatkowski |
2024-04-17 | ice: Remove ndo_get_phys_port_name | Dariusz Aftanski |
2024-04-01 | ice: move devlink port code to a separate file | Piotr Raczynski |
2024-04-01 | ice: move ice_devlink.[ch] to devlink folder | Michal Swiatkowski |
2024-03-25 | ice: count representor stats | Michal Swiatkowski |
2024-03-25 | ice: change repr::id values | Michal Swiatkowski |
2024-03-25 | ice: remove switchdev control plane VSI | Michal Swiatkowski |
2024-03-25 | ice: do Tx through PF netdev in slow-path | Michal Swiatkowski |
2023-11-13 | ice: add VF representors one by one | Michal Swiatkowski |
2023-11-13 | ice: set Tx topology every time new repr is added | Michal Swiatkowski |
2023-11-13 | ice: return pointer to representor | Michal Swiatkowski |
2023-11-13 | ice: make representor code generic | Michal Swiatkowski |
2023-11-13 | ice: remove VF pointer reference in eswitch code | Michal Swiatkowski |
2023-11-13 | ice: track port representors in xarray | Michal Swiatkowski |
2023-11-13 | ice: use repr instead of vf->repr | Michal Swiatkowski |
2023-11-13 | ice: track q_id in representor | Michal Swiatkowski |
2023-07-24 | ice: Implement basic eswitch bridge setup | Wojciech Drewek |
2023-05-19 | ice: use src VSI instead of src MAC in slow-path | Michal Swiatkowski |
2022-11-23 | ice: Accumulate ring statistics over reset | Benjamin Mikailenko |
2022-11-17 | ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler | Michal Wilczynski |
2022-11-17 | ice: Implement devlink-rate API | Michal Wilczynski |
2022-11-03 | net: remove unused ndo_get_devlink_port | Jiri Pirko |
2022-11-03 | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port | Jiri Pirko |
2022-09-27 | ice: reorder PF/representor devlink port register/unregister flows | Jiri Pirko |
2022-05-06 | ice: link representors to PCI device | Michal Swiatkowski |
2022-05-05 | ice: always check VF VSI pointer values | Jacob Keller |
2022-03-14 | ice: convert vf->vc_ops to a const pointer | Jacob Keller |
2022-03-14 | ice: rename ice_virtchnl_pf.c to ice_sriov.c | Jacob Keller |
2022-03-09 | ice: Add slow path offload stats on port representor in switchdev | Marcin Szycik |
2022-03-03 | ice: convert VF storage to hash table with krefs and RCU | Jacob Keller |
2022-03-03 | ice: convert ice_for_each_vf to include VF entry iterator | Jacob Keller |
2022-03-03 | ice: refactor unwind cleanup in eswitch mode | Jacob Keller |
2022-01-06 | ice: improve switchdev's slow-path | Wojciech Drewek |
2021-10-28 | ice: Add support for changing MTU on PR in switchdev mode | Marcin Szycik |
2021-10-11 | ice: ndo_setup_tc implementation for PR | Michal Swiatkowski |
2021-10-07 | ice: add port representor ethtool ops and stats | Wojciech Drewek |
2021-10-07 | ice: switchdev slow path | Grzegorz Nitka |
2021-10-07 | ice: rebuild switchdev when resetting all VFs | Grzegorz Nitka |
2021-10-07 | ice: set and release switchdev environment | Grzegorz Nitka |
2021-10-07 | ice: allow process VF opcodes in different ways | Michal Swiatkowski |
2021-10-07 | ice: introduce VF port representor | Michal Swiatkowski |