index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: net: bpf: improve 64-bit ALU implementation
Russell King
2018-07-13
1
-5
/
+24
*
ARM: net: bpf: improve 64-bit store implementation
Russell King
2018-07-13
1
-26
/
+26
*
ARM: net: bpf: improve 64-bit sign-extended immediate load
Russell King
2018-07-13
1
-4
/
+3
*
ARM: net: bpf: improve 64-bit load immediate implementation
Russell King
2018-07-13
1
-12
/
+20
*
Merge branch 'bpf-arm-jit-improvements'
Daniel Borkmann
2018-07-12
2
-481
/
+543
|
\
|
*
ARM: net: bpf: use double-word load/stores where available
Russell King
2018-07-12
2
-12
/
+45
|
*
ARM: net: bpf: always use odd/even register pair
Russell King
2018-07-12
1
-14
/
+14
|
*
ARM: net: bpf: avoid reloading 'array'
Russell King
2018-07-12
1
-5
/
+4
|
*
ARM: net: bpf: avoid reloading 'index'
Russell King
2018-07-12
1
-2
/
+3
|
*
ARM: net: bpf: use ldr instructions with shifted rm register
Russell King
2018-07-12
2
-2
/
+5
|
*
ARM: net: bpf: use immediate forms of instructions where possible
Russell King
2018-07-12
2
-9
/
+13
|
*
ARM: net: bpf: imm12 constant conversion
Russell King
2018-07-12
1
-1
/
+49
|
*
ARM: net: bpf: access eBPF scratch space using ARM FP register
Russell King
2018-07-12
1
-19
/
+25
|
*
ARM: net: bpf: 64-bit accessor functions for BPF registers
Russell King
2018-07-12
1
-113
/
+122
|
*
ARM: net: bpf: provide accessor functions for BPF registers
Russell King
2018-07-12
1
-201
/
+128
|
*
ARM: net: bpf: remove is_on_stack() and sstk/dstk
Russell King
2018-07-12
1
-176
/
+160
|
*
ARM: net: bpf: use negative numbers for stacked registers
Russell King
2018-07-12
1
-98
/
+102
|
*
ARM: net: bpf: provide load/store ops with negative immediates
Russell King
2018-07-12
2
-22
/
+41
|
*
ARM: net: bpf: enumerate the JIT scratch stack layout
Russell King
2018-07-12
1
-17
/
+42
|
/
*
Merge branch 'bpf-helper-man-install'
Daniel Borkmann
2018-07-12
4
-17
/
+93
|
\
|
*
tools: bpf: build and install man page for eBPF helpers from bpftool/
Quentin Monnet
2018-07-12
2
-5
/
+67
|
*
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
2018-07-12
1
-8
/
+24
|
*
bpf: fix documentation for eBPF helpers
Quentin Monnet
2018-07-12
1
-4
/
+2
|
/
*
Merge branch 'bpf-bpftool-improved-prog-load'
Daniel Borkmann
2018-07-11
18
-108
/
+906
|
\
|
*
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
2018-07-11
5
-23
/
+219
|
*
tools: libbpf: allow map reuse
Jakub Kicinski
2018-07-11
2
-0
/
+54
|
*
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-07-11
10
-9
/
+334
|
*
tools: libbpf: move library error code into a separate file
Jakub Kicinski
2018-07-11
3
-49
/
+75
|
*
tools: bpftool: reimplement bpf_prog_load() for prog load
Jakub Kicinski
2018-07-11
1
-13
/
+48
|
*
tools: libbpf: add extended attributes version of bpf_object__open()
Jakub Kicinski
2018-07-11
2
-6
/
+26
|
*
tools: libbpf: recognize offload neutral maps
Jakub Kicinski
2018-07-11
2
-1
/
+8
|
*
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
2018-07-11
3
-5
/
+60
|
*
tools: libbpf: expose the prog type guessing from section name logic
Jakub Kicinski
2018-07-11
2
-18
/
+28
|
*
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
2018-07-11
3
-6
/
+58
|
*
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
2018-07-11
2
-4
/
+22
|
*
selftests/bpf: add Error: prefix in check_extack helper
Jakub Kicinski
2018-07-11
1
-4
/
+4
|
*
selftests/bpf: remove duplicated word from test offloads
Jakub Kicinski
2018-07-11
1
-1
/
+1
|
/
*
Merge branch 'bpf-nfp-mul-div-support'
Daniel Borkmann
2018-07-07
7
-37
/
+483
|
\
|
*
nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.h
Jiong Wang
2018-07-07
1
-11
/
+53
|
*
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
2018-07-07
3
-1
/
+93
|
*
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
2018-07-07
4
-11
/
+217
|
*
nfp: bpf: copy range info for all operands of all ALU operations
Jiong Wang
2018-07-07
3
-23
/
+20
|
*
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
2018-07-07
4
-14
/
+14
|
*
lib: reciprocal_div: implement the improved algorithm on the paper mentioned
Jiong Wang
2018-07-07
2
-0
/
+109
|
/
*
bpftool: add bash completion for cgroup tree command
Roman Gushchin
2018-07-07
1
-1
/
+5
*
bpftool: document cgroup tree command
Roman Gushchin
2018-07-07
1
-1
/
+11
*
bpftool: introduce cgroup tree command
Roman Gushchin
2018-07-07
1
-5
/
+165
*
Merge branch 'IP-listification-follow-ups'
David S. Miller
2018-07-06
4
-24
/
+133
|
\
|
*
net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()
Edward Cree
2018-07-06
3
-16
/
+118
|
*
net: ipv4: fix list processing on L3 slave devices
Edward Cree
2018-07-06
1
-8
/
+15
|
/
[next]