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-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-12
/
+7
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: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
1
-1
/
+3
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-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
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-3
/
+7
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
2
-11
/
+16
2020-08-25
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
1
-0
/
+3
2020-08-25
bpf: Allow local storage to be used from LSM programs
KP Singh
1
-1
/
+20
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
4
-1
/
+286
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2
-0
/
+601
2020-08-24
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-5
/
+5
2020-08-21
bpf: sockmap: Allow update from BPF
Lorenz Bauer
1
-2
/
+36
2020-08-21
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
1
-0
/
+35
2020-08-21
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
1
-2
/
+3
2020-08-21
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
1
-0
/
+15
2020-08-21
bpf: Implement link_query for bpf iterators
Yonghong Song
1
-0
/
+58
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
9
-3
/
+381
2020-08-20
bpf: Add BPF program and map iterators as built-in BPF programs.
Alexei Starovoitov
5
-0
/
+587
2020-08-20
bpf: Factor out bpf_link_by_id() helper.
Alexei Starovoitov
1
-18
/
+28
2020-08-18
bpf: Avoid visit same object multiple times
Yonghong Song
1
-1
/
+2
2020-08-18
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
1
-1
/
+14
2020-08-17
bpf: Use get_file_rcu() instead of get_file() for task_file iterator
Yonghong Song
1
-1
/
+2
2020-08-12
bpf: Iterate through all PT_NOTE sections when looking for build id
Jiri Olsa
1
-10
/
+14
2020-08-07
bpf: Delete repeated words in comments
Randy Dunlap
2
-2
/
+2
2020-08-06
bpf: Change uapi for bpf iterator map elements
Yonghong Song
3
-38
/
+59
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
15
-202
/
+1088
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-4
/
+10
2020-08-01
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
3
-1
/
+48
2020-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-3
/
+14
2020-07-31
bpf: Add missing newline characters in verifier error messages
Yonghong Song
1
-2
/
+2
2020-07-30
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
1
-3
/
+9
2020-07-29
bpf: Fix build without CONFIG_NET when using BPF XDP link
Andrii Nakryiko
1
-0
/
+2
[next]