aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_flex_pipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26ice: Add support for PPPoE hardware offloadMarcin Szycik1-1/+4
2022-06-30intel/ice:fix repeated words in commentsJilin Yuan1-1/+1
2022-03-14ice: remove circular header dependencies on ice.hJacob Keller1-0/+1
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik1-2/+29
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski1-13/+9
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley1-34/+257
2022-01-06ice: Optimize a few bitmap operationsChristophe JAILLET1-3/+3
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-33/+26
2021-12-14ice: Remove enum ice_statusTony Nguyen1-97/+97
2021-12-14ice: Use int for ice_statusTony Nguyen1-97/+97
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-4/+4
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek1-80/+144
2021-12-14ice: Add package PTYPE enable informationHaiyue Wang1-0/+73
2021-12-07ice: fix adding different tunnelsMichal Swiatkowski1-2/+5
2021-10-28ice: support for GRE in eswitchMichal Swiatkowski1-0/+4
2021-10-28ice: low level support for tunnelsMichal Swiatkowski1-1/+25
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-10-14ice: fix getting UDP tunnel entryMichal Swiatkowski1-2/+2
2021-10-11ice: create advanced switch recipeDan Nowlin1-2/+31
2021-10-11ice: manage profiles and field vectorsDan Nowlin1-0/+242
2021-04-14ice: suppress false cppcheck issuesBruce Allan1-0/+3
2021-03-31ice: Update to use package info from ice segmentDan Nowlin1-18/+22
2021-03-22ice: Support to separate GTP-U uplink and downlinkQi Zhang1-14/+92
2021-03-22ice: Support non word aligned input set fieldQi Zhang1-8/+414
2021-02-08ice: remove unnecessary castsBruce Allan1-5/+5
2021-02-05ice: use flex_array_size where possibleBruce Allan1-1/+1
2020-12-09ice: join format strings to same line as ice_debugJacob Keller1-16/+8
2020-10-09ice: remove repeated wordsBruce Allan1-1/+1
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski1-132/+96
2020-09-28ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski1-5/+2
2020-08-01ice: Misc minor fixesTony Nguyen1-1/+1
2020-08-01ice: adjust profile ID map locksVictor Raj1-45/+45
2020-08-01ice: Graceful error handling in HW table calloc failureSurabhi Boob1-1/+3
2020-08-01ice: Clear and free XLT entries on resetVignesh Sridhar1-1/+3
2020-07-01ice: replace single-element array used for C struct hackBruce Allan1-18/+17
2020-05-22ice: check for compatibility between DDP package and firmwareVictor Raj1-25/+87
2020-05-22ice: Support IPv6 Flow Director filtersHenry Tieman1-0/+6
2020-05-22ice: Support IPv4 Flow Director filtersHenry Tieman1-0/+34
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman1-0/+224
2020-05-21ice: Fix resource leak on early exit from functionEric Joyner1-1/+3
2020-05-21ice: Fix casting issuesKarol Kolacinski1-6/+7
2020-05-21ice: Add support for tunnel offloadsTony Nguyen1-1/+523
2020-04-30ice: Fix error return code in ice_add_prof()Wei Yongjun1-1/+3
2020-02-19ice: Fix for TCAM entry managementDan Nowlin1-14/+51
2020-01-25ice: Optimize table usageTony Nguyen1-0/+394
2020-01-25ice: Enable writing filtering tablesTony Nguyen1-0/+604
2020-01-25ice: Populate TCAM filter software structuresTony Nguyen1-0/+1318
2020-01-24ice: Allocate flow profileTony Nguyen1-0/+216
2020-01-24ice: Enable writing hardware filtering tablesTony Nguyen1-1/+30
2019-09-12ice: Enable DDP package downloadTony Nguyen1-3/+1