index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
7
-0
/
+194
2023-04-21
bpftool: Update doc to explain struct_ops register subcommand.
Kui-Feng Lee
1
-4
/
+8
2023-04-21
bpftool: Register struct_ops with a link.
Kui-Feng Lee
4
-25
/
+75
2023-04-21
selftests/bpf: Verify optval=NULL case
Stanislav Fomichev
2
-0
/
+40
2023-04-21
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
1
-3
/
+6
2023-04-21
selftests/xsk: Put MAP_HUGE_2MB in correct argument
Magnus Karlsson
1
-7
/
+4
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
2
-5
/
+5
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
1
-5
/
+3
2023-04-21
Merge branch 'fix __retval() being always ignored'
Alexei Starovoitov
4
-8
/
+61
2023-04-21
selftests/bpf: populate map_array_ro map for verifier_array_access test
Eduard Zingerman
2
-5
/
+41
2023-04-21
selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loader
Eduard Zingerman
2
-0
/
+17
2023-04-21
selftests/bpf: fix __retval() being always ignored
Eduard Zingerman
2
-3
/
+3
2023-04-21
selftests/bpf: disable program test run for progs/refcounted_kptr.c
Eduard Zingerman
1
-4
/
+4
2023-04-21
bpftool: Replace "__fallthrough" by a comment to address merge conflict
Quentin Monnet
1
-1
/
+1
2023-04-20
Merge branch 'Access variable length array relaxed for integer type'
Alexei Starovoitov
6
-3
/
+75
2023-04-20
selftests/bpf: Add test to access integer type of variable array
Feng Zhou
5
-0
/
+70
2023-04-20
bpf: support access variable length array of integer type
Feng Zhou
1
-3
/
+5
2023-04-19
selftests/xsk: Fix munmap for hugepage allocated umem
Magnus Karlsson
2
-4
/
+16
2023-04-18
Merge branch 'Provide bpf_for() and bpf_for_each() by libbpf'
Alexei Starovoitov
5
-122
/
+232
2023-04-18
libbpf: mark bpf_iter_num_{new,next,destroy} as __weak
Andrii Nakryiko
1
-3
/
+3
2023-04-18
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
2
-103
/
+103
2023-04-18
selftests/bpf: add missing __weak kfunc log fixup test
Andrii Nakryiko
2
-0
/
+41
2023-04-18
libbpf: improve handling of unresolved kfuncs
Andrii Nakryiko
1
-3
/
+69
2023-04-18
libbpf: report vmlinux vs module name when dealing with ksyms
Andrii Nakryiko
1
-4
/
+5
2023-04-18
libbpf: misc internal libbpf clean ups around log fixup
Andrii Nakryiko
1
-12
/
+14
2023-04-18
selftests/bpf: Add a selftest for checking subreg equality
Yonghong Song
2
-0
/
+60
2023-04-18
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
1
-2
/
+7
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
1
-1
/
+0
2023-04-17
bpf: Set skb redirect and from_ingress info in __bpf_tx_skb
Daniel Borkmann
2
-0
/
+10
2023-04-16
Merge branch 'Remove KF_KPTR_GET kfunc flag'
Alexei Starovoitov
7
-233
/
+11
2023-04-16
bpf,docs: Remove KF_KPTR_GET from documentation
David Vernet
1
-15
/
+6
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
2
-66
/
+0
2023-04-16
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
4
-152
/
+5
2023-04-16
Merge branch 'Shared ownership for local kptrs'
Alexei Starovoitov
21
-377
/
+1114
2023-04-16
selftests/bpf: Add refcounted_kptr tests
Dave Marchevsky
3
-0
/
+496
2023-04-16
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
2
-12
/
+35
2023-04-16
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
7
-107
/
+191
2023-04-16
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
4
-67
/
+73
2023-04-16
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
4
-51
/
+148
2023-04-16
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
3
-11
/
+91
2023-04-16
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2
-8
/
+16
2023-04-16
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
5
-2
/
+32
2023-04-16
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
6
-130
/
+43
2023-04-14
samples/bpf: sampleip: Replace PAGE_OFFSET with _text address
Rong Tao
1
-2
/
+9
2023-04-14
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
5
-40
/
+110
2023-04-14
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-14
selftests/bpf: Workaround for older vm_sockets.h.
Alexei Starovoitov
1
-0
/
+5
2023-04-14
selftests/bpf: Fix merge conflict due to SYS() macro change.
Alexei Starovoitov
1
-2
/
+2
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
356
-11274
/
+21786
2023-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
213
-1384
/
+2628
[next]