summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-1/+3
|\
| * ice: Match on all profiles in slow-pathWojciech Drewek2022-02-181-1/+3
* | ice: Support configuring the device to Double VLAN ModeBrett Creeley2022-02-091-0/+75
* | ice: Use the proto argument for VLAN opsBrett Creeley2022-02-091-0/+5
|/
* ice: Slightly simply ice_find_free_recp_res_idxChristophe JAILLET2022-01-061-2/+0
* ice: improve switchdev's slow-pathWojciech Drewek2022-01-061-0/+53
* ice: replay advanced rules after resetVictor Raj2022-01-061-3/+38
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-40/+35
* ice: Remove enum ice_statusTony Nguyen2021-12-141-123/+123
* ice: Use int for ice_statusTony Nguyen2021-12-141-102/+102
* ice: fix adding different tunnelsMichal Swiatkowski2021-12-071-6/+13
* ice: fix error return code in ice_get_recp_frm_fw()Wang Hai2021-10-281-1/+3
* ice: support for GRE in eswitchMichal Swiatkowski2021-10-281-0/+110
* ice: low level support for tunnelsMichal Swiatkowski2021-10-281-15/+260
* ice: Add tc-flower filter support for channelKiran Patil2021-10-201-0/+119
* ice: Manage act flags for switchdev offloadsWojciech Drewek2021-10-191-1/+8
* ice: cleanup rules infoVictor Raj2021-10-111-2/+26
* ice: allow deleting advanced rulesShivanshu Shukla2021-10-111-0/+223
* ice: allow adding advanced rulesGrishma Kotecha2021-10-111-1/+831
* ice: create advanced switch recipeDan Nowlin2021-10-111-5/+1111
* ice: manage profiles and field vectorsDan Nowlin2021-10-111-1/+2
* ice: implement low level recipes functionsGrishma Kotecha2021-10-111-0/+155
* ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski2021-10-071-1/+1
* ice: Implement iidc operationsDave Ertman2021-05-281-0/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-6/+9
|\
| * ice: Cleanup fltr list in case of allocation issuesRobert Malz2021-03-291-1/+2