summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-1/+2
2020-04-02bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman1-2/+4
2020-04-02bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman1-1/+2
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun1-1/+1
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann1-12/+18
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-1/+4
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-11-04bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend1-2/+2
2018-03-28bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2017-09-19bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet1-2/+4
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend1-10/+17
2017-09-05bpf: fix numa_node validationEric Dumazet1-1/+2
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-27/+11
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau1-4/+10
2017-08-18bpf: fix a return in sockmap_get_from_fd()Dan Carpenter1-2/+2
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-1/+50
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-1/+2
2017-08-08bpf: Extend check_uarg_tail_zero() checksMickaël Salaün1-11/+15
2017-08-08bpf: Move check_uarg_tail_zero() upwardMickaël Salaün1-26/+26
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann1-1/+1
2017-07-29bpf: don't indicate success when copy_from_user failsDaniel Borkmann1-1/+1
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-29/+16
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann1-1/+6
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo1-0/+5
2017-06-30bpf: don't open-code memdup_user()Al Viro1-29/+16
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau1-3/+13
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau1-17/+146
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau1-10/+85
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau1-10/+81
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau1-0/+38
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau1-1/+33
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau1-1/+39
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng1-1/+3
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller1-1/+4
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-2/+1
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin1-8/+12
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-18/+19
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg1-16/+11
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov1-2/+25
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau1-1/+7
2017-03-22bpf: Add array of maps supportMartin KaFai Lau1-2/+5
2017-03-16bpf: move fixup_bpf_calls() functionAlexei Starovoitov1-56/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-0/+2
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+14
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov1-6/+14
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+26
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-2/+17
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann1-0/+26