summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
* 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: use tc_cls_stats_dump() in filterZhengchao Shao2022-09-201-7/+1
* bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau2022-03-031-0/+2
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-2/+2
* net_sched: refactor TC action init APICong Wang2021-08-021-4/+4
* bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-271-3/+8
* net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski2019-11-011-2/+6
* net: sched: refactor block offloads counter usageVlad Buslov2019-08-261-20/+18
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-071-5/+3
* net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-051-3/+4
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-221-1/+1
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-121-5/+7
* net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-121-1/+2
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-141-2/+2
* cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing2018-07-291-3/+1
* net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+39
* net_sched: switch to rcu_workCong Wang2018-05-241-16/+6
* cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-14/+10
* idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-061-1/+1
* idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-061-2/+2
* cls_bpf: propagate extack to offload delete callbackJakub Kicinski2018-01-241-6/+8
* cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+3
* cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski2018-01-241-2/+0
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-241-1/+2
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-221-2/+2
* net: sched: cls_bpf: plumb extack support in filter for hardware offloadQuentin Monnet2018-01-221-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-1/+8
|\
| * bpf: fix cls_bpf on filter replaceDaniel Borkmann2018-01-171-1/+8
* | net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-191-1/+2
* | net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-191-3/+5
* | net: sched: cls: add extack support for change callbackAlexander Aring2018-01-191-1/+1
* | net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-171-1/+4
* | net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko2018-01-171-2/+2
|/
* cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-55/+38
* cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-11-281-10/+13
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+6
|\
| * cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+6
* | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-3/+7
* | net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King2017-11-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-2/+17
|\|