summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_flex_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* ice: field prep conversionJesse Brandeburg2023-12-181-4/+4
* ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo2023-12-131-8/+25
* ice: refactor the FD and RSS flow ID generationAhmed Zaki2023-12-131-0/+11
* ice: Reduce scope of variablesTony Nguyen2023-01-191-3/+6
* ice: Move support DDP code out of ice_flex_pipe.cSergey Temerkhanov2023-01-191-1904/+0
* ice: Remove cppcheck suppressionsTony Nguyen2023-01-191-3/+0
* ice: Add support for PPPoE hardware offloadMarcin Szycik2022-07-261-1/+4
* intel/ice:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* ice: remove circular header dependencies on ice.hJacob Keller2022-03-141-0/+1
* ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik2022-03-111-2/+29
* ice: Fix FV offset searchingMichal Swiatkowski2022-03-111-13/+9
* ice: Support configuring the device to Double VLAN ModeBrett Creeley2022-02-091-34/+257
* ice: Optimize a few bitmap operationsChristophe JAILLET2022-01-061-3/+3
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-33/+26
* ice: Remove enum ice_statusTony Nguyen2021-12-141-97/+97
* ice: Use int for ice_statusTony Nguyen2021-12-141-97/+97
* ice: Remove string printing for ice_statusTony Nguyen2021-12-141-4/+4
* ice: Refactor status flow for DDP loadWojciech Drewek2021-12-141-80/+144
* ice: Add package PTYPE enable informationHaiyue Wang2021-12-141-0/+73
* ice: fix adding different tunnelsMichal Swiatkowski2021-12-071-2/+5
* ice: support for GRE in eswitchMichal Swiatkowski2021-10-281-0/+4
* ice: low level support for tunnelsMichal Swiatkowski2021-10-281-1/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-2/+2
|\
| * ice: fix getting UDP tunnel entryMichal Swiatkowski2021-10-141-2/+2
* | ice: create advanced switch recipeDan Nowlin2021-10-111-2/+31
* | ice: manage profiles and field vectorsDan Nowlin2021-10-111-0/+242
|/
* ice: suppress false cppcheck issuesBruce Allan2021-04-141-0/+3
* ice: Update to use package info from ice segmentDan Nowlin2021-03-311-18/+22
* ice: Support to separate GTP-U uplink and downlinkQi Zhang2021-03-221-14/+92
* ice: Support non word aligned input set fieldQi Zhang2021-03-221-8/+414
* ice: remove unnecessary castsBruce Allan2021-02-081-5/+5
* ice: use flex_array_size where possibleBruce Allan2021-02-051-1/+1
* ice: join format strings to same line as ice_debugJacob Keller2020-12-091-16/+8
* ice: remove repeated wordsBruce Allan2020-10-091-1/+1
* ice: convert to new udp_tunnel infrastructureJakub Kicinski2020-09-281-132/+96
* ice: remove unused args from ice_get_open_tunnel_port()Jakub Kicinski2020-09-281-5/+2
* ice: Misc minor fixesTony Nguyen2020-08-011-1/+1
* ice: adjust profile ID map locksVictor Raj2020-08-011-45/+45
* ice: Graceful error handling in HW table calloc failureSurabhi Boob2020-08-011-1/+3
* ice: Clear and free XLT entries on resetVignesh Sridhar2020-08-011-1/+3
* ice: replace single-element array used for C struct hackBruce Allan2020-07-011-18/+17
* ice: check for compatibility between DDP package and firmwareVictor Raj2020-05-221-25/+87
* ice: Support IPv6 Flow Director filtersHenry Tieman2020-05-221-0/+6
* ice: Support IPv4 Flow Director filtersHenry Tieman2020-05-221-0/+34
* ice: Initialize Flow Director resourcesHenry Tieman2020-05-221-0/+224
* ice: Fix resource leak on early exit from functionEric Joyner2020-05-211-1/+3
* ice: Fix casting issuesKarol Kolacinski2020-05-211-6/+7
* ice: Add support for tunnel offloadsTony Nguyen2020-05-211-1/+523
* ice: Fix error return code in ice_add_prof()Wei Yongjun2020-04-301-1/+3
* ice: Fix for TCAM entry managementDan Nowlin2020-02-191-14/+51