summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
* net/mlx5: Support inner header match criteria for non decap flow actionHuy Nguyen2019-08-081-11/+20
* net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-07-251-2/+2
* net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov2019-07-151-1/+2
* net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov2019-07-151-5/+1Star
* net/mlx5e: Verify encapsulation is supportedEli Cohen2019-07-151-0/+4
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-17/+17
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-07-041-1/+1
|\
| * net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-021-1/+1
* | net/mlx5e: Disallow tc redirect offload cases we don't supportPaul Blakey2019-06-291-4/+18
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-291-2/+5
|\|
| * net/mlx5: Add flow context for flow tagJianbo Liu2019-06-261-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-3/+0Star
|\ \
| * | net/mlx5e: Fix source port matching in fdb peer flow ruleRaed Salem2019-06-071-3/+0Star
* | | net/mlx5e: Geneve, Add support for encap/decap flows offloadYevgeny Kliteynik2019-05-311-2/+21
* | | net/mlx5e: Rearrange tc tunnel code in a modular wayYevgeny Kliteynik2019-05-311-5/+5
* | | net/mlx5e: Geneve, Keep tunnel info as pointer to the original structYevgeny Kliteynik2019-05-311-7/+7
* | | net/mlx5e: Enable setting multiple match criteria for flow groupYevgeny Kliteynik2019-05-311-1/+1
* | | net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation actionTonghao Zhang2019-05-311-20/+7Star
|/ /
* | net/mlx5e: Fix possible modify header actions memory leakEli Britstein2019-05-171-1/+4
* | net/mlx5e: Fix no rewrite fields with the same matchEli Britstein2019-05-171-6/+16
* | net/mlx5e: Fix calling wrong function to get inner vlan key and maskJianbo Liu2019-05-161-1/+1
|/
* net/mlx5e: Return error when trying to insert existing flower filterVlad Buslov2019-05-011-0/+1
* net/mlx5e: Replace TC VLAN pop with VLAN 0 rewrite in prio tag modeEli Britstein2019-05-011-0/+36
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-011-2/+3
|\
| * net/mlx5: Get rid of storing copy of device nameParav Pandit2019-04-301-2/+3
* | Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-04-081-57/+244
|\ \
| * | net/mlx5e: Do not rewrite fields with the same matchEli Britstein2019-04-051-32/+104
| * | net/mlx5e: Offload TC e-switch rules with ingress VLAN deviceEli Britstein2019-04-051-4/+42
| * | net/mlx5e: Offload TC e-switch rules with egress VLAN deviceEli Britstein2019-04-051-0/+34
| * | net/mlx5e: Allow VLAN rewrite of prio field with the same matchEli Britstein2019-04-051-2/+6
| * | net/mlx5e: Deny VLAN rewrite if there is no VLAN header matchEli Britstein2019-04-051-0/+11
| * | net/mlx5e: Use helpers to get headers criteria and value pointersEli Britstein2019-04-051-9/+25
| * | net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported actionTonghao Zhang2019-04-051-7/+20
| * | net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attrTonghao Zhang2019-04-051-1/+0Star
| * | net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()Tonghao Zhang2019-04-051-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-14/+68
|\ \ \ | |/ / |/| |
| * | net/mlx5e: Consider tunnel type for encap contextsEli Britstein2019-03-291-9/+19
| * | net/mlx5e: Correctly use the namespace type when allocating pedit actionTonghao Zhang2019-03-291-1/+1
| * | net/mlx5e: Allow IPv4 ttl & IPv6 hop_limit rewrite for all L4 protocolsDmytro Linkin2019-03-291-4/+48
| |/
* | ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-0/+1
* | net/mlx5e: Replace TC VLAN pop and push actions with VLAN modifyEli Britstein2019-03-221-1/+11
* | net/mlx5e: Support VLAN modify actionEli Britstein2019-03-221-2/+49
* | net/mlx5e: Add VLAN ID rewrite fieldsEli Britstein2019-03-221-0/+2
|/
* net/mlx5e: Set peer flow needed also for multipathRoi Dayan2019-03-011-2/+9
* net/mlx5e: Update check for merged eswitch deviceRoi Dayan2019-03-011-4/+3Star
* net/mlx5e: Always query offloaded tc peer rule counterRoi Dayan2019-03-011-11/+15
* net/mlx5e: Re-attempt to offload flows on multipath port affinity eventsRoi Dayan2019-03-011-1/+38
* net/mlx5e: Allow one failure when offloading tc encap rules under multipathRoi Dayan2019-03-011-2/+12
* net/mlx5e: Don't inherit flow flags on peer flow creationRoi Dayan2019-03-011-3/+4