aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAge
* bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-02
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-25
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-02
* bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2015-11-02
* bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2015-11-02
* bpf: abstract anon_inode_getfd invocationsDaniel Borkmann2015-11-02
* bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert2015-10-16
* bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-12
* bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-12
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-08
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-03
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-03
* ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann2015-09-09
* bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-10
* bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-31
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15
|\
| * bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-15
| * cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-01
| * ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-01
* | tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-02
|/
* bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov2015-01-26
* bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov2014-11-18
* bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-18
* bpf: verifier (add ability to receive verification log)Alexei Starovoitov2014-09-26
* bpf: verifier (add docs)Alexei Starovoitov2014-09-26
* bpf: handle pseudo BPF_CALL insnAlexei Starovoitov2014-09-26
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-26
* bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2014-09-26
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-26