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
2020-10-07
bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
Yonghong Song
1
-0
/
+2
2020-10-07
kernel/bpf/verifier: Fix build when NET is not enabled
Randy Dunlap
1
-0
/
+4
2020-10-07
selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
Hao Luo
2
-9
/
+1
2020-10-06
samples: bpf: Driver interrupt statistics in xdpsock
Ciara Loftus
1
-1
/
+119
2020-10-06
samples: bpf: Count syscalls in xdpsock
Ciara Loftus
1
-10
/
+103
2020-10-06
samples: bpf: Split xdpsock stats into new struct
Ciara Loftus
1
-54
/
+69
2020-10-06
samples/bpf: Fix a compilation error with fallthrough marking
Yonghong Song
1
-1
/
+2
2020-10-06
samples/bpf: Change Makefile to cope with latest llvm
Yonghong Song
1
-1
/
+10
2020-10-06
bpf, libbpf: Use valid btf in bpf_program__set_attach_target
Luigi Rizzo
1
-3
/
+2
2020-10-06
Merge branch 'Fix pining maps after reuse map fd'
Alexei Starovoitov
2
-35
/
+94
2020-10-06
selftest/bpf: Test pinning map with reused map fd
Hangbin Liu
1
-1
/
+48
2020-10-06
libbpf: Check if pin_path was set even map fd exist
Hangbin Liu
1
-19
/
+18
2020-10-06
libbpf: Close map fd if init map slots failed
Hangbin Liu
1
-21
/
+34
2020-10-06
bpf, doc: Update Andrii's email in MAINTAINERS
Andrii Nakryiko
1
-1
/
+1
2020-10-06
bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
Song Liu
2
-5
/
+97
2020-10-05
bpf, verifier: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-10-05
xsk: Remove internal DMA headers
Björn Töpel
1
-3
/
+0
2020-10-03
bpf: Deref map in BPF_PROG_BIND_MAP when it's already used
Stanislav Fomichev
1
-1
/
+3
2020-10-03
Merge branch 'Add skb_adjust_room() for SK_SKB'
Alexei Starovoitov
3
-30
/
+77
2020-10-03
bpf, sockmap: Update selftests to use skb_adjust_room
John Fastabend
2
-30
/
+31
2020-10-03
bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payload
John Fastabend
1
-0
/
+46
2020-10-03
Merge branch 'bpf: BTF support for ksyms'
Alexei Starovoitov
15
-95
/
+653
2020-10-03
bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()
Hao Luo
2
-0
/
+50
2020-10-03
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
6
-3
/
+52
2020-10-03
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
8
-13
/
+132
2020-10-03
selftests/bpf: Ksyms_btf to test typed ksyms
Hao Luo
5
-25
/
+137
2020-10-03
bpf/libbpf: BTF support for typed ksyms
Hao Luo
1
-13
/
+99
2020-10-03
bpf: Introduce pseudo_btf_id
Hao Luo
6
-46
/
+188
2020-10-02
Merge branch 'Do not limit cb_flags when creating child sk'
Alexei Starovoitov
6
-40
/
+22
2020-10-02
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
Martin KaFai Lau
4
-6
/
+22
2020-10-02
bpf: tcp: Do not limit cb_flags when creating child sk from listen sk
Martin KaFai Lau
2
-34
/
+0
2020-10-02
selftests/bpf: Properly initialize linfo in sockmap_basic
Stanislav Fomichev
1
-1
/
+1
2020-10-02
selftests/bpf: Initialize duration in xdp_noinline.c
Stanislav Fomichev
1
-1
/
+1
2020-10-02
lib8390: Use netif_msg_init to initialize msg_enable bits
Armin Wolf
1
-6
/
+8
2020-10-02
net: phy: realtek: Modify 2.5G PHY name to RTL8226
Willy Liu
1
-19
/
+19
2020-10-02
caif_virtio: Remove redundant initialization of variable err
Jing Xiangfeng
1
-1
/
+1
2020-10-02
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c
Ye Bin
1
-2
/
+2
2020-10-02
pktgen: Fix inconsistent of format with argument type in pktgen.c
Ye Bin
1
-5
/
+5
2020-10-02
drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values
Xie He
1
-47
/
+51
2020-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
103
-1760
/
+7528
2020-10-01
Merge branch 'net-ravb-Add-support-for-explicit-internal-clock-delay-c
David S. Miller
5
-147
/
+320
2020-10-01
ravb: Add support for explicit internal clock delay configuration
Geert Uytterhoeven
2
-9
/
+28
2020-10-01
ravb: Split delay handling in parsing and applying
Geert Uytterhoeven
2
-6
/
+19
2020-10-01
dt-bindings: net: renesas,etheravb: Convert to json-schema
Geert Uytterhoeven
2
-137
/
+261
2020-10-01
dt-bindings: net: renesas,ravb: Document internal clock delay properties
Geert Uytterhoeven
1
-13
/
+16
2020-10-01
dt-bindings: net: ethernet-controller: Add internal delay properties
Geert Uytterhoeven
1
-0
/
+14
2020-10-01
Merge tag 'mlx5-updates-2020-09-30' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
28
-355
/
+371
2020-10-01
Merge branch 'introduce BPF_F_PRESERVE_ELEMS'
Alexei Starovoitov
5
-2
/
+127
2020-10-01
selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS
Song Liu
2
-0
/
+104
2020-10-01
bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array
Song Liu
3
-2
/
+23
[next]