summaryrefslogtreecommitdiff
path: root/net/sched/cls_flower.c
AgeCommit message (Expand)Author
2025-05-29Merge tag 'v5.15.180' into 5.15-2.2.x-imxHiago De Franco
2025-05-29Merge tag 'v5.15.179' into 5.15-2.2.x-imxHiago De Franco
2025-04-10net: fix geneve_opt length integer overflowLin Ma
2025-03-13Merge tag 'v5.15.174' into 5.15-2.2.x-imxHiago De Franco
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy
2024-12-14net: sched: fix erspan_opt settings in cls_flowerXin Long
2023-08-30Merge tag 'v5.15.121' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-30Merge tag 'v5.15.116' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-07-23net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
2023-06-09net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua
2022-06-29Merge tag 'v5.15.41' into lf-5.15.yJason Liu
2022-05-04flow_offload: rename offload functions with offload instead of flowBaowen Zheng
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-01-27net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov
2021-08-02net_sched: refactor TC action init APICong Wang
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-22net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean
2021-03-22net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean
2021-03-17net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu
2021-02-23net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-10net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu
2021-01-29net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-15cls_flower: call nla_ok() before nla_next()Cong Wang
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault
2020-09-14net: sched: initialize with 0 before setting erspan md->uXin Long
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long
2020-07-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault
2020-06-01flow_dissector: work around stack frame size warningArnd Bergmann
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-26cls_flower: Add extack support for flags keyGuillaume Nault
2020-03-26cls_flower: Add extack support for src and dst port range optionsGuillaume Nault
2020-03-26cls_flower: Add extack support for mpls optionsGuillaume Nault
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-17net: sched: correct flower port blockingJason Baron
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov
2020-02-13net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya