summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flower.c
Commit message (Expand)AuthorAgeFilesLines
* pfcp: always set pfcp metadataMichal Swiatkowski2024-04-011-0/+107
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-13/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-1/+4
|\
| * net/sched: flower: Add lock protection when remove filter handleJianbo Liu2024-02-211-1/+4
* | net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
|/
* net/sched: flower: Fix chain template offloadIdo Schimmel2024-01-241-0/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-2/+3
|\
| * net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet2023-07-271-2/+3
* | tc: flower: support for SPIRatheesh Kannoth2023-08-021-0/+35
|/
* net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
* net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel2023-07-121-0/+10
* net: flower: add support for matching cfm fieldsZahari Doychev2023-06-121-0/+102
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-011-0/+3
|\
| * net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-011-0/+3
* | net/sched: flower: Allow matching on layer 2 missIdo Schimmel2023-05-301-2/+28
|/
* net/sched: flower: fix error handler on replaceVlad Buslov2023-05-051-1/+2
* Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov2023-05-051-1/+1
* net/sched: flower: fix filter idr initializationVlad Buslov2023-05-051-3/+3
* net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera2023-04-271-1/+1
* fix typos in net/sched/* filesTaichi Nishimura2023-03-241-1/+1
* net/sched: flower: fix fl_change() error recovery pathEric Dumazet2023-03-011-4/+6
* net/sched: flower: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+12
* net/sched: flower: Move filter handle initialization earlierPaul Blakey2023-02-201-27/+35
* net/sched: support per action hw statsOz Shlomo2023-02-141-1/+1
* net/sched: pass flow_stats instead of multiple stats argsOz Shlomo2023-02-141-6/+1
* net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* 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
|\