blob: d23fb6b2f5b5462a67ae0b6683659f8af09dfec0 [file] [log] [blame]
e90287f3aaf6 ("nfp: bpf: don't use instruction number for jump target")
445496231445 ("nfp: bpf: optimise save/restore for R6~R9 based on register usage")
2178f3f0dc20 ("nfp: bpf: fix return address from register-saving subroutine to callee")
bdf4c66faf5f ("nfp: bpf: update fixup function for BPF-to-BPF calls support")
389f263b60c9 ("nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver")
bcfdfb7c962d ("nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier")
c5da54d93eb4 ("nfp: bpf: copy eBPF subprograms information from kernel verifier")
1a7e62e6329c ("nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth")
c941ce9c282c ("bpf: add verifier callback to get stack usage info for offloaded progs")
991f5b3651f6 ("nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)")
630a4d3874a0 ("nfp: bpf: record offload neutral maps in the driver")
7bdc97be9075 ("nfp: bpf: optimize comparisons to negative constants")
61dd8f000779 ("nfp: bpf: tabularize generations of compare operations")
6c59500c2dbf ("nfp: bpf: optimize add/sub of a negative constant")
41aed09cf61c ("nfp: bpf: add support for atomic add of unknown values")
b556ddd9c199 ("nfp: bpf: expose command delay slots")
dcb0c27f3c98 ("nfp: bpf: add basic support for atomic adds")
2f46e0c12735 ("nfp: bpf: add helper for validating stack pointers")
87b10ecdced2 ("nfp: bpf: detect packet reads could be cached, enable the optimisation")
be75923786aa ("nfp: bpf: read from packet data cache for PTR_TO_PACKET")
eb1d7db927a9 ("nfp: bpf: set new jit info fields")
7dfa4d87cfc4 ("nfp: bpf: print map lookup problems into verifier log")
1bba4c413a32 ("nfp: bpf: implement bpf map offload")
3dd43c3319cb ("nfp: bpf: add support for reading map memory")
77a3d3113ba2 ("nfp: bpf: add verification and codegen for map lookups")
d48ae231c5e1 ("nfp: bpf: add basic control channel communication")
4da98eea7903 ("nfp: bpf: add map data structure")
c087aa8bbf83 ("nfp: bpf: add signed jump insns")
af93d15ac6c4 ("nfp: hand over to BPF offload app at coarser granularity")
44a12ecc1cab ("nfp: bpf: don't depend on high order allocations for program image")
2314fe9ed0a1 ("nfp: bpf: relocate jump targets just before the load")
1549921da3e8 ("nfp: bpf: move jump resolution to jit.c")
c4f7730be580 ("nfp: bpf: round up the size of the stack")
cae1927c0b4a ("bpf: offload: allow netdev to disappear while verifier is running")
4f83435ad777 ("nfp: bpf: allocate vNIC priv for keeping track of the offloaded program")
fba961ab29e5 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net")