summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bpf: Simplify cases in bpf_base_func_protoTobias Klauser2021-01-291-8/+4
| * | | bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-272-2/+9
| * | | bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()Menglong Dong2021-01-271-1/+1
| * | | bpf: Fix typo in scalar{,32}_min_max_rsh commentsTobias Klauser2021-01-231-2/+2
| * | | bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-201-8/+6
| * | | bpf: Try to avoid kzalloc in cgroup/{s,g}etsockoptStanislav Fomichev2021-01-201-7/+45
| * | | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+46
| * | | bpf: Permit size-0 datasecYonghong Song2021-01-201-5/+0
| * | | net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-44/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-102-18/+22
|\ \ \ \ | | |/ / | |/| |
| * | | bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-02-101-15/+13
| * | | bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann2021-02-101-1/+5
| * | | bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann2021-02-101-2/+2
| * | | bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-031-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-024-3/+27
|\| | | | |/ / |/| |
| * | bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet2021-01-261-1/+4
| * | bpf: Drop disabled LSM hooks from the sleepable setMikko Ylinen2021-01-261-0/+12
| * | bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-01-221-1/+5
| * | bpf, cgroup: Fix problematic bounds checkLoris Reiff2021-01-221-1/+1
| * | bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff2021-01-221-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-207-13/+24
|\| |
| * | bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann2021-01-201-3/+3
| * | bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-191-1/+1
| * | bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti2021-01-131-0/+2
| * | bpf: Allow empty module BTFsAndrii Nakryiko2021-01-121-1/+1
| * | bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-121-2/+3
| * | bpf: Fix typo in bpf_inode_storage.cKP Singh2021-01-121-2/+2
| * | bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-122-2/+8
| * | bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
| |/
* | bpf: Add size arg to build_id_parse functionJiri Olsa2021-01-141-1/+1
* | bpf: Move stack_map_get_build_id into libJiri Olsa2021-01-141-139/+4
* | bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-143-4/+26
* | bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman2021-01-141-41/+39
* | bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-143-2/+52
* | bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-143-9/+44
* | bpf: Move BPF_STX reserved field check into BPF_STX verifier codeBrendan Jackman2021-01-141-7/+6
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-143-21/+40
* | bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko2021-01-123-30/+178
* | bpf: Fix a verifier message for alloc size helper argBrendan Jackman2021-01-121-1/+1
* | bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen2021-01-081-1/+1
|/
* bpf: Fix a task_iter bug caused by a merge conflict resolutionYonghong Song2021-01-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-283-10/+10
|\
| * bpf: Use thread_group_leader()Jonathan Lemon2020-12-241-1/+1
| * bpf: Save correct stopping point in file seq iterationJonathan Lemon2020-12-241-1/+2
| * bpf: Add schedule point in htab_init_buckets()Eric Dumazet2020-12-221-0/+1
| * bpf: Remove unused including <linux/version.h>Tian Tao2020-12-181-1/+0
* | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-152-43/+10
|\ \ | |/ |/|
| * bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcuEric W. Biederman2020-12-101-34/+10
| * file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-1/+1
| * bpf: In bpf_task_fd_query use fget_taskEric W. Biederman2020-12-101-17/+3