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.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-12-21
samples/bpf: xdpsock: Add option to specify batch size
Jay Jayatheerthan
1
-23
/
+29
2019-12-21
samples/bpf: xdpsock: Use common code to handle signal and main exit
Jay Jayatheerthan
1
-2
/
+7
2019-12-21
samples/bpf: xdpsock: Add duration option to specify how long to run
Jay Jayatheerthan
1
-2
/
+35
2019-12-21
selftests/bpf: Preserve errno in test_progs CHECK macros
Andrey Ignatov
1
-0
/
+4
2019-12-21
Merge branch 'xsk-cleanup'
Alexei Starovoitov
8
-230
/
+246
2019-12-21
xsk: Use struct_size() helper
Magnus Karlsson
1
-8
/
+7
2019-12-21
xsk: Add function naming comments and reorder functions
Magnus Karlsson
2
-136
/
+167
2019-12-21
xsk: Remove unnecessary READ_ONCE of data
Magnus Karlsson
1
-2
/
+2
2019-12-21
xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr
Magnus Karlsson
6
-14
/
+14
2019-12-21
xsk: Change names of validation functions
Magnus Karlsson
3
-32
/
+35
2019-12-21
xsk: Simplify the consumer ring access functions
Magnus Karlsson
2
-68
/
+58
2019-12-21
xsk: Simplify xskq_nb_avail and xskq_nb_free
Magnus Karlsson
1
-11
/
+13
2019-12-21
xsk: Eliminate the RX batch size
Magnus Karlsson
1
-4
/
+2
2019-12-21
xsk: Standardize naming of producer ring access functions
Magnus Karlsson
2
-41
/
+37
2019-12-21
xsk: Consolidate to one single cached producer pointer
Magnus Karlsson
1
-26
/
+21
2019-12-21
xsk: Simplify detection of empty and full rings
Magnus Karlsson
1
-2
/
+5
2019-12-21
xsk: Eliminate the lazy update threshold
Magnus Karlsson
1
-2
/
+1
2019-12-20
Merge branch 'replace-cg_bpf-prog'
Alexei Starovoitov
15
-626
/
+652
2019-12-20
selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multi
Andrey Ignatov
1
-3
/
+50
2019-12-20
selftests/bpf: Convert test_cgroup_attach to prog_tests
Andrey Ignatov
6
-574
/
+498
2019-12-20
libbpf: Introduce bpf_prog_attach_xattr
Andrey Ignatov
3
-1
/
+28
2019-12-20
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
6
-9
/
+54
2019-12-20
bpf: Remove unused new_flags in hierarchy_allows_attach()
Andrey Ignatov
1
-3
/
+2
2019-12-20
bpf: Simplify __cgroup_bpf_attach
Andrey Ignatov
1
-39
/
+23
2019-12-20
Merge branch 'simplify-do_redirect'
Alexei Starovoitov
8
-197
/
+75
2019-12-20
xdp: Simplify __bpf_tx_xdp_map()
Björn Töpel
1
-26
/
+7
2019-12-20
xdp: Remove map_to_flush and map swap detection
Björn Töpel
2
-25
/
+3
2019-12-20
xdp: Make cpumap flush_list common for all map instances
Björn Töpel
3
-21
/
+21
2019-12-20
xdp: Make devmap flush_list common for all map instances
Björn Töpel
3
-25
/
+16
2019-12-20
xsk: Make xskmap flush_list common for all map instances
Björn Töpel
4
-35
/
+20
2019-12-20
xdp: Fix graze->grace type-o in cpumap comments
Björn Töpel
1
-3
/
+3
2019-12-20
xdp: Simplify cpumap cleanup
Björn Töpel
1
-29
/
+5
2019-12-20
xdp: Simplify devmap cleanup
Björn Töpel
1
-38
/
+5
2019-12-20
bpf: Remove unnecessary assertion on fp_old
Aditya Pakki
1
-2
/
+0
2019-12-19
libbpf: Fix another __u64 printf warning
Andrii Nakryiko
1
-2
/
+2
2019-12-19
libbpf: Fix printing of ulimit value
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-19
selftests/bpf: Fix test_attach_probe
Alexei Starovoitov
1
-3
/
+4
2019-12-19
libbpf: Add missing newline in opts validation macro
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-19
Merge branch 'bpf-riscv-jit-improvements'
Daniel Borkmann
5
-238
/
+312
2019-12-19
riscv, perf: Add arch specific perf_arch_bpf_user_pt_regs
Björn Töpel
1
-0
/
+4
2019-12-19
riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
Björn Töpel
2
-0
/
+11
2019-12-19
riscv, bpf: Optimize calls
Björn Töpel
1
-37
/
+64
2019-12-19
riscv, bpf: Provide RISC-V specific JIT image alloc/free
Björn Töpel
2
-0
/
+17
2019-12-19
riscv, bpf: Optimize BPF tail calls
Björn Töpel
1
-6
/
+7
2019-12-19
riscv, bpf: Add support for far jumps and exits
Björn Töpel
1
-20
/
+17
2019-12-19
riscv, bpf: Add support for far branching when emitting tail call
Björn Töpel
1
-19
/
+3
2019-12-19
riscv, bpf: Add support for far branching
Björn Töpel
1
-164
/
+188
2019-12-19
riscv, bpf: Fix broken BPF tail calls
Björn Töpel
1
-2
/
+11
2019-12-19
Merge branch 'libbpf-extern-followups'
Alexei Starovoitov
8
-161
/
+194
2019-12-19
libbpf: BTF is required when externs are present
Andrii Nakryiko
1
-1
/
+2
[next]