aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_bpf.c
Commit message (Expand)AuthorAge
* cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\
| * net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann2015-01-26
| * net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann2015-01-26
* | tc: cls_bpf: rename bpf_len to bpf_num_opsJiri Pirko2015-01-17
|/
* net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko2014-12-09
* net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-08
* net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko2014-12-08
* net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend2014-10-06
* net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong2014-09-28
* net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong2014-09-15
* net: sched: rcu'ify cls_bpfJohn Fastabend2014-09-13
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-23
* sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-27
* net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-13
* net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-18
* net_sched: act: use standard struct list_headWANG Cong2013-12-18
* net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-10
* net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann2013-10-29