index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ocelot: export ocelot_ifh_port_set() to setup IFH
Clément Léger
2021-12-10
2
-5
/
+14
*
Merge branch 'net-wwan-iosm-improvements'
Jakub Kicinski
2021-12-10
7
-33
/
+30
|
\
|
*
net: wwan: iosm: correct open parenthesis alignment
M Chetan Kumar
2021-12-10
1
-1
/
+1
|
*
net: wwan: iosm: removed unused function decl
M Chetan Kumar
2021-12-10
1
-10
/
+0
|
*
net: wwan: iosm: release data channel in case no active IP session
M Chetan Kumar
2021-12-10
4
-21
/
+27
|
*
net: wwan: iosm: set tx queue len
M Chetan Kumar
2021-12-10
1
-1
/
+2
|
/
*
net: ocelot: fix missed include in the vsc7514_regs.h file
Colin Foster
2021-12-10
1
-0
/
+2
*
net: bna: Update supported link modes
Erik Ekman
2021-12-10
1
-11
/
+11
*
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
2021-12-10
3
-14
/
+15
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
181
-2562
/
+5747
|
\
|
*
libbpf: Add "bool skipped" to struct bpf_map
Shuyi Cheng
2021-12-10
1
-3
/
+8
|
*
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
2021-12-10
1
-1
/
+1
|
*
Merge branch 'Enhance and rework logging controls in libbpf'
Alexei Starovoitov
2021-12-10
18
-174
/
+683
|
|
\
|
|
*
bpftool: Switch bpf_object__load_xattr() to bpf_object__load()
Andrii Nakryiko
2021-12-10
3
-29
/
+21
|
|
*
selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()
Andrii Nakryiko
2021-12-10
1
-5
/
+5
|
|
*
selftests/bpf: Add test for libbpf's custom log_buf behavior
Andrii Nakryiko
2021-12-10
2
-0
/
+300
|
|
*
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
2021-12-10
3
-22
/
+32
|
|
*
libbpf: Deprecate bpf_object__load_xattr()
Andrii Nakryiko
2021-12-10
2
-13
/
+11
|
|
*
libbpf: Add per-program log buffer setter and getter
Andrii Nakryiko
2021-12-10
3
-17
/
+84
|
|
*
libbpf: Preserve kernel error code and remove kprobe prog type guessing
Andrii Nakryiko
2021-12-10
1
-17
/
+2
|
|
*
libbpf: Improve logging around BPF program loading
Andrii Nakryiko
2021-12-10
2
-21
/
+23
|
|
*
libbpf: Allow passing user log setting through bpf_object_open_opts
Andrii Nakryiko
2021-12-10
3
-3
/
+65
|
|
*
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
2021-12-10
2
-23
/
+56
|
|
*
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
2021-12-10
4
-12
/
+69
|
|
*
libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
Andrii Nakryiko
2021-12-10
1
-13
/
+16
|
|
/
|
*
samples/bpf: Remove unneeded variable
Minghao Chi
2021-12-09
1
-3
/
+1
|
*
bpf: Remove redundant assignment to pointer t
Colin Ian King
2021-12-08
1
-1
/
+1
|
*
selftests/bpf: Fix a compilation warning
Yonghong Song
2021-12-08
1
-1
/
+1
|
*
perf/bpf_counter: Use bpf_map_create instead of bpf_create_map
Song Liu
2021-12-08
1
-2
/
+16
|
*
Merge branch 'samples: bpf: fix build issues with Clang/LLVM'
Andrii Nakryiko
2021-12-06
2
-1
/
+8
|
|
\
|
|
*
samples: bpf: Fix 'unknown warning group' build warning on Clang
Alexander Lobakin
2021-12-06
1
-0
/
+2
|
|
*
samples: bpf: Fix xdp_sample_user.o linking with Clang
Alexander Lobakin
2021-12-06
1
-1
/
+6
|
|
/
|
*
bpf: Silence purge_cand_cache build warning.
Alexei Starovoitov
2021-12-06
1
-0
/
+2
|
*
libbpf: Add doc comments in libbpf.h
Grant Seltzer
2021-12-06
1
-0
/
+53
|
*
libbpf: Fix trivial typo
huangxuesen
2021-12-06
1
-2
/
+2
|
*
bpf: Remove config check to enable bpf support for branch records
Kajol Jain
2021-12-06
1
-5
/
+1
|
*
bpftool: Add debug mode for gen_loader.
Alexei Starovoitov
2021-12-05
1
-9
/
+11
|
*
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2021-12-04
3
-5
/
+11
|
*
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
2021-12-03
1
-2
/
+3
|
*
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
2021-12-03
4
-46
/
+61
|
*
perf: Mute libbpf API deprecations temporarily
Andrii Nakryiko
2021-12-03
2
-0
/
+7
|
*
Merge branch 'Deprecate bpf_prog_load_xattr() API'
Alexei Starovoitov
2021-12-02
37
-202
/
+293
|
|
\
|
|
*
libbpf: Deprecate bpf_prog_load_xattr() API
Andrii Nakryiko
2021-12-02
2
-0
/
+6
|
|
*
samples/bpf: Get rid of deprecated libbpf API uses
Andrii Nakryiko
2021-12-02
15
-57
/
+108
|
|
*
samples/bpf: Clean up samples/bpf build failes
Andrii Nakryiko
2021-12-02
4
-21
/
+12
|
|
*
selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()
Andrii Nakryiko
2021-12-02
9
-107
/
+119
|
|
*
selftests/bpf: Mute xdpxceiver.c's deprecation warnings
Andrii Nakryiko
2021-12-02
1
-0
/
+6
|
|
*
selftests/bpf: Remove recently reintroduced legacy btf__dedup() use
Andrii Nakryiko
2021-12-02
1
-2
/
+2
|
|
*
bpftool: Migrate off of deprecated bpf_create_map_xattr() API
Andrii Nakryiko
2021-12-02
1
-10
/
+13
|
|
*
libbpf: Add API to get/set log_level at per-program level
Andrii Nakryiko
2021-12-02
4
-1
/
+23
[next]