summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
AgeCommit message (Expand)Author
2025-01-14ice: add recipe priority check in searchMichal Swiatkowski
2024-09-30ice: fix VLAN replay after resetDave Ertman
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller
2024-07-23ice: Fix recipe read procedureWojciech Drewek
2024-07-11ice: Add tracepoint for adding and removing switch rulesMarcin Szycik
2024-07-11ice: Remove unused members from switch APIMarcin Szycik
2024-07-11ice: Optimize switch recipe creationMarcin Szycik
2024-07-11ice: remove unused recipe bookkeeping dataMichal Swiatkowski
2024-07-11ice: Simplify bitmap setting in adding recipeMichal Swiatkowski
2024-07-11ice: Remove reading all recipes before adding a new oneMichal Swiatkowski
2024-07-11ice: Remove unused struct ice_prot_lkup_ext membersMarcin Szycik
2024-06-19ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik
2024-04-01ice: Add switch recipe reusing featureSteven Zou
2024-04-01ice: Add support for PFCP hardware offload in switchdevMarcin Szycik
2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-25ice: default Tx rule instead of to queueMichal Swiatkowski
2024-03-25ice: Refactor FW data type and fix bitmap casting issueSteven Zou
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook
2024-01-02ice: Add support for packet mirroring using hardware in switchdev modeAndrii Staikov
2023-12-18ice: field prep conversionJesse Brandeburg
2023-10-03ice: make use of DEFINE_FLEX() in ice_switch.cPrzemek Kitszel
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel
2023-08-17ice: remove unused methodsJan Sokolowski
2023-08-07ice: Rename enum ice_pkt_flags valuesMarcin Szycik
2023-08-07ice: Add direction metadataMarcin Szycik
2023-07-27ice: process events created by lag netdev event handlerDave Ertman
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman
2023-07-24ice: Add guard rule when creating FDB in switchdevMarcin Szycik
2023-07-24ice: Skip adv rules removal upon switchdev releaseWojciech Drewek
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski
2023-05-19ice: allow matching on meta dataMichal Swiatkowski
2023-05-19ice: specify field names in ice_prot_ext initMichal Swiatkowski
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski
2023-05-19ice: define meta data to match in switchMichal Swiatkowski
2023-03-28ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley
2023-02-06ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong
2022-09-20ice: Add L2TPv3 hardware offload supportMarcin Szycik
2022-09-06ice: switch: Simplify memory allocationChristophe JAILLET
2022-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-08-18ice: Remove ucast_sharedSylwester Dziedziuch
2022-08-17ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik
2022-08-17ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski
2022-07-26ice: Add support for PPPoE hardware offloadMarcin Szycik
2022-06-30net/ice: fix initializing the bitmap in the switch codeAlexander Lobakin
2022-06-30ice: switch: dynamically add VLAN headers to dummy packetsMartyna Szapar-Mudlaw