aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+18
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov1-0/+1
2019-08-24bpf: fix use after free in prog symbol exposureDaniel Borkmann1-12/+18
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet1-0/+4
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev1-3/+13
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-43/+79
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner1-0/+8
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev1-0/+19
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-1/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+8
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann1-0/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-2/+7
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-36/+33
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-9/+10
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo1-0/+12
2019-05-24bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang1-1/+3
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-1/+4
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-1/+2
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins1-2/+6
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev1-0/+2
2019-04-12bpf: Sysctl hookAndrey Ignatov1-0/+7
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-1/+9
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann1-4/+11
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann1-3/+3
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann1-12/+54
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-0/+2
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann1-1/+13
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann1-7/+21
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov1-1/+2
2019-03-18bpf: Try harder when allocating memory for large mapsMartynas Pumputis1-7/+15
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+37
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-2/+10
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov1-0/+5
2019-02-27bpf: enable program statsAlexei Starovoitov1-2/+32
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-2/+23
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov1-1/+2
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-2/+19
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu1-0/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins1-3/+8
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann1-5/+0
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann1-7/+0