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