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
2018-12-18
tools: bpftool: refactor btf_dumper_int_bits()
Yonghong Song
1
-6
/
+19
2018-12-18
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
Yonghong Song
1
-14
/
+154
2018-12-18
tools/bpf: add test_btf unit tests for kind_flag
Yonghong Song
1
-2
/
+494
2018-12-18
tools/bpf: sync btf.h header from kernel to tools
Yonghong Song
1
-2
/
+18
2018-12-18
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
3
-23
/
+36
2018-12-18
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2
-22
/
+278
2018-12-18
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
1
-14
/
+21
2018-12-18
bpf: remove useless version check for prog load
Daniel Borkmann
3
-7
/
+18
2018-12-15
Merge branch 'bpf-bpftool-cleanups'
Daniel Borkmann
7
-55
/
+124
2018-12-15
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
4
-9
/
+12
2018-12-15
tools: bpftool: fix warning on struct bpf_prog_linfo definition
Quentin Monnet
1
-1
/
+1
2018-12-15
tools: bpftool: add a prog array map update example to documentation
Quentin Monnet
1
-0
/
+55
2018-12-15
tools: bpftool: fix examples in documentation for bpftool prog
Quentin Monnet
1
-45
/
+53
2018-12-15
tools: bpftool: add doc for -m option to bpftool-prog.rst
Quentin Monnet
1
-0
/
+3
2018-12-15
Merge branch 'bpf-improve-verifier-state-analysis'
Daniel Borkmann
3
-9
/
+154
2018-12-15
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
2
-1
/
+108
2018-12-15
bpf: improve stacksafe state comparison
Alexei Starovoitov
2
-6
/
+29
2018-12-15
selftests/bpf: check insn processed in test_verifier
Alexei Starovoitov
1
-1
/
+14
2018-12-15
bpf: speed up stacksafe check
Alexei Starovoitov
1
-1
/
+3
2018-12-15
Merge branch 'bpf_line_info-in-verifier'
Alexei Starovoitov
4
-19
/
+92
2018-12-15
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
2
-5
/
+70
2018-12-15
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
3
-14
/
+22
2018-12-14
selftests/bpf: Fix sk lookup usage in test_sock_addr
Andrey Ignatov
2
-4
/
+8
2018-12-13
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
1
-7
/
+0
2018-12-13
bpf: sync tools/include/uapi/linux/bpf.h
Song Liu
1
-0
/
+2
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
2
-0
/
+24
2018-12-13
Merge branch 'bpf-fix-kptr-checks'
Daniel Borkmann
4
-39
/
+13
2018-12-13
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
3
-19
/
+1
2018-12-13
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
1
-20
/
+12
2018-12-13
Merge branch 'bpf-bpftool-license-update'
Daniel Borkmann
20
-339
/
+27
2018-12-13
tools: bpftool: dual license all files
Jakub Kicinski
10
-7
/
+10
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
10
-330
/
+15
2018-12-13
tools: bpftool: fix SPDX format in headers
Jakub Kicinski
3
-3
/
+3
2018-12-13
selftests/bpf: add btf annotations for cgroup_local_storage maps
Roman Gushchin
1
-0
/
+6
2018-12-13
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
3
-1
/
+115
2018-12-13
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
4
-1
/
+7
2018-12-13
selftests/bpf: use __bpf_constant_htons in test_prog.c
Stanislav Fomichev
1
-4
/
+4
2018-12-12
bpf: arm64: Enable arm64 jit to provide bpf_line_info
Martin KaFai Lau
1
-0
/
+1
2018-12-11
bpf: fix up uapi helper description and sync bpf header with tools
Daniel Borkmann
2
-49
/
+50
2018-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
58
-676
/
+3070
2018-12-11
neighbor: gc_list changes should be protected by table lock
David Ahern
1
-5
/
+10
2018-12-11
Merge tag 'mlx5e-updates-2018-12-10' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
69
-2924
/
+3563
2018-12-11
net/sched: Remove egdev mechanism
Oz Shlomo
3
-297
/
+1
2018-12-11
net/mlx5e: Add GRE protocol offloading
Oz Shlomo
2
-1
/
+89
2018-12-11
net: Add netif_is_gretap()/netif_is_ip6gretap()
Oz Shlomo
4
-16
/
+13
2018-12-11
net/mlx5e: Move TC tunnel offloading code to separate source file
Oz Shlomo
6
-496
/
+548
2018-12-11
net/mlx5e: Branch according to classified tunnel type
Oz Shlomo
2
-48
/
+114
2018-12-11
net/mlx5e: Refactor VXLAN tunnel decap offloading code
Oz Shlomo
1
-39
/
+51
2018-12-11
net/mlx5e: Refactor VXLAN tunnel encap offloading code
Oz Shlomo
1
-119
/
+70
2018-12-11
net/mlx5e: Replace egdev with indirect block notifications
Oz Shlomo
2
-25
/
+36
[next]