summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* | 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/+28
* | 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/+12
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-12/+9
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-5/+2
* 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/+6
* net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko2017-08-041-6/+4
* bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2017-06-211-0/+3
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-0/+1
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-211-6/+5
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz2017-02-171-2/+11
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-161-2/+2
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-051-0/+8
* bpf, cls: consolidate prog deletion pathDaniel Borkmann2016-12-051-17/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-4/+0
|\
| * net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-281-4/+0
* | bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2016-11-271-8/+1
* | netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf2016-10-291-3/+1
|/
* net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-211-0/+11
* net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski2016-09-211-9/+25
* net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-211-2/+20
* net: cls_bpf: add hardware offloadJakub Kicinski2016-09-211-0/+70
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-191-2/+4
* bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2016-09-151-3/+0
* net_sched: properly handle failure case of tcf_exts_init()WANG Cong2016-08-221-10/+17
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-6/+1
* bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-061-0/+2
* cls_bpf: reset class and reuse major in daDaniel Borkmann2016-03-181-5/+8
* net, sched: add clsact qdiscDaniel Borkmann2016-01-101-1/+1
* net, sched: add skb_at_tc_ingress helperDaniel Borkmann2016-01-101-5/+1
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-2/+6
* cls_bpf: further limit exec opcodes subsetDaniel Borkmann2015-09-231-3/+0
* cls_bpf: make binding to classid optionalDaniel Borkmann2015-09-231-9/+8
* cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann2015-09-231-3/+8
* bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-171-0/+1
* cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-171-11/+49
* sched: cls_bpf: fix panic on filter replaceDaniel Borkmann2015-07-211-1/+1
OpenPOWER on IntegriCloud