summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-201-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-071-5/+3Star
* net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-061-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-231-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-151-2/+2
* cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing2018-07-291-3/+1Star
* net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+39
* net_sched: switch to rcu_workCong Wang2018-05-251-16/+6Star
* cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-14/+10Star
* 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/+0Star
* 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-201-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/+38Star
* 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/+3Star
* 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
|\|
| * net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-14/+0Star
* | net: sched: cls_bpf: call block callbacks for offloadJiri Pirko2017-10-211-8/+32
* | net_sched: use idr to allocate bpf filter handlesCong Wang2017-09-281-29/+28Star
* | bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-261-2/+2
|/
* net_sched: add reverse binding for tc classCong Wang2017-08-311-0/+9
* net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-111-2/+2
* net_sched: use void pointer for filter handleWANG Cong2017-08-071-15/+12Star
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-12/+9Star
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-5/+2Star
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-2/+2
* net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-19/+6Star