summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_eswitch.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: 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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-02-18ice: 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-20ice: 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
2021-10-07ice: support basic E-Switch mode controlMichal Swiatkowski1-0/+62