summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_eswitch.c
AgeCommit message (Expand)Author
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
2021-10-29ice: Clear synchronized addrs when adding VFs in switchdev modeMarcin Szycik
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski
2021-10-07ice: switchdev slow pathGrzegorz Nitka
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka