summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-10-311-2/+5
* bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann2019-10-221-1/+1
* bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-221-11/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-3/+18
|\
| * bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-281-0/+1
| * bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-201-0/+4
| * bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-171-3/+13
* | bpf: fix use after free in prog symbol exposureDaniel Borkmann2019-08-241-12/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-43/+79
|\
| * bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-271-0/+19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-9/+9
| |\
| * | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-2/+7
| * | 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
* | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-031-0/+8
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-0/+8
| |\ \
| | * | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-061-0/+8
| | |/
* | / timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-1/+1
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
|/
* 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