aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-18bpf: Try harder when allocating memory for large mapsGravatar Martynas Pumputis 1-7/+15
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-2/+37
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Gravatar Peng Sun 1-2/+2
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-2/+10
2019-02-27bpf: expose program stats via bpf_prog_infoGravatar Alexei Starovoitov 1-0/+5
2019-02-27bpf: enable program statsGravatar Alexei Starovoitov 1-2/+32
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Gravatar Peng Sun 1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+10
2019-02-01bpf: introduce BPF_F_LOCK flagGravatar Alexei Starovoitov 1-2/+23
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageGravatar Alexei Starovoitov 1-1/+2
2019-02-01bpf: introduce bpf_spin_lockGravatar Alexei Starovoitov 1-2/+19
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockGravatar Martin KaFai Lau 1-2/+10
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTGravatar Song Liu 1-0/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-18bpf: support raw tracepoints in modulesGravatar Matt Mullins 1-3/+8
2018-12-17bpf: remove useless version check for prog loadGravatar Daniel Borkmann 1-5/+0
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpGravatar Daniel Borkmann 1-7/+0
2018-12-13bpf: include sub program tags in bpf_prog_infoGravatar Song Liu 1-0/+22
2018-12-13bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoGravatar Martin KaFai Lau 1-20/+12
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackGravatar Roman Gushchin 1-1/+2
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoGravatar Yonghong Song 1-19/+19
2018-12-10bpf: clean up bpf_prog_get_info_by_fd()Gravatar Song Liu 1-2/+2
2018-12-09bpf: Add bpf_line_info supportGravatar Martin KaFai Lau 1-6/+77
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorGravatar Martin KaFai Lau 1-26/+20
2018-12-02bpf: Fix memleak in aux->func_info and aux->btfGravatar Martin KaFai Lau 1-0/+2
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.Gravatar David Miller 1-1/+6
2018-11-26bpf: btf: support proper non-jit func infoGravatar Yonghong Song 1-25/+8
2018-11-20bpf: Introduce bpf_func_infoGravatar Yonghong Song 1-4/+55
2018-11-02bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivGravatar Daniel Borkmann 1-0/+1
2018-11-02bpf: show main program address and length in bpf_prog_infoGravatar Song Liu 1-9/+24
2018-11-02bpf: show real jited address in bpf_prog_info->jited_ksymsGravatar Song Liu 1-1/+0
2018-10-19bpf: remove unused variableGravatar Alexei Starovoitov 1-1/+1
2018-10-19bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallGravatar Mauricio Vasquez B 1-0/+66
2018-10-19bpf: add queue and stack mapsGravatar Mauricio Vasquez B 1-0/+6
2018-10-19bpf/syscall: allow key to be null in map functionsGravatar Mauricio Vasquez B 1-4/+15
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceGravatar Daniel Borkmann 1-3/+3
2018-10-12bpf: wait for running BPF programs when updating map-in-mapGravatar Daniel Colascione 1-0/+13
2018-10-09bpf: error handling when map_lookup_elem isn't supportedGravatar Prashant Bhole 1-2/+7
2018-10-01bpf: introduce per-cpu cgroup local storageGravatar Roman Gushchin 1-2/+9
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesGravatar Roman Gushchin 1-2/+7
2018-09-14flow_dissector: implements flow dissector BPF hookGravatar Petar Penkov 1-0/+8
2018-08-29bpf: remove duplicated include from syscall.cGravatar YueHaibing 1-1/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-19/+84
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsGravatar Daniel Borkmann 1-4/+32
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYGravatar Martin KaFai Lau 1-0/+6
2018-08-03bpf: introduce cgroup storage mapsGravatar Roman Gushchin 1-0/+3
2018-08-03bpf: add ability to charge bpf maps memory dynamicallyGravatar Roman Gushchin 1-15/+43