aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
Commit message (Expand)AuthorAgeFilesLines
* ice, libie: move generic adminq descriptors to libMichal Swiatkowski2025-07-241-27/+28
* ice: fix check for existing switch ruleMateusz Pacuszka2025-04-111-2/+2
* ice: add recipe priority check in searchMichal Swiatkowski2025-01-141-1/+2
* ice: fix VLAN replay after resetDave Ertman2024-09-301-2/+0
* ice: fix VSI lists confusion when adding VLANsMichal Schmidt2024-09-091-1/+1
* ice: fix accounting for filters shared by multiple VSIsJacob Keller2024-09-091-1/+1
* ice: Fix recipe read procedureWojciech Drewek2024-07-231-4/+4
* ice: Add tracepoint for adding and removing switch rulesMarcin Szycik2024-07-111-2/+20
* ice: Remove unused members from switch APIMarcin Szycik2024-07-111-41/+10
* ice: Optimize switch recipe creationMarcin Szycik2024-07-111-328/+195
* ice: remove unused recipe bookkeeping dataMichal Swiatkowski2024-07-111-40/+15
* ice: Simplify bitmap setting in adding recipeMichal Swiatkowski2024-07-111-15/+9
* ice: Remove reading all recipes before adding a new oneMichal Swiatkowski2024-07-111-27/+2
* ice: Remove unused struct ice_prot_lkup_ext membersMarcin Szycik2024-07-111-23/+17
* ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik2024-06-201-2/+4
* ice: Add switch recipe reusing featureSteven Zou2024-04-011-17/+170
* ice: Add support for PFCP hardware offload in switchdevMarcin Szycik2024-04-011-0/+85
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-03-291-0/+4
|\
| * ice: default Tx rule instead of to queueMichal Swiatkowski2024-03-251-0/+4
* | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-281-10/+14
|\ \
| * | ice: Refactor FW data type and fix bitmap casting issueSteven Zou2024-03-251-10/+14
| |/
* / overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-221-5/+5
|/
* ice: Add support for packet mirroring using hardware in switchdev modeAndrii Staikov2024-01-021-7/+18
* ice: field prep conversionJesse Brandeburg2023-12-181-41/+34
* ice: make use of DEFINE_FLEX() in ice_switch.cPrzemek Kitszel2023-10-031-49/+14
* ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel2023-08-171-9/+7
* ice: remove unused methodsJan Sokolowski2023-08-171-48/+0
* ice: Rename enum ice_pkt_flags valuesMarcin Szycik2023-08-071-3/+3
* ice: Add direction metadataMarcin Szycik2023-08-071-2/+9
* ice: process events created by lag netdev event handlerDave Ertman2023-07-271-1/+9
* ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman2023-07-271-21/+57
* ice: Add guard rule when creating FDB in switchdevMarcin Szycik2023-07-241-35/+62
* ice: Skip adv rules removal upon switchdev releaseWojciech Drewek2023-07-241-53/+0
* ice: remove null checks before devm_kfree() callsPrzemek Kitszel2023-06-221-13/+6
* ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski2023-05-191-0/+6
* ice: allow matching on meta dataMichal Swiatkowski2023-05-191-100/+58
* ice: specify field names in ice_prot_ext initMichal Swiatkowski2023-05-191-23/+28
* ice: remove redundant Rx field from rule infoMichal Swiatkowski2023-05-191-11/+11
* ice: define meta data to match in switchMichal Swiatkowski2023-05-191-5/+6
* ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley2023-03-281-4/+22
* ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong2023-02-061-1/+1
* ice: Add L2TPv3 hardware offload supportMarcin Szycik2022-09-201-1/+69
* ice: switch: Simplify memory allocationChristophe JAILLET2022-09-061-4/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-08-231-161/+5
|\
| * ice: Remove ucast_sharedSylwester Dziedziuch2022-08-181-161/+5
* | ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik2022-08-171-1/+1
* | ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik2022-08-171-0/+7
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-081-1/+1
|\
| * net/ice: fix initializing the bitmap in the switch codeAlexander Lobakin2022-07-011-1/+1
* | ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-62/+68