aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
AgeCommit message (Expand)AuthorFilesLines
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-28Merge 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-22overflow: 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-06ice: 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-22Merge 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-07Merge 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-06-30net/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
2022-03-09ice: Add support for inner etype in switchdevMartyna Szapar-Mudlaw1-7/+265
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-02-18ice: Match on all profiles in slow-pathWojciech Drewek1-1/+3
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley1-0/+75
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley1-0/+5
2022-01-06ice: Slightly simply ice_find_free_recp_res_idxChristophe JAILLET1-2/+0
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek1-0/+53
2022-01-06ice: replay advanced rules after resetVictor Raj1-3/+38
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-40/+35
2021-12-14ice: Remove enum ice_statusTony Nguyen1-123/+123
2021-12-14ice: Use int for ice_statusTony Nguyen1-102/+102
2021-12-07ice: fix adding different tunnelsMichal Swiatkowski1-6/+13
2021-10-28ice: fix error return code in ice_get_recp_frm_fw()Wang Hai1-1/+3
2021-10-28ice: support for GRE in eswitchMichal Swiatkowski1-0/+110
2021-10-28ice: low level support for tunnelsMichal Swiatkowski1-15/+260
2021-10-20ice: Add tc-flower filter support for channelKiran Patil1-0/+119
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek1-1/+8
2021-10-11ice: cleanup rules infoVictor Raj1-2/+26
2021-10-11ice: allow deleting advanced rulesShivanshu Shukla1-0/+223
2021-10-11ice: allow adding advanced rulesGrishma Kotecha1-1/+831
2021-10-11ice: create advanced switch recipeDan Nowlin1-5/+1111
2021-10-11ice: manage profiles and field vectorsDan Nowlin1-1/+2
2021-10-11ice: implement low level recipes functionsGrishma Kotecha1-0/+155
2021-10-07ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski1-1/+1
2021-05-28ice: Implement iidc operationsDave Ertman1-0/+28
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+9
2021-03-31ice: correct memory allocation callBruce Allan1-1/+1
2021-03-29ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-03-29ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-02-08ice: remove unnecessary castsBruce Allan1-1/+1
2020-12-09ice: join format strings to same line as ice_debugJacob Keller1-10/+5
2020-07-29ice: return correct error code from ice_aq_sw_rulesKiran Patil1-1/+7
2020-07-01ice: replace single-element array used for C struct hackBruce Allan1-22/+14
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan1-7/+7
2020-05-31ice: fix function signature style formatBruce Allan1-6/+3
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman1-0/+75
2020-05-21ice: Fix casting issuesKarol Kolacinski1-6/+6
2020-03-10ice: use variable name more descriptive than typeBruce Allan1-10/+10
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan1-2/+2
2020-01-24ice: Allocate flow profileTony Nguyen1-36/+0
2019-11-22ice: Refactor removal of VLAN promiscuous rulesBrett Creeley1-4/+9
2019-11-08ice: remove unnecessary conditional checkBruce Allan1-2/+1
2019-09-03ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer1-2/+3
2019-08-23ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin1-0/+56
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman1-1/+4
2019-05-23ice: Silence semantic parser warningsBruce Allan1-2/+2
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin1-0/+59
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan1-0/+22
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-54/+54
2019-03-22ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram1-3/+9
2019-03-22ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz1-1/+6
2019-03-22ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram1-9/+20
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin1-2/+289
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-2/+2
2019-03-22ice: fix static analysis warningsBruce Allan1-1/+1
2019-02-25ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller1-2/+13
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan1-1/+1
2018-11-20ice: Fix possible NULL pointer de-referenceBruce Allan1-0/+3
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-4/+4
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan1-2/+2
2018-11-20ice: Cleanup short function signaturesBruce Allan1-2/+1
2018-11-20ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram1-13/+24
2018-11-06ice: Free VSI contexts during for unloadVictor Raj1-0/+12
2018-10-03ice: Fix potential null pointer issuesDave Ertman1-6/+7
2018-10-03ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley1-9/+29
2018-10-03ice: Fix forward to queue group logicAnirudh Venkataramanan1-4/+10
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan1-0/+1
2018-10-02ice: Implement VSI replay frameworkAnirudh Venkataramanan1-44/+63
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan1-3/+3
2018-10-02ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan1-175/+287
2018-08-28ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash1-0/+41
2018-08-28ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan1-24/+329
2018-08-28ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan1-514/+453
2018-08-28ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao1-8/+10
2018-08-23ice: Fix multiple static analyser warningsAnirudh Venkataramanan1-2/+2
2018-03-26ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan1-0/+77
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan1-0/+169
2018-03-26ice: Add support for switch filter programmingAnirudh Venkataramanan1-0/+1378
2018-03-26ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan1-0/+115
2018-03-26ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan1-0/+144