index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
/
main.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfp: bpf: add simple map op cache
Jakub Kicinski
2019-08-31
1
-0
/
+23
*
nfp: bpf: rework MTU checking
Jakub Kicinski
2019-08-31
1
-0
/
+1
*
nfp: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
1
-0
/
+2
*
nfp: split out common control message handling code
Jakub Kicinski
2019-04-12
1
-14
/
+3
*
nfp: bpf: implement jitting of JMP32
Jiong Wang
2019-01-26
1
-2
/
+20
*
nfp: bpf: support removing dead code
Jakub Kicinski
2019-01-23
1
-1
/
+5
*
nfp: bpf: support optimizing dead branches
Jakub Kicinski
2019-01-23
1
-0
/
+14
*
nfp: bpf: save original program length
Jakub Kicinski
2019-01-23
1
-2
/
+4
*
nfp: bpf: split up the skip flag
Jakub Kicinski
2019-01-23
1
-2
/
+7
*
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
2018-11-10
1
-1
/
+1
*
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
2018-11-10
1
-0
/
+4
*
nfp: bpf: double check vNIC capabilities after object sharing
Jakub Kicinski
2018-10-16
1
-0
/
+3
*
nfp: bpf: protect against mis-initializing atomic counters
Jakub Kicinski
2018-10-16
1
-1
/
+6
*
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
-0
/
+1
*
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
2018-10-08
1
-0
/
+2
*
nfp: bpf: update fixup function for BPF-to-BPF calls support
Quentin Monnet
2018-10-08
1
-0
/
+2
*
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
2018-10-08
1
-0
/
+20
*
nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT
Quentin Monnet
2018-10-08
1
-1
/
+2
*
nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
Quentin Monnet
2018-10-08
1
-0
/
+8
*
nfp: bpf: copy eBPF subprograms information from kernel verifier
Quentin Monnet
2018-10-08
1
-0
/
+12
*
nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
Quentin Monnet
2018-10-08
1
-2
/
+2
*
nfp: bpf: allow control message sizing for map ops
Jakub Kicinski
2018-10-02
1
-0
/
+7
*
nfp: bpf: parse global BPF ABI version capability
Jakub Kicinski
2018-10-02
1
-0
/
+4
*
nfp: bpf: xdp_adjust_tail support
Jakub Kicinski
2018-08-04
1
-0
/
+2
*
nfp: bpf: remember maps by ID
Jakub Kicinski
2018-07-27
1
-0
/
+3
*
nfp: bpf: allow receiving perf events on data queues
Jakub Kicinski
2018-07-27
1
-0
/
+3
*
nfp: bpf: pass raw data buffer to nfp_bpf_event_output()
Jakub Kicinski
2018-07-27
1
-1
/
+2
*
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
2018-07-18
1
-0
/
+4
*
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
2018-07-07
1
-0
/
+5
*
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
2018-07-07
1
-0
/
+5
*
nfp: bpf: copy range info for all operands of all ALU operations
Jiong Wang
2018-07-07
1
-21
/
+12
*
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
2018-07-07
1
-5
/
+5
*
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
2018-05-18
1
-0
/
+28
*
nfp: bpf: support setting the RX queue index
Jakub Kicinski
2018-05-09
1
-0
/
+8
*
nfp: bpf: perf event output helpers support
Jakub Kicinski
2018-05-04
1
-0
/
+4
*
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
2018-05-04
1
-1
/
+19
*
nfp: bpf: optimize comparisons to negative constants
Jakub Kicinski
2018-04-25
1
-1
/
+5
*
nfp: bpf: add support for bpf_get_prandom_u32()
Jakub Kicinski
2018-03-28
1
-0
/
+4
*
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
2018-03-28
1
-0
/
+7
*
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
2018-03-28
1
-0
/
+17
*
nfp: bpf: add map deletes from the datapath
Jakub Kicinski
2018-03-28
1
-0
/
+2
*
nfp: bpf: add map updates from the datapath
Jakub Kicinski
2018-03-28
1
-0
/
+2
*
nfp: bpf: add helper for validating stack pointers
Jakub Kicinski
2018-03-28
1
-3
/
+11
*
nfp: bpf: detect packet reads could be cached, enable the optimisation
Jiong Wang
2018-03-28
1
-0
/
+30
*
nfp: bpf: read from packet data cache for PTR_TO_PACKET
Jiong Wang
2018-03-28
1
-0
/
+9
*
nfp: fix kdoc warnings on nested structures
Jakub Kicinski
2018-02-06
1
-12
/
+12
*
nfp: bpf: use extack support to improve debugging
Quentin Monnet
2018-01-22
1
-1
/
+1
*
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
2018-01-17
1
-0
/
+1
*
nfp: bpf: implement bpf map offload
Jakub Kicinski
2018-01-14
1
-0
/
+4
[next]