summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_eswitch.c
AgeCommit message (Expand)Author
2024-05-08ice: remove correct filters during eswitch releaseMichal Swiatkowski
2024-04-01ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski
2024-03-25ice: count representor statsMichal Swiatkowski
2024-03-25ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski
2024-03-25ice: change repr::id valuesMichal Swiatkowski
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski
2024-03-25ice: default Tx rule instead of to queueMichal Swiatkowski
2024-03-25ice: do Tx through PF netdev in slow-pathMichal Swiatkowski
2024-03-25ice: remove eswitch changing queues algorithmMichal Swiatkowski
2023-12-18ice: field prep conversionJesse Brandeburg
2023-11-28ice: fix error code in ice_eswitch_attach()Dan Carpenter
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski
2023-11-13ice: adjust switchdev rebuild 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: 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: track q_id in representorMichal Swiatkowski
2023-11-13ice: remove unused control VSI parameterMichal Swiatkowski
2023-11-13ice: remove redundant max_vsi_num variableMichal Swiatkowski
2023-11-13ice: rename switchdev to eswitchMichal Swiatkowski
2023-08-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-17ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek
2023-07-24ice: Disable vlan pruning for uplink VSIWojciech Drewek
2023-07-24ice: Don't tx before switchdev is fully configuredWojciech Drewek
2023-07-24ice: Skip adv rules removal upon switchdev releaseWojciech Drewek
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski
2022-04-14ice: fix crash in switchdev modeWojciech Drewek
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller
2022-03-03ice: introduce VF accessor functionsJacob Keller
2022-03-03ice: factor VF variables to separate structureJacob Keller
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller
2022-03-03ice: store VF pointer instead of VF IDJacob Keller
2022-03-03ice: refactor unwind cleanup in eswitch modeJacob Keller
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18ice: Match on all profiles in slow-pathWojciech Drewek
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley
2022-02-09ice: Add new VSI VLAN opsBrett Creeley
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek