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