aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
AgeCommit message (Expand)Author
2022-06-02ice: fix access-beyond-end in the switch codeAlexander Lobakin
2022-05-05ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek
2022-04-07ice: switch: convert packet template match code to rodataAlexander Lobakin
2022-04-07ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin
2022-04-07ice: switch: use a struct to pass packet template paramsAlexander Lobakin
2022-04-07ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin
2022-04-07ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin
2022-03-16ice: Fix inconsistent indenting in ice_switchWojciech Drewek
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski
2022-03-09ice: Add support for inner etype in switchdevMartyna Szapar-Mudlaw
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18ice: Match on all profiles in slow-pathWojciech Drewek
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley
2022-01-06ice: Slightly simply ice_find_free_recp_res_idxChristophe JAILLET
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek
2022-01-06ice: replay advanced rules after resetVictor Raj
2021-12-14ice: Cleanup after ice_status removalTony Nguyen
2021-12-14ice: Remove enum ice_statusTony Nguyen
2021-12-14ice: Use int for ice_statusTony Nguyen
2021-12-07ice: fix adding different tunnelsMichal Swiatkowski
2021-10-28ice: fix error return code in ice_get_recp_frm_fw()Wang Hai
2021-10-28ice: support for GRE in eswitchMichal Swiatkowski
2021-10-28ice: low level support for tunnelsMichal Swiatkowski
2021-10-20ice: Add tc-flower filter support for channelKiran Patil
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek
2021-10-11ice: cleanup rules infoVictor Raj
2021-10-11ice: allow deleting advanced rulesShivanshu Shukla
2021-10-11ice: allow adding advanced rulesGrishma Kotecha
2021-10-11ice: create advanced switch recipeDan Nowlin
2021-10-11ice: manage profiles and field vectorsDan Nowlin
2021-10-11ice: implement low level recipes functionsGrishma Kotecha
2021-10-07ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski
2021-05-28ice: Implement iidc operationsDave Ertman
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-31ice: correct memory allocation callBruce Allan
2021-03-29ice: Cleanup fltr list in case of allocation issuesRobert Malz
2021-03-29ice: Fix for dereference of NULL pointerJacek BuĊ‚atek
2021-02-08ice: remove unnecessary castsBruce Allan
2020-12-09ice: join format strings to same line as ice_debugJacob Keller
2020-07-29ice: return correct error code from ice_aq_sw_rulesKiran Patil
2020-07-01ice: replace single-element array used for C struct hackBruce Allan
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan
2020-05-31ice: fix function signature style formatBruce Allan
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-03-10ice: use variable name more descriptive than typeBruce Allan
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan
2020-01-24ice: Allocate flow profileTony Nguyen