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.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-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
2019-09-03
selftests/bpf: fix "ctx:write sysctl:write read ok" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-09-03
selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpu
Ilya Leoshkevich
3
-16
/
+22
2019-09-03
arm64: bpf: optimize modulo operation
Jerin Jacob
2
-4
/
+5
2019-09-03
bpf: s390: add JIT support for bpf line info
Yauheni Kaliuta
1
-0
/
+1
2019-09-03
selftests/bpf: test_progs: add missing \n to CHECK_FAIL
Stanislav Fomichev
1
-1
/
+1
2019-09-03
selftests/bpf: test_progs: fix verbose mode garbage
Stanislav Fomichev
1
-0
/
+1
2019-08-31
Merge branch 'bpf-xdp-unaligned-chunk'
Daniel Borkmann
20
-103
/
+417
2019-08-31
doc/af_xdp: include unaligned chunk case
Kevin Laatz
1
-4
/
+6
2019-08-31
samples/bpf: use hugepages in xdpsock app
Kevin Laatz
1
-5
/
+10
2019-08-31
samples/bpf: add buffer recycling for unaligned chunks to xdpsock
Kevin Laatz
1
-10
/
+16
2019-08-31
samples/bpf: add unaligned chunks mode support to xdpsock
Kevin Laatz
1
-3
/
+17
2019-08-31
libbpf: add flags to umem config
Kevin Laatz
5
-4
/
+71
2019-08-31
net/mlx5e: Allow XSK frames smaller than a page
Maxim Mikityanskiy
4
-10
/
+32
2019-08-31
mlx5e: modify driver for handling offsets
Kevin Laatz
2
-3
/
+8
2019-08-31
ixgbe: modify driver for handling offsets
Kevin Laatz
1
-4
/
+9
2019-08-31
i40e: modify driver for handling offsets
Kevin Laatz
1
-4
/
+9
2019-08-31
xsk: add support to allow unaligned chunk placement
Kevin Laatz
6
-36
/
+233
2019-08-31
ixgbe: simplify Rx buffer recycle
Kevin Laatz
1
-10
/
+3
2019-08-31
i40e: simplify Rx buffer recycle
Kevin Laatz
1
-10
/
+3
2019-08-31
selftests/bpf: Fix a typo in test_offload.py
Masanari Iida
1
-1
/
+1
2019-08-31
bpf: fix error check in bpf_tcp_gen_syncookie
Petar Penkov
1
-1
/
+1
2019-08-31
Merge branch 'bpf-nfp-map-op-cache'
Daniel Borkmann
7
-20
/
+239
2019-08-31
nfp: bpf: add simple map op cache
Jakub Kicinski
5
-9
/
+215
2019-08-31
nfp: bpf: rework MTU checking
Jakub Kicinski
5
-12
/
+25
2019-08-31
Merge branch 'bpf-bpftool-build-improvements'
Daniel Borkmann
6
-15
/
+167
2019-08-31
tools: bpftool: do not link twice against libbpf.a in Makefile
Quentin Monnet
1
-2
/
+2
2019-08-31
tools: bpf: account for generated feature/ and libbpf/ directories
Quentin Monnet
4
-6
/
+12
2019-08-31
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
3
-6
/
+152
2019-08-31
tools: bpftool: ignore make built-in rules for getting kernel version
Quentin Monnet
1
-1
/
+1
2019-08-31
bpf: s390: add JIT support for multi-function programs
Yauheni Kaliuta
1
-11
/
+55
2019-08-28
selftests/bpf: remove wrong nhoff in flow dissector test
Stanislav Fomichev
1
-1
/
+0
2019-08-28
Merge branch 'bpf-misc-test-fixes'
Daniel Borkmann
25
-172
/
+138
2019-08-28
selftests/bpf: test_progs: remove unused ret
Stanislav Fomichev
1
-23
/
+19
2019-08-28
selftests/bpf: test_progs: remove asserts from subtests
Stanislav Fomichev
5
-26
/
+40
2019-08-28
selftests/bpf: test_progs: remove global fail/success counts
Stanislav Fomichev
22
-123
/
+60
2019-08-28
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
3
-2
/
+21
2019-08-28
Merge branch 'bpf-precision-tracking-tests'
Daniel Borkmann
7
-12
/
+211
2019-08-28
selftests/bpf: add precision tracking test
Alexei Starovoitov
1
-0
/
+25
2019-08-28
selftests/bpf: verifier precise tests
Alexei Starovoitov
2
-11
/
+174
2019-08-28
tools/bpf: sync bpf.h
Alexei Starovoitov
1
-0
/
+3
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
4
-1
/
+9
2019-08-21
tools: bpftool: add "bpftool map freeze" subcommand
Quentin Monnet
3
-3
/
+44
2019-08-21
tools: bpftool: show frozen status for maps
Quentin Monnet
1
-3
/
+27
2019-08-21
bpf: sync bpf.h to tools/
Peter Wu
1
-3
/
+5
2019-08-21
bpf: clarify when bpf_trace_printk discards lines
Peter Wu
1
-0
/
+2
2019-08-21
bpf: fix 'struct pt_reg' typo in documentation
Peter Wu
1
-3
/
+3
2019-08-21
bpf: clarify description for CONFIG_BPF_EVENTS
Peter Wu
1
-1
/
+2
2019-08-21
btf: do not use CONFIG_OUTPUT_FORMAT
Ilya Leoshkevich
1
-2
/
+4
2019-08-21
samples: bpf: syscall_nrs: use mmap2 if defined
Ivan Khoronzhuk
2
-0
/
+19
2019-08-21
xdp: xdp_umem: replace kmap on vmap for umem map
Ivan Khoronzhuk
1
-6
/
+30
[next]