summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flower.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: use tc_cls_bind_class() in filterZhengchao Shao2022-10-021-6/+1
* net/sched: flower: Add L2TPv3 filterWojciech Drewek2022-09-201-0/+16
* net/sched: flower: Add PPPoE filterWojciech Drewek2022-07-261-0/+64
* net: extract port range fields from fl_flow_keyMaksym Glubokiy2022-07-131-7/+1
* net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko2022-04-201-8/+16
* net/sched: flower: Add number of vlan tags filterBoris Sukholitko2022-04-201-0/+14
* net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko2022-04-201-17/+17
* net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko2022-04-201-15/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-5/+13
|\
| * net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-081-5/+13
* | net/sched: flower: Avoid overwriting error messagesIdo Schimmel2022-04-081-4/+0
* | net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-2/+4
* | net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel2022-04-081-6/+6
|/
* net/sched: Allow flower to match on GTP optionsWojciech Drewek2022-03-111-0/+116
* 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
|\