summaryrefslogtreecommitdiff
path: root/net/sched/cls_bpf.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-07net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend1-1/+3
2014-09-29net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-2/+2
2014-09-16net_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-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-6/+6
2014-05-24net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-2/+2
2014-04-28sched, 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-11net_sched: cls_bpf: use tabs to do indentYang Yingliang1-1/+1
2013-10-30net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann1-0/+385