aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge1-0/+2
2020-03-13bpf: Remove bpf_image treeJiri Olsa2-75/+12
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa1-0/+1
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa1-0/+28
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa1-14/+19
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa1-11/+11
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa1-7/+15
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa1-14/+10
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa1-11/+11
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa1-3/+6
2020-03-13bpf: Add struct bpf_ksymJiri Olsa1-16/+12
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko1-7/+11
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+3
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2-0/+46
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko1-34/+88
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh1-10/+3
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2-8/+51
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh4-2/+8
2020-03-04bpf: Refactor trampoline update codeKP Singh2-28/+44
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2-46/+219
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-0/+15
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller1-3/+15
2020-02-24bpf, lpm: Make locking RT friendlyThomas Gleixner1-6/+6
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner1-9/+56
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner1-23/+46
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner1-19/+8
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner1-8/+4
2020-02-24bpf: Use migrate_disable/enabe() in trampoline code.David Miller1-4/+5
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner1-10/+10
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner1-4/+20
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner1-4/+9
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner1-11/+28
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-8/+7
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki1-5/+0
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki1-3/+7
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song1-3/+31
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez1-2/+22
2020-02-17bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude1-1/+1
2020-02-11bpf: Make btf_check_func_type_match() staticHongbo Yao1-3/+3
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-9/+6
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+3
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-9/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-04bpf: Fix modifier skipping logicAlexei Starovoitov1-5/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau2-4/+3
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend1-2/+3