summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-36/+33
* bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-9/+10
* bpf: cgroup inet skb programs can return 0 to 3brakmo2019-05-311-0/+12
* bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-241-1/+3
* bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2019-05-141-1/+4
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-1/+2
* bpf: add writable context for raw tracepointsMatt Mullins2019-04-261-2/+6
* bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+2
* bpf: Sysctl hookAndrey Ignatov2019-04-121-0/+7
* bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-1/+9
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-091-4/+11
* bpf: allow . char as part of the object nameDaniel Borkmann2019-04-091-3/+3
* bpf: add syscall side map freeze supportDaniel Borkmann2019-04-091-12/+54
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-091-0/+2
* bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann2019-04-091-1/+13
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-091-7/+21
* bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-041-1/+2
* bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-0/+2
|\
| * Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-281-2/+10
| |\
| * | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-211-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-041-2/+37
|\ \ \
| * | | bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+5
| * | | bpf: enable program statsAlexei Starovoitov2019-02-271-2/+32
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-03-011-2/+2
| * | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-02-261-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-2/+10
|\| |
| * | bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau2019-01-311-2/+10
| |/
* | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-2/+23
* | bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov2019-02-011-1/+2
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-2/+19
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* bpf: support raw tracepoints in modulesMatt Mullins2018-12-181-3/+8
* bpf: remove useless version check for prog loadDaniel Borkmann2018-12-171-5/+0
* bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann2018-12-131-7/+0
* bpf: include sub program tags in bpf_prog_infoSong Liu2018-12-131-0/+22
* bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau2018-12-131-20/+12
* bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin2018-12-121-1/+2
* bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song2018-12-101-19/+19
* bpf: clean up bpf_prog_get_info_by_fd()Song Liu2018-12-101-2/+2
* bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-6/+77
* bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2018-12-051-26/+20
* bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau2018-12-021-0/+2
* bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-301-1/+6
* bpf: btf: support proper non-jit func infoYonghong Song2018-11-261-25/+8
* bpf: Introduce bpf_func_infoYonghong Song2018-11-201-4/+55
* bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann2018-11-021-0/+1
* bpf: show main program address and length in bpf_prog_infoSong Liu2018-11-021-9/+24
* bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu2018-11-021-1/+0