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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2021-03-20
bpf: Remove insn_buf[] declaration in inner block
Jianlin Lv
1
-1
/
+0
2021-03-20
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
1
-0
/
+1
2021-03-19
Merge branch 'BPF static linking'
Alexei Starovoitov
18
-424
/
+2806
2021-03-19
selftests/bpf: Add multi-file statically linked BPF object file test
Andrii Nakryiko
4
-3
/
+119
2021-03-19
selftests/bpf: Pass all BPF .o's through BPF static linker
Andrii Nakryiko
1
-5
/
+6
2021-03-19
selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changed
Andrii Nakryiko
1
-2
/
+3
2021-03-19
bpftool: Add `gen object` command to perform BPF static linking
Andrii Nakryiko
3
-16
/
+100
2021-03-19
bpftool: Add ability to specify custom skeleton object name
Andrii Nakryiko
3
-9
/
+44
2021-03-19
libbpf: Add BPF static linker BTF and BTF.ext support
Andrii Nakryiko
1
-2
/
+767
2021-03-19
libbpf: Add BPF static linker APIs
Andrii Nakryiko
6
-11
/
+1215
2021-03-19
libbpf: Add generic BTF type shallow copy API
Andrii Nakryiko
3
-0
/
+51
2021-03-19
libbpf: Extract internal set-of-strings datastructure APIs
Andrii Nakryiko
4
-195
/
+259
2021-03-19
libbpf: Rename internal memory-management helpers
Andrii Nakryiko
4
-21
/
+21
2021-03-19
libbpf: Generalize BTF and BTF.ext type ID and strings iteration
Andrii Nakryiko
2
-172
/
+228
2021-03-19
libbpf: Expose btf_type_by_id() internally
Andrii Nakryiko
2
-1
/
+6
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
22
-200
/
+153
2021-03-18
Merge branch 'Provide NULL and KERNEL_VERSION macros in bpf_helpers.h'
Alexei Starovoitov
2
-2
/
+15
2021-03-18
selftests/bpf: drop custom NULL #define in skb_pkt_end selftest
Andrii Nakryiko
1
-1
/
+0
2021-03-18
libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.h
Andrii Nakryiko
1
-1
/
+15
2021-03-18
bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitly
Yonghong Song
2
-0
/
+13
2021-03-17
selftests/bpf: Use nanosleep() syscall instead of sleep() in get_cgroup_id
Ravi Bangoria
1
-1
/
+5
2021-03-17
selftests/bpf: Fix warning comparing pointer to 0
Jiapeng Chong
1
-2
/
+2
2021-03-16
Merge branch 'Build BPF selftests and its libbpf, bpftool in debug mode'
Alexei Starovoitov
6
-7
/
+13
2021-03-16
selftests/bpf: Build everything in debug mode
Andrii Nakryiko
1
-2
/
+5
2021-03-16
selftests/bpf: Fix maybe-uninitialized warning in xdpxceiver test
Andrii Nakryiko
1
-2
/
+2
2021-03-16
bpftool: Fix maybe-uninitialized warnings
Andrii Nakryiko
3
-3
/
+5
2021-03-16
libbpf: Add explicit padding to bpf_xdp_set_link_opts
Andrii Nakryiko
1
-0
/
+1
2021-03-16
bpf: Make symbol 'bpf_task_storage_busy' static
Wei Yongjun
1
-1
/
+1
2021-03-16
kernel/bpf/: Fix misspellings using codespell tool
Liu xuzhi
1
-1
/
+1
2021-03-16
s390/bpf: Implement new atomic ops
Ilya Leoshkevich
1
-9
/
+55
2021-03-16
bpf: selftests: Remove unused 'nospace_err' in tests for batched ops in array...
Pedro Tammela
1
-5
/
+0
2021-03-16
samples: bpf: Fix a spelling typo in do_hbm_test.sh
Masanari Iida
1
-1
/
+1
2021-03-16
libbpf: Avoid inline hint definition from 'linux/stddef.h'
Pedro Tammela
1
-2
/
+3
2021-03-15
bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt
Manu Bretelle
3
-0
/
+56
2021-03-11
Merge branch 'libbpf/xsk cleanups'
Andrii Nakryiko
3
-78
/
+68
2021-03-11
libbpf: xsk: Move barriers from libbpf_util.h to xsk.h
Björn Töpel
3
-85
/
+68
2021-03-11
libbpf: xsk: Remove linux/compiler.h header
Björn Töpel
1
-10
/
+17
2021-03-11
bpf: Fix warning comparing pointer to 0
Jiapeng Chong
1
-1
/
+1
2021-03-11
selftests/bpf: Fix warning comparing pointer to 0
Jiapeng Chong
1
-1
/
+1
2021-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
114
-1286
/
+5158
2021-03-10
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
159
-786
/
+1456
2021-03-10
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-10
/
+7
2021-03-10
sparc: sparc64_defconfig: remove duplicate CONFIGs
Corentin Labbe
1
-3
/
+1
2021-03-10
sparc64: Fix opcode filtering in handling of no fault loads
Rob Gardner
1
-7
/
+6
2021-03-10
Merge branch 's390-qeth-fixes'
David S. Miller
2
-69
/
+62
2021-03-10
s390/qeth: fix notification for pending buffers during teardown
Julian Wiedmann
1
-3
/
+3
2021-03-10
s390/qeth: schedule TX NAPI on QAOB completion
Julian Wiedmann
1
-6
/
+12
2021-03-10
s390/qeth: improve completion of pending TX buffers
Julian Wiedmann
2
-42
/
+30
2021-03-10
s390/qeth: fix memory leak after failed TX Buffer allocation
Julian Wiedmann
1
-18
/
+17
2021-03-10
Merge branch 'virtio_net-infinite-loop'
David S. Miller
2
-1
/
+9
[next]