summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2015-06-071-1/+15
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-161-0/+3
* cls_bpf: do eBPF invocation under non-bh RCU lock variant for mapsDaniel Borkmann2015-03-121-3/+6
* net_sched: destroy proto tp when all filters are goneCong Wang2015-03-091-1/+5
* cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-011-52/+154
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-2/+13
|\
| * net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann2015-01-261-2/+8
| * net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann2015-01-261-0/+5
* | tc: cls_bpf: rename bpf_len to bpf_num_opsJiri Pirko2015-01-171-9/+9
|/
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-091-5/+0
* net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-081-2/+2
* net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko2014-12-081-12/+5
* net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend2014-10-061-1/+3
* net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-281-2/+2
* net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong2014-09-151-1/+1
* net: sched: rcu'ify cls_bpfJohn Fastabend2014-09-131-47/+47
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-6/+6
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+2
* sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-271-5/+5
* net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-131-1/+1
* net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-181-9/+5
* net_sched: act: use standard struct list_headWANG Cong2013-12-181-0/+1
* net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-101-1/+1
* net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann2013-10-291-0/+385
OpenPOWER on IntegriCloud