summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_eswitch.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18ice: field prep conversionJesse Brandeburg1-2/+2
2023-11-29ice: fix error code in ice_eswitch_attach()Dan Carpenter1-1/+3
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski1-7/+45
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski1-43/+23
2023-11-13ice: add VF representors one by oneMichal Swiatkowski1-155/+196
2023-11-13ice: set Tx topology every time new repr is addedMichal Swiatkowski1-0/+9
2023-11-13ice: make representor code genericMichal Swiatkowski1-2/+7
2023-11-13ice: remove VF pointer reference in eswitch codeMichal Swiatkowski1-19/+20
2023-11-13ice: track port representors in xarrayMichal Swiatkowski1-101/+81
2023-11-13ice: track q_id in representorMichal Swiatkowski1-1/+1
2023-11-13ice: remove unused control VSI parameterMichal Swiatkowski1-4/+3
2023-11-13ice: remove redundant max_vsi_num variableMichal Swiatkowski1-4/+0
2023-11-13ice: rename switchdev to eswitchMichal Swiatkowski1-31/+32
2023-08-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-4/+0
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-08-17ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik1-4/+0
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik1-0/+6
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek1-4/+22
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek1-0/+6
2023-07-24ice: Disable vlan pruning for uplink VSIWojciech Drewek1-0/+10
2023-07-24ice: Don't tx before switchdev is fully configuredWojciech Drewek1-0/+3
2023-07-24ice: Skip adv rules removal upon switchdev releaseWojciech Drewek1-1/+0
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski1-56/+27
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski1-1/+0
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller1-9/+9
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller1-1/+7
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-4/+4
2022-04-14ice: fix crash in switchdev modeWojciech Drewek1-1/+2
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller1-0/+16
2022-03-03ice: introduce VF accessor functionsJacob Keller1-3/+3
2022-03-03ice: factor VF variables to separate structureJacob Keller1-5/+15
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller1-31/+32
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-3/+4
2022-03-03ice: refactor unwind cleanup in eswitch modeJacob Keller1-32/+31
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-02-19ice: Match on all profiles in slow-pathWojciech Drewek1-0/+1
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley1-1/+4
2022-02-09ice: Add new VSI VLAN opsBrett Creeley1-1/+1
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley1-2/+2
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek1-74/+95
2021-10-29ice: Clear synchronized addrs when adding VFs in switchdev modeMarcin Szycik1-0/+6
2021-10-21ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-1/+1
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-23/+12
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski1-0/+3
2021-10-07ice: switchdev slow pathGrzegorz Nitka1-0/+80
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka1-0/+83
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka1-0/+38
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka1-1/+1
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka1-0/+394