summaryrefslogtreecommitdiff
path: root/net/sched/cls_flower.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-2/+4
|\
| * net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-171-1/+2
| * net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-171-1/+2
* | flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-191-3/+6
* | flow_offload: rename exts stats update functions with hwBaowen Zheng2021-12-191-6/+6
* | flow_offload: rename offload functions with offload instead of flowBaowen Zheng2021-12-191-4/+4
|/
* cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-1/+2
* net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-09-301-0/+6
* net_sched: refactor TC action init APICong Wang2021-08-021-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+1
|\
| * net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu2021-03-171-1/+1
* | net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean2021-03-221-2/+2
* | net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean2021-03-221-18/+18
|/
* net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu2021-02-231-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-2/+37
|\
| * net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu2021-02-101-2/+37
* | net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey2021-01-291-2/+4
* | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-201-1/+3
|/
* cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-151-9/+13
* net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault2020-12-091-2/+2
* net: sched: initialize with 0 before setting erspan md->uXin Long2020-09-141-0/+1
* net: sched: only keep the available bits when setting vxlan md->gbpXin Long2020-09-141-1/+3
* net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-241-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
|\
| * sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-1/+1
* | net: qos offload add flow status with dropped countPo Liu2020-06-191-0/+1
|/
* cls_flower: remove mpls_opts_policyGuillaume Nault2020-06-011-5/+0
* flow_dissector: work around stack frame size warningArnd Bergmann2020-06-011-9/+8
* cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-1/+242
* flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-16/+36
* net: sched: cls_flower: implement terse dump supportVlad Buslov2020-05-151-0/+43
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-1/+3
* cls_flower: Add extack support for flags keyGuillaume Nault2020-03-261-4/+7
* cls_flower: Add extack support for src and dst port range optionsGuillaume Nault2020-03-261-8/+18
* cls_flower: Add extack support for mpls optionsGuillaume Nault2020-03-261-5/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-0/+1
|\
| * net: sched: correct flower port blockingJason Baron2020-02-171-0/+1
* | net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-171-4/+2
|/
* net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-131-0/+1
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-271-3/+8
* net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-301-0/+12
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-031-52/+66
* net: sched: allow flower to match erspan optionsXin Long2019-11-211-0/+145
* net: sched: allow flower to match vxlan optionsXin Long2019-11-211-0/+109
* net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov2019-08-261-37/+16
* net: sched: take reference to action dev before calling offloadsVlad Buslov2019-08-261-0/+2
* net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov2019-08-261-2/+4
* net: sched: notify classifier on successful offload add/deleteVlad Buslov2019-08-261-7/+26
* net: sched: refactor block offloads counter usageVlad Buslov2019-08-261-24/+14