summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flower.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela1-2/+4
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao1-6/+1
2022-09-20net/sched: flower: Add L2TPv3 filterWojciech Drewek1-0/+16
2022-07-26net/sched: flower: Add PPPoE filterWojciech Drewek1-0/+64
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy1-7/+1
2022-04-20net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko1-8/+16
2022-04-20net/sched: flower: Add number of vlan tags filterBoris Sukholitko1-0/+14
2022-04-20net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko1-17/+17
2022-04-20net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko1-15/+17
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+13
2022-04-08net/sched: flower: Avoid overwriting error messagesIdo Schimmel1-4/+0
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-2/+4
2022-04-08net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel1-6/+6
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov1-5/+13
2022-03-11net/sched: Allow flower to match on GTP optionsWojciech Drewek1-0/+116
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng1-3/+6
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng1-6/+6
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng1-4/+4
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-1/+2
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey1-1/+2
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi1-1/+2
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov1-0/+6
2021-08-02net_sched: refactor TC action init APICong Wang1-9/+9
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-03-22net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean1-2/+2
2021-03-22net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean1-18/+18
2021-03-17net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu1-1/+1
2021-02-23net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu1-0/+15
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+37
2021-02-10net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu1-2/+37
2021-01-29net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey1-2/+4
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu1-1/+3
2021-01-15cls_flower: call nla_ok() before nla_next()Cong Wang1-9/+13
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault1-2/+2
2020-09-14net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long1-1/+3
2020-07-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich1-0/+16
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-1/+1
2020-06-19net: qos offload add flow status with dropped countPo Liu1-0/+1
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault1-5/+0
2020-06-01flow_dissector: work around stack frame size warningArnd Bergmann1-9/+8
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault1-1/+242
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-16/+36
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov1-0/+43
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+3
2020-03-26cls_flower: Add extack support for flags keyGuillaume Nault1-4/+7
2020-03-26cls_flower: Add extack support for src and dst port range optionsGuillaume Nault1-8/+18
2020-03-26cls_flower: Add extack support for mpls optionsGuillaume Nault1-5/+18