aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/next-queueJakub 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