index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
/
offload.c
Age
Commit message (
Expand
)
Author
2021-10-28
nfp: bpf: relax prog rejection for mtu check through max_pkt_offset
Yu Xiao
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-11-23
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-08-31
nfp: bpf: add simple map op cache
Jakub Kicinski
2019-04-12
nfp: split out common control message handling code
Jakub Kicinski
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
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
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-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: 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-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: pass raw data buffer to nfp_bpf_event_output()
Jakub Kicinski
2018-07-18
nfp: bpf: allow program sharing within ASIC
Jakub Kicinski
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-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-03-28
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
2018-01-22
nfp: bpf: use extack support to improve debugging
Quentin Monnet
2018-01-18
bpf: offload: allow array map offload
Jakub Kicinski
2018-01-18
nfp: bpf: set new jit info fields
Jiong Wang
2018-01-14
nfp: bpf: implement bpf map offload
Jakub Kicinski
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
2018-01-10
nfp: hand over to BPF offload app at coarser granularity
Jakub Kicinski
2018-01-10
nfp: bpf: don't depend on high order allocations for program image
Jakub Kicinski
2018-01-10
nfp: bpf: relocate jump targets just before the load
Jakub Kicinski
2018-01-10
nfp: bpf: move jump resolution to jit.c
Jakub Kicinski
2018-01-10
nfp: bpf: round up the size of the stack
Jakub Kicinski
2017-12-15
nfp: bpf: prepare for parsing BPF FW capabilities
Jakub Kicinski
2017-12-01
nfp: bpf: flag jump destination to guide insn combine optimizations
Jiong Wang
2017-12-01
nfp: bpf: record jump destination to simplify jump fixup
Jiong Wang
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
[next]