summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)Author
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione
2018-11-04bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2017-09-19bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-09-05bpf: fix numa_node validationEric Dumazet
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-18bpf: fix a return in sockmap_get_from_fd()Dan Carpenter
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend
2017-08-08bpf: Extend check_uarg_tail_zero() checksMickaël Salaün
2017-08-08bpf: Move check_uarg_tail_zero() upwardMickaël Salaün
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann
2017-07-29bpf: don't indicate success when copy_from_user failsDaniel Borkmann
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-06-30bpf: don't open-code memdup_user()Al Viro
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-03-16bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann