index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-01
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-28
1
-2
/
+22
*
|
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
2018-03-28
1
-8
/
+70
*
|
nfp: bpf: expose command delay slots
Jakub Kicinski
2018-03-28
1
-29
/
+24
*
|
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
2018-03-28
1
-0
/
+45
*
|
nfp: bpf: add map deletes from the datapath
Jakub Kicinski
2018-03-28
1
-0
/
+4
*
|
nfp: bpf: add map updates from the datapath
Jakub Kicinski
2018-03-28
1
-0
/
+6
*
|
nfp: bpf: add helper for validating stack pointers
Jakub Kicinski
2018-03-28
1
-2
/
+2
*
|
nfp: bpf: rename map_lookup_stack() to map_call_stack_common()
Jakub Kicinski
2018-03-28
1
-3
/
+3
*
|
nfp: bpf: detect packet reads could be cached, enable the optimisation
Jiong Wang
2018-03-28
1
-0
/
+115
*
|
nfp: bpf: support unaligned read offset
Jiong Wang
2018-03-28
1
-3
/
+70
*
|
nfp: bpf: read from packet data cache for PTR_TO_PACKET
Jiong Wang
2018-03-28
1
-2
/
+78
|
/
*
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
2018-01-17
1
-0
/
+5
*
nfp: bpf: add support for reading map memory
Jakub Kicinski
2018-01-14
1
-9
/
+68
*
nfp: bpf: add verification and codegen for map lookups
Jakub Kicinski
2018-01-14
1
-0
/
+86
*
nfp: bpf: add signed jump insns
Nic Viljoen
2018-01-10
1
-0
/
+48
*
nfp: bpf: use a large constant in unresolved branches
Jakub Kicinski
2018-01-10
1
-7
/
+7
*
nfp: bpf: don't depend on high order allocations for program image
Jakub Kicinski
2018-01-10
1
-0
/
+16
*
nfp: bpf: relocate jump targets just before the load
Jakub Kicinski
2018-01-10
1
-69
/
+80
*
nfp: bpf: add helpers for modifying branch addresses
Jakub Kicinski
2018-01-10
1
-12
/
+0
*
nfp: bpf: move jump resolution to jit.c
Jakub Kicinski
2018-01-10
1
-0
/
+23
*
nfp: bpf: optimize the adjust_head calls in trivial cases
Jakub Kicinski
2017-12-15
1
-0
/
+22
*
nfp: bpf: add basic support for adjust head call
Jakub Kicinski
2017-12-15
1
-0
/
+73
*
nfp: bpf: prepare for call support
Jakub Kicinski
2017-12-15
1
-0
/
+12
*
nfp: bpf: detect load/store sequences lowered from memory copy
Jiong Wang
2017-12-01
1
-0
/
+237
*
nfp: bpf: implement memory bulk copy for length bigger than 32-bytes
Jiong Wang
2017-12-01
1
-7
/
+45
*
nfp: bpf: implement memory bulk copy for length within 32-bytes
Jiong Wang
2017-12-01
1
-0
/
+113
*
nfp: bpf: encode indirect commands
Jakub Kicinski
2017-12-01
1
-4
/
+13
*
nfp: bpf: correct the encoding for No-Dest immed
Jiong Wang
2017-12-01
1
-3
/
+5
*
nfp: bpf: don't do ld/shifts combination if shifts are jump destination
Jiong Wang
2017-12-01
1
-0
/
+4
*
nfp: bpf: don't do ld/mask combination if mask is jump destination
Jiong Wang
2017-12-01
1
-0
/
+3
*
nfp: bpf: record jump destination to simplify jump fixup
Jiong Wang
2017-12-01
1
-48
/
+9
*
nfp: bpf: support backward jump
Jiong Wang
2017-12-01
1
-29
/
+37
*
nfp: bpf: move to new BPF program offload infrastructure
Jakub Kicinski
2017-11-05
1
-22
/
+13
*
nfp: bpf: move translation prepare to offload.c
Jakub Kicinski
2017-11-05
1
-37
/
+6
*
nfp: bpf: move program prepare and free into offload.c
Jakub Kicinski
2017-11-05
1
-33
/
+0
*
nfp: bpf: remove the register renumbering leftovers
Jakub Kicinski
2017-11-05
1
-4
/
+0
*
nfp: bpf: drop support for cls_bpf with legacy actions
Jakub Kicinski
2017-11-05
1
-80
/
+7
*
nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEG
Jiong Wang
2017-11-02
1
-0
/
+24
*
nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOT
Jiong Wang
2017-11-02
1
-1
/
+1
*
nfp: bpf: optimize mov64 a little
Jakub Kicinski
2017-10-24
1
-6
/
+15
*
nfp: bpf: support stack accesses via non-constant pointers
Jakub Kicinski
2017-10-24
1
-7
/
+34
*
nfp: bpf: support accessing the stack beyond 64 bytes
Jakub Kicinski
2017-10-24
1
-8
/
+106
*
nfp: bpf: allow stack accesses via modified stack registers
Jakub Kicinski
2017-10-24
1
-10
/
+13
*
nfp: bpf: optimize the RMW for stack accesses
Jakub Kicinski
2017-10-24
1
-8
/
+25
*
nfp: bpf: add stack read support
Jakub Kicinski
2017-10-24
1
-5
/
+76
*
nfp: bpf: add stack write support
Jakub Kicinski
2017-10-24
1
-0
/
+105
*
nfp: bpf: add helper for emitting nops
Jakub Kicinski
2017-10-24
1
-3
/
+8
*
nfp: bpf: support direct packet access in TC
Jakub Kicinski
2017-10-14
1
-2
/
+15
[next]