aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-10-29bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski
2020-10-29bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu
2020-10-29bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen
2020-10-14bpf: Fix sysfs export of empty BTF sectionTony Ambardar
2020-10-14bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann
2020-10-01bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song
2020-09-09bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song
2020-09-03bpf: Avoid visit same object multiple timesYonghong Song
2020-09-03bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song
2020-08-26bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song
2020-08-19bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-15bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook
2020-06-30bpf: Fix an incorrect branch elimination by verifierYonghong Song
2020-06-30bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko
2020-06-25bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend
2020-06-23bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski
2020-06-23bpf: Set the number of exception entries properly for subprogramsYonghong Song
2020-06-17bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev
2020-06-17devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-12bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-09bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer
2020-06-09bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer
2020-06-09bpf: Reset data_meta before running programs attached to devmap entryDavid Ahern
2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-04bpf: Fix an error code in check_btf_func()Dan Carpenter
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()Al Viro
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01bpf, cgroup: Return ENOLINK for auto-detached links on updateJakub Sitnicki
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki