index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
2019-10-22
1
-1
/
+1
*
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2019-10-22
2
-12
/
+21
*
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
2019-10-21
1
-0
/
+31
*
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
2019-10-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-09-28
2
-5
/
+4
|
\
|
*
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
2019-09-26
1
-1
/
+1
|
*
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
Jonathan Lemon
2019-09-25
1
-1
/
+1
|
*
bpf: fix BTF verification of enums
Alexei Starovoitov
2019-09-19
1
-3
/
+2
*
|
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-09-24
1
-34
/
+58
|
\
\
|
|
/
|
/
|
|
*
vfs: Convert bpf to use the new mount API
David Howells
2019-09-18
1
-34
/
+58
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
3
-9
/
+22
|
\
\
|
*
|
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2019-09-16
2
-4
/
+10
|
*
|
xdp: Fix race in dev_map_hash_update_elem() when replacing element
Toke Høiland-Jørgensen
2019-09-16
1
-5
/
+12
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
1
-9
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: fix precision tracking of stack slots
Alexei Starovoitov
2019-09-05
1
-9
/
+14
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
5
-35
/
+149
|
\
\
\
|
*
|
|
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-28
2
-1
/
+5
|
*
|
|
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
2
-2
/
+6
|
*
|
|
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
2019-08-20
1
-0
/
+12
|
*
|
|
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
2019-08-20
1
-1
/
+1
|
*
|
|
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
2019-08-17
1
-2
/
+6
|
*
|
|
xsk: remove AF_XDP socket from map when the socket is released
Björn Töpel
2019-08-17
1
-20
/
+105
|
*
|
|
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
2019-08-17
1
-3
/
+13
|
*
|
|
btf: fix return value check in btf_vmlinux_init()
Wei Yongjun
2019-08-15
1
-7
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
1
-2
/
+6
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
bpf: handle 32-bit zext during constant blinding
Naveen N. Rao
2019-08-26
1
-2
/
+6
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
2
-16
/
+23
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
2019-08-24
1
-12
/
+18
|
*
|
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
2019-08-24
1
-4
/
+5
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-13
5
-55
/
+350
|
\
\
|
|
/
|
/
|
|
*
btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux
Andrii Nakryiko
2019-08-13
1
-15
/
+15
|
*
btf: expose BTF info through sysfs
Andrii Nakryiko
2019-08-13
2
-0
/
+54
|
*
bpf: always allocate at least 16 bytes for setsockopt hook
Stanislav Fomichev
2019-08-01
1
-4
/
+13
|
*
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2019-07-29
2
-0
/
+202
|
*
xdp: Refactor devmap allocation code for reuse
Toke Høiland-Jørgensen
2019-07-29
1
-53
/
+83
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-25
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: fix narrower loads on s390
Ilya Leoshkevich
2019-07-23
1
-2
/
+2
*
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-07-20
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
Josh Poimboeuf
2019-07-18
1
-1
/
+1
|
*
Merge branch 'x86/debug' into core/urgent
Thomas Gleixner
2019-07-18
1
-2
/
+1
|
|
\
|
|
*
bpf: Fix ORC unwinding in non-JIT BPF code
Josh Poimboeuf
2019-07-09
1
-2
/
+1
*
|
|
bpf: fix BTF verifier size resolution logic
Andrii Nakryiko
2019-07-15
1
-7
/
+12
*
|
|
bpf: verifier: avoid fall-through warnings
Gustavo A. R. Silva
2019-07-12
1
-0
/
+2
*
|
|
bpf: fix precision bit propagation for BPF_ST instructions
Andrii Nakryiko
2019-07-12
1
-7
/
+4
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
16
-413
/
+1887
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
2
-8
/
+8
|
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-03
2
-8
/
+8
|
|
|
\
|
|
|
*
bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
Jiong Wang
2019-06-26
1
-2
/
+2
|
|
|
*
bpf: fix NULL deref in btf_type_is_resolve_source_only
Stanislav Fomichev
2019-06-24
1
-6
/
+6
|
*
|
|
bpf: cgroup: Fix build error without CONFIG_NET
YueHaibing
2019-07-08
1
-0
/
+4
[next]