summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)Author
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann
2016-06-15bpf, maps: add release callbackDaniel Borkmann
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov
2016-03-25bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann
2016-03-09bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-09-09ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov
2014-11-18bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov
2014-09-26bpf: verifier (add docs)Alexei Starovoitov
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov