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
Age
Commit message (
Expand
)
Author
2019-04-12
nfp: split out common control message handling code
Jakub Kicinski
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-23
nfp: bpf: fix ALU32 high bits clearance bug
Jiong Wang
2019-02-23
nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K
Jiong Wang
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
2019-02-01
nfp: bpf: complete ALU32 logic shift supports
Jiong Wang
2019-02-01
nfp: bpf: correct the behavior for shifts by zero
Jiong Wang
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
2019-01-23
nfp: bpf: don't use instruction number for jump target
Jakub Kicinski
2018-12-20
nfp: bpf: optimize codegen for JSET with a constant
Jakub Kicinski
2018-12-20
nfp: bpf: remove the trivial JSET optimization
Jakub Kicinski
2018-12-07
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-11-10
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
2018-11-10
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-10
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
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-11-09
nfp: bpf: relax prog rejection through max_pkt_offset
Jiong Wang
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-10
nfp: flower: use rhashtable for flow caching
Pieter Jansen van Vuuren
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: fix return address from register-saving subroutine to callee
Quentin Monnet
2018-10-08
nfp: bpf: update fixup function for BPF-to-BPF calls support
Quentin Monnet
2018-10-08
nfp: bpf: account for additional stack usage when checking stack limit
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-08
bpf: add verifier callback to get stack usage info for offloaded progs
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: improve map offload info messages
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-22
nfp: bring back support for offloading shared blocks
Jakub Kicinski
2018-07-18
nfp: bpf: allow program sharing within ASIC
Jakub Kicinski
2018-07-18
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
2018-07-18
bpf: offload: aggregate offloads per-device
Jakub Kicinski
[next]