summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c (follow)
Commit message (Expand)AuthorAge
* bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2022-04-19
* cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2022-04-19
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2022-04-19
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2022-04-19
* bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2022-04-19
* bpf, maps: add release callbackDaniel Borkmann2022-04-19
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2022-04-19
* bpf: fix refcnt overflowAlexei Starovoitov2022-04-19
* bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2022-04-19
* bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2022-04-19
* bpf: convert stackmap to pre-allocationAlexei Starovoitov2022-04-19
* bpf: pre-allocate hash map elementsAlexei Starovoitov2022-04-19
* bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2022-04-19
* bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2022-04-19
* bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2022-04-19
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2022-04-19
* bpf: add show_fdinfo handler for mapsDaniel Borkmann2022-04-19
* Revert "bpf: fix clearing on persistent program array maps"Anay Wadhera2022-04-19
* Revert "bpf: fix allocation warnings in bpf maps and integer overflow"Anay Wadhera2022-04-19
* Revert "bpf: fix refcnt overflow"Anay Wadhera2022-04-19
* Revert "bpf: move fixup_bpf_calls() function"Anay Wadhera2022-04-19
* Revert "bpf: skip unnecessary capability check"Anay Wadhera2022-04-19
* Revert "bpf: map_get_next_key to return first key on NULL"Anay Wadhera2022-04-19
* Revert "bpf: generally move prog destruction to RCU deferral"Anay Wadhera2022-04-19
* bpf: fix map not being uncharged during map creation failureDaniel Borkmann2020-05-10
* bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-04-02
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2018-11-10
* bpf: map_get_next_key to return first key on NULLTeng Qin2018-05-16
* bpf: skip unnecessary capability checkChenbo Feng2018-03-28
* bpf: move fixup_bpf_calls() functionAlexei Starovoitov2018-01-17
* bpf: fix refcnt overflowAlexei Starovoitov2016-05-18
* 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-09
* 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