summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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-221-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-071-1/+1
|\
| * net/ice: fix initializing the bitmap in the switch codeAlexander Lobakin2022-06-301-1/+1
* | ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-65/+71
* | ice: Add support for PPPoE hardware offloadMarcin Szycik2022-07-261-0/+165
* | ice: switch: dynamically add VLAN headers to dummy packetsMartyna Szapar-Mudlaw2022-06-301-397/+140
* | ice: Add support for VLAN TPID filters in switchdevMartyna Szapar-Mudlaw2022-06-301-3/+56
* | ice: Add support for double VLAN in switchdevMartyna Szapar-Mudlaw2022-06-301-1/+229
|/
* ice: fix access-beyond-end in the switch codeAlexander Lobakin2022-06-021-99/+89
* ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek2022-05-051-1/+4
* ice: switch: convert packet template match code to rodataAlexander Lobakin2022-04-071-107/+108
* ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin2022-04-071-71/+62
* ice: switch: use a struct to pass packet template paramsAlexander Lobakin2022-04-071-174/+94
* ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin2022-04-071-7/+9
* ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin2022-04-071-8/+7
* ice: Fix inconsistent indenting in ice_switchWojciech Drewek2022-03-161-1/+1
* ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik2022-03-111-18/+597
* ice: Fix FV offset searchingMichal Swiatkowski2022-03-111-37/+2
* ice: Add support for inner etype in switchdevMartyna Szapar-Mudlaw2022-03-091-7/+265