aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko1-5/+0
2014-12-08net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-08net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko1-12/+5
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend1-1/+3
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-2/+2
2014-09-15net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong1-1/+1
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend1-47/+47
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-6/+6
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-2/+2
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang1-5/+5
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong1-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong1-9/+5
2013-12-18net_sched: act: use standard struct list_headWANG Cong1-0/+1
2013-12-10net_sched: cls_bpf: use tabs to do indentYang Yingliang1-1/+1
2013-10-29net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann1-0/+385