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
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
7
-38
/
+67
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
15
-25
/
+9
2018-07-13
xdp: add per mode attributes for attached programs
Jakub Kicinski
2
-4
/
+29
2018-07-13
Merge branch 'bpf-arm-jit-improvements'
Daniel Borkmann
1
-47
/
+73
2018-07-13
ARM: net: bpf: improve 64-bit ALU implementation
Russell King
1
-5
/
+24
2018-07-13
ARM: net: bpf: improve 64-bit store implementation
Russell King
1
-26
/
+26
2018-07-13
ARM: net: bpf: improve 64-bit sign-extended immediate load
Russell King
1
-4
/
+3
2018-07-13
ARM: net: bpf: improve 64-bit load immediate implementation
Russell King
1
-12
/
+20
2018-07-12
Merge branch 'bpf-arm-jit-improvements'
Daniel Borkmann
2
-481
/
+543
2018-07-12
ARM: net: bpf: use double-word load/stores where available
Russell King
2
-12
/
+45
2018-07-12
ARM: net: bpf: always use odd/even register pair
Russell King
1
-14
/
+14
2018-07-12
ARM: net: bpf: avoid reloading 'array'
Russell King
1
-5
/
+4
2018-07-12
ARM: net: bpf: avoid reloading 'index'
Russell King
1
-2
/
+3
2018-07-12
ARM: net: bpf: use ldr instructions with shifted rm register
Russell King
2
-2
/
+5
2018-07-12
ARM: net: bpf: use immediate forms of instructions where possible
Russell King
2
-9
/
+13
2018-07-12
ARM: net: bpf: imm12 constant conversion
Russell King
1
-1
/
+49
2018-07-12
ARM: net: bpf: access eBPF scratch space using ARM FP register
Russell King
1
-19
/
+25
2018-07-12
ARM: net: bpf: 64-bit accessor functions for BPF registers
Russell King
1
-113
/
+122
2018-07-12
ARM: net: bpf: provide accessor functions for BPF registers
Russell King
1
-201
/
+128
2018-07-12
ARM: net: bpf: remove is_on_stack() and sstk/dstk
Russell King
1
-176
/
+160
2018-07-12
ARM: net: bpf: use negative numbers for stacked registers
Russell King
1
-98
/
+102
2018-07-12
ARM: net: bpf: provide load/store ops with negative immediates
Russell King
2
-22
/
+41
2018-07-12
ARM: net: bpf: enumerate the JIT scratch stack layout
Russell King
1
-17
/
+42
2018-07-12
Merge branch 'bpf-helper-man-install'
Daniel Borkmann
4
-17
/
+93
2018-07-12
tools: bpf: build and install man page for eBPF helpers from bpftool/
Quentin Monnet
2
-5
/
+67
2018-07-12
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
1
-8
/
+24
2018-07-12
bpf: fix documentation for eBPF helpers
Quentin Monnet
1
-4
/
+2
2018-07-11
Merge branch 'bpf-bpftool-improved-prog-load'
Daniel Borkmann
18
-108
/
+906
2018-07-11
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
5
-23
/
+219
2018-07-11
tools: libbpf: allow map reuse
Jakub Kicinski
2
-0
/
+54
2018-07-11
tools: bpf: make use of reallocarray
Jakub Kicinski
10
-9
/
+334
2018-07-11
tools: libbpf: move library error code into a separate file
Jakub Kicinski
3
-49
/
+75
2018-07-11
tools: bpftool: reimplement bpf_prog_load() for prog load
Jakub Kicinski
1
-13
/
+48
2018-07-11
tools: libbpf: add extended attributes version of bpf_object__open()
Jakub Kicinski
2
-6
/
+26
2018-07-11
tools: libbpf: recognize offload neutral maps
Jakub Kicinski
2
-1
/
+8
2018-07-11
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
3
-5
/
+60
2018-07-11
tools: libbpf: expose the prog type guessing from section name logic
Jakub Kicinski
2
-18
/
+28
2018-07-11
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
3
-6
/
+58
2018-07-11
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
2
-4
/
+22
2018-07-11
selftests/bpf: add Error: prefix in check_extack helper
Jakub Kicinski
1
-4
/
+4
2018-07-11
selftests/bpf: remove duplicated word from test offloads
Jakub Kicinski
1
-1
/
+1
2018-07-07
Merge branch 'bpf-nfp-mul-div-support'
Daniel Borkmann
7
-37
/
+483
2018-07-07
nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.h
Jiong Wang
1
-11
/
+53
2018-07-07
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
3
-1
/
+93
2018-07-07
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
4
-11
/
+217
2018-07-07
nfp: bpf: copy range info for all operands of all ALU operations
Jiong Wang
3
-23
/
+20
2018-07-07
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
4
-14
/
+14
2018-07-07
lib: reciprocal_div: implement the improved algorithm on the paper mentioned
Jiong Wang
2
-0
/
+109
2018-07-07
bpftool: add bash completion for cgroup tree command
Roman Gushchin
1
-1
/
+5
2018-07-07
bpftool: document cgroup tree command
Roman Gushchin
1
-1
/
+11
[next]