index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature
Lorenzo Bianconi
1
-3
/
+2
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
1
-1
/
+1
2020-09-25
bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases
John Fastabend
1
-4
/
+2
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-2
/
+2
2020-09-25
bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
Martin KaFai Lau
1
-2
/
+32
2020-09-25
bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
Martin KaFai Lau
1
-29
/
+31
2020-09-23
Revert "bpf: Fix potential call bpf_link_free() in atomic context"
Alexei Starovoitov
1
-2
/
+6
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-235
/
+510
2020-09-23
bpf: Explicitly size compatible_reg_types
Lorenz Bauer
1
-2
/
+1
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-12
/
+7
2020-09-21
bpf: Use a table to drive helper arg type checks
Lorenz Bauer
1
-74
/
+109
2020-09-21
bpf: Hoist type checking for nullable arg types
Lorenz Bauer
1
-34
/
+30
2020-09-21
bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg
Lorenz Bauer
1
-14
/
+14
2020-09-21
bpf: Set meta->raw_mode for pointers close to use
Lorenz Bauer
1
-1
/
+5
2020-09-21
bpf: Make context access check generic
Lorenz Bauer
1
-3
/
+4
2020-09-21
bpf: Make reference tracking generic
Lorenz Bauer
1
-16
/
+10
2020-09-21
bpf: Make BTF pointer type checking generic
Lorenz Bauer
1
-18
/
+20
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
4
-43
/
+27
2020-09-21
bpf: Check scalar or invalid register in check_helper_mem_access
Lorenz Bauer
1
-13
/
+11
2020-09-21
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
1
-1
/
+1
2020-09-21
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
1
-6
/
+2
2020-09-19
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
1
-1
/
+1
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
1
-19
/
+48
2020-09-17
bpf: allow for tailcalls in BPF subprograms for x64 JIT
Maciej Fijalkowski
1
-4
/
+17
2020-09-17
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
3
-7
/
+51
2020-09-17
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
1
-0
/
+29
2020-09-17
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
Maciej Fijalkowski
2
-9
/
+11
2020-09-17
bpf: propagate poke descriptors to subprograms
Maciej Fijalkowski
1
-3
/
+63
2020-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-12
/
+7
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
1
-0
/
+63
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2
-8
/
+23
2020-09-15
bpf: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
1
-1
/
+3
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
1
-0
/
+4
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+6
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-09-03
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
1
-11
/
+4
2020-09-02
bpf: Avoid iterating duplicated files for task_file iterator
Yonghong Song
1
-4
/
+11
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
36
-118
/
+2491
2020-09-01
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2
-16
/
+10
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2
-1
/
+1
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
1
-0
/
+2
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
1
-0
/
+22
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
5
-14
/
+121
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2
-3
/
+9
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
13
-15
/
+32
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
1
-0
/
+66
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
1
-11
/
+21
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2
-0
/
+19
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
2
-6
/
+42
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
[next]