index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
/
jit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfp: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-25
1
-48
/
+67
*
nfp: bpf: fix static check error through tightening shift amount adjustment
Jiong Wang
2019-05-10
1
-1
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-24
1
-11
/
+6
|
\
|
*
nfp: bpf: fix ALU32 high bits clearance bug
Jiong Wang
2019-02-23
1
-11
/
+6
|
*
nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K
Jiong Wang
2019-02-23
1
-1
/
+1
*
|
nfp: bpf: complete ALU32 logic shift supports
Jiong Wang
2019-02-02
1
-5
/
+67
*
|
nfp: bpf: correct the behavior for shifts by zero
Jiong Wang
2019-02-02
1
-10
/
+20
*
|
nfp: bpf: implement jitting of JMP32
Jiong Wang
2019-01-26
1
-24
/
+73
*
|
nfp: bpf: save original program length
Jakub Kicinski
2019-01-24
1
-2
/
+2
*
|
nfp: bpf: split up the skip flag
Jakub Kicinski
2019-01-24
1
-17
/
+19
*
|
nfp: bpf: don't use instruction number for jump target
Jakub Kicinski
2019-01-24
1
-1
/
+1
|
/
*
nfp: bpf: optimize codegen for JSET with a constant
Jakub Kicinski
2018-12-20
1
-12
/
+10
*
nfp: bpf: remove the trivial JSET optimization
Jakub Kicinski
2018-12-20
1
-5
/
+0
*
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
1
-0
/
+45
*
nfp: replace long license headers with SPDX
Jakub Kicinski
2018-10-11
1
-32
/
+2
*
nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
Quentin Monnet
2018-10-08
1
-1
/
+2
*
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
2018-10-08
1
-19
/
+66
*
nfp: bpf: fix return address from register-saving subroutine to callee
Quentin Monnet
2018-10-08
1
-1
/
+27
*
nfp: bpf: update fixup function for BPF-to-BPF calls support
Quentin Monnet
2018-10-08
1
-3
/
+22
*
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
2018-10-08
1
-2
/
+233
*
nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT
Quentin Monnet
2018-10-08
1
-10
/
+25
*
nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
Quentin Monnet
2018-10-08
1
-5
/
+5
*
nfp: bpf: xdp_adjust_tail support
Jakub Kicinski
2018-08-04
1
-0
/
+47
*
nfp: bpf: remember maps by ID
Jakub Kicinski
2018-07-27
1
-4
/
+8
*
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
1
-1
/
+57
*
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
2018-07-07
1
-0
/
+137
*
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
2018-07-07
1
-6
/
+6
*
nfp: bpf: allow source ptr type be map ptr in memcpy optimization
Jiong Wang
2018-06-27
1
-2
/
+3
*
nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)
Jiong Wang
2018-05-18
1
-10
/
+89
*
nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)
Jiong Wang
2018-05-18
1
-0
/
+34
*
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
2018-05-18
1
-30
/
+269
*
nfp: bpf: support setting the RX queue index
Jakub Kicinski
2018-05-09
1
-0
/
+47
*
nfp: bpf: rewrite map pointers with NFP TIDs
Jakub Kicinski
2018-05-04
1
-12
/
+32
*
nfp: bpf: perf event output helpers support
Jakub Kicinski
2018-05-04
1
-1
/
+31
*
nfp: bpf: optimize comparisons to negative constants
Jakub Kicinski
2018-04-25
1
-12
/
+30
*
nfp: bpf: tabularize generations of compare operations
Jakub Kicinski
2018-04-25
1
-107
/
+61
*
nfp: bpf: optimize add/sub of a negative constant
Jakub Kicinski
2018-04-25
1
-0
/
+35
*
nfp: bpf: remove double space
Jakub Kicinski
2018-04-25
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-02
1
-1
/
+5
|
\
|
*
nfp: bpf: fix check of program max insn count
Jakub Kicinski
2018-03-24
1
-1
/
+5
*
|
nfp: bpf: add support for bpf_get_prandom_u32()
Jakub Kicinski
2018-03-29
1
-2
/
+22
*
|
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
2018-03-29
1
-8
/
+70
*
|
nfp: bpf: expose command delay slots
Jakub Kicinski
2018-03-29
1
-29
/
+24
*
|
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
2018-03-29
1
-0
/
+45
*
|
nfp: bpf: add map deletes from the datapath
Jakub Kicinski
2018-03-29
1
-0
/
+4
*
|
nfp: bpf: add map updates from the datapath
Jakub Kicinski
2018-03-29
1
-0
/
+6
*
|
nfp: bpf: add helper for validating stack pointers
Jakub Kicinski
2018-03-29
1
-2
/
+2
*
|
nfp: bpf: rename map_lookup_stack() to map_call_stack_common()
Jakub Kicinski
2018-03-29
1
-3
/
+3
*
|
nfp: bpf: detect packet reads could be cached, enable the optimisation
Jiong Wang
2018-03-29
1
-0
/
+115
[next]