summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik1-2/+4
2024-04-01ice: Add switch recipe reusing featureSteven Zou1-17/+170
2024-04-01ice: Add support for PFCP hardware offload in switchdevMarcin Szycik1-0/+85
2024-03-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+4
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-10/+14
2024-03-25ice: default Tx rule instead of to queueMichal Swiatkowski1-0/+4
2024-03-25ice: Refactor FW data type and fix bitmap casting issueSteven Zou1-10/+14
2024-03-23overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook1-5/+5
2024-01-02ice: Add support for packet mirroring using hardware in switchdev modeAndrii Staikov1-7/+18
2023-12-18ice: field prep conversionJesse Brandeburg1-41/+34
2023-10-03ice: make use of DEFINE_FLEX() in ice_switch.cPrzemek Kitszel1-49/+14
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel1-9/+7
2023-08-17ice: remove unused methodsJan Sokolowski1-48/+0
2023-08-07ice: Rename enum ice_pkt_flags valuesMarcin Szycik1-3/+3
2023-08-07ice: Add direction metadataMarcin Szycik1-2/+9
2023-07-27ice: process events created by lag netdev event handlerDave Ertman1-1/+9
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman1-21/+57
2023-07-24ice: Add guard rule when creating FDB in switchdevMarcin Szycik1-35/+62
2023-07-24ice: Skip adv rules removal upon switchdev releaseWojciech Drewek1-53/+0
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel1-13/+6
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski1-0/+6
2023-05-19ice: allow matching on meta dataMichal Swiatkowski1-100/+58
2023-05-19ice: specify field names in ice_prot_ext initMichal Swiatkowski1-23/+28
2023-05-19ice: remove redundant Rx field from rule infoMichal Swiatkowski1-11/+11
2023-05-19ice: define meta data to match in switchMichal Swiatkowski1-5/+6
2023-03-28ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley1-4/+22
2023-02-07ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2022-09-20ice: Add L2TPv3 hardware offload supportMarcin Szycik1-1/+69
2022-09-06ice: switch: Simplify memory allocationChristophe JAILLET1-4/+2
2022-08-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-161/+5
2022-08-18ice: Remove ucast_sharedSylwester Dziedziuch1-161/+5
2022-08-17ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik1-1/+1
2022-08-17ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik1-0/+7
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-65/+71
2022-07-26ice: Add support for PPPoE hardware offloadMarcin Szycik1-0/+165
2022-07-01net/ice: fix initializing the bitmap in the switch codeAlexander Lobakin1-1/+1
2022-06-30ice: switch: dynamically add VLAN headers to dummy packetsMartyna Szapar-Mudlaw1-397/+140
2022-06-30ice: Add support for VLAN TPID filters in switchdevMartyna Szapar-Mudlaw1-3/+56
2022-06-30ice: Add support for double VLAN in switchdevMartyna Szapar-Mudlaw1-1/+229
2022-06-02ice: fix access-beyond-end in the switch codeAlexander Lobakin1-99/+89
2022-05-05ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek1-1/+4
2022-04-07ice: switch: convert packet template match code to rodataAlexander Lobakin1-107/+108
2022-04-07ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin1-71/+62
2022-04-07ice: switch: use a struct to pass packet template paramsAlexander Lobakin1-174/+94
2022-04-07ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin1-7/+9
2022-04-07ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin1-8/+7
2022-03-16ice: Fix inconsistent indenting in ice_switchWojciech Drewek1-1/+1
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik1-18/+597
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski1-37/+2