summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-091-5/+0Star
* net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-091-2/+2
* net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko2014-12-091-12/+5Star
* net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend2014-10-071-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-031-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-281-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/+5Star
* net_sched: act: use standard struct list_headWANG Cong2013-12-181-0/+1
* net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-111-1/+1
* net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann2013-10-291-0/+385