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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
1
-2
/
+6
|
\
|
*
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-08-23
1
-2
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-20
2
-6
/
+17
|
\
|
|
*
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-08-13
1
-0
/
+1
|
*
bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
Yonghong Song
2021-08-11
1
-6
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
3
-5
/
+10
|
\
|
|
*
bpf, core: Fix kernel-doc notation
Randy Dunlap
2021-08-10
1
-1
/
+6
|
*
bpf: Fix potentially incorrect results with bpf_get_local_storage()
Yonghong Song
2021-08-10
1
-2
/
+2
|
*
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
2021-08-09
1
-2
/
+2
|
*
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
2021-08-07
1
-2
/
+2
*
|
bpf, devmap: Exclude XDP broadcast to master device
Jussi Maki
2021-08-09
1
-9
/
+60
*
|
bpf: Fix off-by-one in tail call count limiting
Johan Almbladh
2021-08-03
1
-1
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-07-31
4
-16
/
+43
|
\
\
|
*
|
bpf: Emit better log message if bpf_iter ctx arg btf_id == 0
Yonghong Song
2021-07-30
1
-0
/
+5
|
*
|
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
2021-07-28
1
-1
/
+10
|
*
|
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-24
1
-0
/
+22
|
*
|
bpf: Remove redundant intiialization of variable stype
Colin Ian King
2021-07-23
1
-1
/
+1
|
*
|
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
2021-07-16
2
-14
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
3
-107
/
+76
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-29
1
-55
/
+32
|
*
|
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-07-29
2
-8
/
+27
|
*
|
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-07-16
1
-10
/
+17
|
*
|
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
2021-07-16
1
-34
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-23
1
-0
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
2021-07-13
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-16
12
-93
/
+1073
|
\
\
|
|
/
|
/
|
|
*
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
2021-07-16
1
-1
/
+1
|
*
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-16
1
-0
/
+2
|
*
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-16
1
-0
/
+43
|
*
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
2021-07-16
1
-3
/
+9
|
*
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
1
-3
/
+15
|
*
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
2
-8
/
+123
|
*
bpf: Relax verifier recursion check.
Alexei Starovoitov
2021-07-15
1
-2
/
+6
|
*
bpf: Remember BTF of inner maps.
Alexei Starovoitov
2021-07-15
1
-0
/
+6
|
*
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2021-07-15
1
-3
/
+28
|
*
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
7
-35
/
+225
|
*
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-15
2
-0
/
+433
|
*
bpf: Factor out bpf_spin_lock into helpers.
Alexei Starovoitov
2021-07-15
1
-4
/
+14
|
*
bpf: Prepare bpf_prog_put() to be called from irq context.
Alexei Starovoitov
2021-07-15
1
-6
/
+26
|
*
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
2021-07-15
1
-11
/
+16
|
*
bpf: devmap: Implement devmap prog execution for generic XDP
Kumar Kartikeya Dwivedi
2021-07-08
1
-10
/
+39
|
*
bpf: cpumap: Implement generic cpumap
Kumar Kartikeya Dwivedi
2021-07-08
1
-18
/
+98
*
|
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2021-07-09
2
-40
/
+28
*
|
bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check()
Toke Høiland-Jørgensen
2021-07-01
1
-2
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
3
-5
/
+7
|
\
|
*
bpf: Fix null ptr deref with mixed tail calls and subprogs
John Fastabend
2021-06-22
1
-2
/
+4
|
*
bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
Bui Quang Minh
2021-06-22
1
-2
/
+2
|
*
bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags
Maciej Żenczykowski
2021-06-22
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-29
6
-44
/
+53
|
\
\
|
*
|
bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()
Rustam Kovhaev
2021-06-28
1
-0
/
+2
[next]