index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Compute program stats for sleepable programs
Alexei Starovoitov
2021-02-11
1
-14
/
+28
*
bpf: Run sleepable programs with migration disabled
Alexei Starovoitov
2021-02-11
1
-0
/
+2
*
bpf: Optimize program stats
Alexei Starovoitov
2021-02-11
4
-7
/
+7
*
bpf_lru_list: Read double-checked variable once without lock
Marco Elver
2021-02-11
1
-3
/
+4
*
bpf: Allow variable-offset stack access
Andrei Matei
2021-02-10
1
-146
/
+511
*
bpf: Refactor BPF_PSEUDO_CALL checking as a helper function
Yonghong Song
2021-02-05
1
-16
/
+13
*
bpf: Allow usage of BPF ringbuffer in sleepable programs
KP Singh
2021-02-05
1
-1
/
+3
*
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
2021-02-03
1
-14
/
+18
*
bpf: Simplify cases in bpf_base_func_proto
Tobias Klauser
2021-01-29
1
-8
/
+4
*
bpf: Allow rewriting to ports under ip_unprivileged_port_start
Stanislav Fomichev
2021-01-28
2
-2
/
+9
*
bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()
Menglong Dong
2021-01-27
1
-1
/
+1
*
bpf: Fix typo in scalar{,32}_min_max_rsh comments
Tobias Klauser
2021-01-23
1
-2
/
+2
*
bpf: Split cgroup_bpf_enabled per attach type
Stanislav Fomichev
2021-01-20
1
-8
/
+6
*
bpf: Try to avoid kzalloc in cgroup/{s,g}etsockopt
Stanislav Fomichev
2021-01-20
1
-7
/
+45
*
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
2021-01-20
1
-0
/
+46
*
bpf: Permit size-0 datasec
Yonghong Song
2021-01-20
1
-5
/
+0
*
net, xdp: Introduce __xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
2021-01-20
1
-44
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
7
-13
/
+24
|
\
|
*
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
2021-01-20
1
-3
/
+3
|
*
bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
Mircea Cirjaliu
2021-01-19
1
-1
/
+1
|
*
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
2021-01-14
1
-0
/
+2
|
*
bpf: Allow empty module BTFs
Andrii Nakryiko
2021-01-12
1
-1
/
+1
|
*
bpf: Don't leak memory in bpf getsockopt when optlen == 0
Stanislav Fomichev
2021-01-12
1
-2
/
+3
|
*
bpf: Fix typo in bpf_inode_storage.c
KP Singh
2021-01-12
1
-2
/
+2
|
*
bpf: Local storage helpers should check nullness of owner ptr passed
KP Singh
2021-01-12
2
-2
/
+8
|
*
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
2021-01-12
1
-2
/
+4
*
|
bpf: Add size arg to build_id_parse function
Jiri Olsa
2021-01-15
1
-1
/
+1
*
|
bpf: Move stack_map_get_build_id into lib
Jiri Olsa
2021-01-15
1
-139
/
+4
*
|
bpf: Add bitwise atomic instructions
Brendan Jackman
2021-01-15
3
-4
/
+26
*
|
bpf: Pull out a macro for interpreting atomic ALU operations
Brendan Jackman
2021-01-15
1
-41
/
+39
*
|
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-15
3
-2
/
+52
*
|
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-15
3
-9
/
+44
*
|
bpf: Move BPF_STX reserved field check into BPF_STX verifier code
Brendan Jackman
2021-01-15
1
-7
/
+6
*
|
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-15
3
-21
/
+40
*
|
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
2021-01-13
3
-30
/
+178
*
|
bpf: Fix a verifier message for alloc size helper arg
Brendan Jackman
2021-01-12
1
-1
/
+1
*
|
bpf: Remove unnecessary <argp.h> include from preload/iterators
Leah Neukirchen
2021-01-08
1
-1
/
+1
|
/
*
bpf: Fix a task_iter bug caused by a merge conflict resolution
Yonghong Song
2021-01-03
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-12-29
3
-10
/
+10
|
\
|
*
bpf: Use thread_group_leader()
Jonathan Lemon
2020-12-24
1
-1
/
+1
|
*
bpf: Save correct stopping point in file seq iteration
Jonathan Lemon
2020-12-24
1
-1
/
+2
|
*
bpf: Add schedule point in htab_init_buckets()
Eric Dumazet
2020-12-22
1
-0
/
+1
|
*
bpf: Remove unused including <linux/version.h>
Tian Tao
2020-12-18
1
-1
/
+0
*
|
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-16
2
-43
/
+10
|
\
\
|
|
/
|
/
|
|
*
bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcu
Eric W. Biederman
2020-12-10
1
-34
/
+10
|
*
file: Replace fcheck_files with files_lookup_fd_rcu
Eric W. Biederman
2020-12-10
1
-1
/
+1
|
*
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
2020-12-10
1
-17
/
+3
*
|
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-15
23
-728
/
+1536
|
\
\
|
*
\
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-15
3
-5
/
+9
|
|
\
\
|
|
*
|
bpf: Permits pointers on stack for helper calls
Yonghong Song
2020-12-14
1
-1
/
+2
[next]