index
:
Linux Stable
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-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
*
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
2018-10-04
3
-43
/
+45
*
libbpf: Move __dump_nlmsg_t from API to implementation
Andrey Ignatov
2018-10-04
2
-3
/
+3
*
net: core: Fix build with CONFIG_IPV6=m
Joe Stringer
2018-10-04
1
-1
/
+1
*
Merge branch 'bpf-sk-lookup'
Daniel Borkmann
2018-10-03
14
-157
/
+2002
|
\
|
*
Documentation: Describe bpf reference tracking
Joe Stringer
2018-10-03
1
-0
/
+64
|
*
selftests/bpf: Add C tests for reference tracking
Joe Stringer
2018-10-03
3
-1
/
+219
|
*
libbpf: Support loading individual progs
Joe Stringer
2018-10-03
2
-2
/
+5
|
*
selftests/bpf: Add tests for reference tracking
Joe Stringer
2018-10-03
1
-0
/
+759
|
*
selftests/bpf: Generalize dummy program types
Joe Stringer
2018-10-03
1
-14
/
+17
|
*
bpf: Add helper to retrieve socket in BPF
Joe Stringer
2018-10-03
5
-3
/
+354
|
*
bpf: Add reference tracking to verifier
Joe Stringer
2018-10-03
2
-22
/
+308
|
*
bpf: Macrofy stack state copy
Joe Stringer
2018-10-03
1
-46
/
+60
|
*
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
2018-10-03
4
-26
/
+160
|
*
bpf: Generalize ptr_or_null regs check
Joe Stringer
2018-10-03
1
-18
/
+25
|
*
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
2018-10-03
2
-9
/
+8
|
*
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
2018-10-03
2
-19
/
+17
|
*
bpf: Add iterator for spilled registers
Joe Stringer
2018-10-03
2
-9
/
+18
|
/
*
Merge branch 'bpf-big-map-entries'
Daniel Borkmann
2018-10-02
7
-22
/
+142
|
\
|
*
nfp: bpf: allow control message sizing for map ops
Jakub Kicinski
2018-10-02
5
-17
/
+83
|
*
nfp: allow apps to request larger MTU on control vNIC
Jakub Kicinski
2018-10-02
2
-2
/
+16
|
*
nfp: bpf: parse global BPF ABI version capability
Jakub Kicinski
2018-10-02
3
-4
/
+44
|
/
*
Merge branch 'bpf-per-cpu-cgroup-storage'
Daniel Borkmann
2018-10-01
20
-99
/
+786
|
\
|
*
selftests/bpf: cgroup local storage-based network counters
Roman Gushchin
2018-10-01
4
-2
/
+257
|
*
samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storage
Roman Gushchin
2018-10-01
1
-1
/
+18
|
*
selftests/bpf: extend the storage test to test per-cpu cgroup storage
Roman Gushchin
2018-10-01
1
-3
/
+57
|
*
selftests/bpf: add verifier per-cpu cgroup storage tests
Roman Gushchin
2018-10-01
1
-6
/
+133
|
*
bpftool: add support for PERCPU_CGROUP_STORAGE maps
Roman Gushchin
2018-10-01
1
-1
/
+3
|
*
bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
Roman Gushchin
2018-10-01
1
-0
/
+1
|
*
bpf: don't allow create maps of per-cpu cgroup local storages
Roman Gushchin
2018-10-01
1
-1
/
+2
|
*
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
2018-10-01
8
-28
/
+179
|
*
bpf: rework cgroup storage pointer passing
Roman Gushchin
2018-10-01
3
-12
/
+12
|
*
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
2018-10-01
8
-57
/
+136
|
/
*
bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()
Yonghong Song
2018-09-28
1
-0
/
+2
*
Merge branch 'bpf-libbpf-attach-by-name'
Daniel Borkmann
2018-09-27
5
-45
/
+302
|
\
|
*
selftests/bpf: Test libbpf_{prog,attach}_type_by_name
Andrey Ignatov
2018-09-27
2
-1
/
+209
|
*
selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookie
Andrey Ignatov
2018-09-27
1
-5
/
+1
|
*
libbpf: Support sk_skb/stream_{parser, verdict} section names
Andrey Ignatov
2018-09-27
1
-0
/
+4
|
*
libbpf: Support cgroup_skb/{e,in}gress section names
Andrey Ignatov
2018-09-27
1
-0
/
+4
|
*
libbpf: Introduce libbpf_attach_type_by_name
Andrey Ignatov
2018-09-27
2
-39
/
+84
|
/
*
bpf: test_bpf: add init_net to dev for flow_dissector
Song Liu
2018-09-27
1
-0
/
+1
*
bpftool: Fix bpftool net output
Andrey Ignatov
2018-09-27
1
-9
/
+9
*
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
Maciej Żenczykowski
2018-09-26
11
-15
/
+14
*
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
Maciej Żenczykowski
2018-09-26
12
-18
/
+14
*
net: mvneta: Add support for 2500Mbps SGMII
Maxime Chevallier
2018-09-26
1
-4
/
+23
*
Merge branch 'net-vhost-improve-performance-when-enable-busyloop'
David S. Miller
2018-09-26
2
-79
/
+92
|
\
|
*
net: vhost: add rx busy polling in tx path
Tonghao Zhang
2018-09-26
1
-21
/
+14
|
*
net: vhost: factor out busy polling logic to vhost_net_busy_poll()
Tonghao Zhang
2018-09-26
1
-40
/
+70
|
*
net: vhost: replace magic number of lock annotation
Tonghao Zhang
2018-09-26
1
-3
/
+3
|
*
net: vhost: lock the vqs one by one
Tonghao Zhang
2018-09-26
1
-17
/
+7
|
/
*
tcp: expose sk_state in tcp_retransmit_skb tracepoint
Yafang Shao
2018-09-26
1
-2
/
+5
[next]