summaryrefslogtreecommitdiff
path: root/net/sched/cls_bpf.c
AgeCommit message (Expand)Author
2023-07-17net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao
2022-09-20net/sched: use tc_cls_stats_dump() in filterZhengchao Shao
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-02net_sched: refactor TC action init APICong Wang
2021-06-24bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocationToke Høiland-Jørgensen
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2019-11-01net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing
2018-06-26net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley
2018-05-24net_sched: switch to rcu_workCong Wang
2018-02-06cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox
2018-01-24cls_bpf: propagate extack to offload delete callbackJakub Kicinski
2018-01-24cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet
2018-01-22net: sched: cls_bpf: plumb extack support in filter for hardware offloadQuentin Monnet
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring
2018-01-17bpf: fix cls_bpf on filter replaceDaniel Borkmann
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko
2018-01-17net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski
2017-11-03net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang