aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
Commit message (Expand)AuthorAge
* net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski2019-11-01
* net: sched: refactor block offloads counter usageVlad Buslov2019-08-26
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-20
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-07
* net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-06
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-27
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-22
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-12
* net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-12
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-14
* cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing2018-07-29
* net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley2018-06-26
* net_sched: switch to rcu_workCong Wang2018-05-24
* cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox2018-02-06
* idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-06
* idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-06
* cls_bpf: propagate extack to offload delete callbackJakub Kicinski2018-01-24
* cls_bpf: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-24
* cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski2018-01-24
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-24
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-24
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-22
* net: sched: cls_bpf: plumb extack support in filter for hardware offloadQuentin Monnet2018-01-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-19
|\
| * bpf: fix cls_bpf on filter replaceDaniel Borkmann2018-01-17
* | net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-19
* | net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-19
* | net: sched: cls: add extack support for change callbackAlexander Aring2018-01-19
* | net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-17
* | net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko2018-01-17
|/
* cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-20
* cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-11-28
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-09
|\
| * cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-05
* | net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King2017-11-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
|\|
| * net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-29
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-20
* | net: sched: cls_bpf: call block callbacks for offloadJiri Pirko2017-10-20
* | net_sched: use idr to allocate bpf filter handlesCong Wang2017-09-28
* | bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-26
|/
* net_sched: add reverse binding for tc classCong Wang2017-08-31
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-11
* net_sched: use void pointer for filter handleWANG Cong2017-08-07
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-07
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-07