aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flower.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski1-0/+107
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-13/+14
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2024-02-21net/sched: flower: Add lock protection when remove filter handleJianbo Liu1-1/+4
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel1-0/+23
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-08-02tc: flower: support for SPIRatheesh Kannoth1-0/+35
2023-07-27net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet1-2/+3
2023-07-17net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-12net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel1-0/+10
2023-06-12net: flower: add support for matching cfm fieldsZahari Doychev1-0/+102
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-06-01net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua1-0/+3
2023-05-30net/sched: flower: Allow matching on layer 2 missIdo Schimmel1-2/+28
2023-05-05net/sched: flower: fix error handler on replaceVlad Buslov1-1/+2
2023-05-05Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov1-1/+1
2023-05-05net/sched: flower: fix filter idr initializationVlad Buslov1-3/+3
2023-04-27net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera1-1/+1
2023-03-24fix typos in net/sched/* filesTaichi Nishimura1-1/+1
2023-03-01net/sched: flower: fix fl_change() error recovery pathEric Dumazet1-4/+6
2023-02-20net/sched: flower: Support hardware miss to tc actionPaul Blakey1-1/+12
2023-02-20net/sched: flower: Move filter handle initialization earlierPaul Blakey1-27/+35
2023-02-14net/sched: support per action hw statsOz Shlomo1-1/+1
2023-02-14net/sched: pass flow_stats instead of multiple stats argsOz Shlomo1-6/+1
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