aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge
2020-03-13bpf: Remove bpf_image treeJiri Olsa
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add struct bpf_ksymJiri Olsa
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
2020-03-09bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko
2020-03-09bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh
2020-03-05bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-04bpf: Refactor trampoline update codeKP Singh
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller
2020-02-24bpf, lpm: Make locking RT friendlyThomas Gleixner
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner
2020-02-24bpf: Use migrate_disable/enabe() in trampoline code.David Miller
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez
2020-02-17bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude
2020-02-11bpf: Make btf_check_func_type_match() staticHongbo Yao
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds