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
2021-03-29
ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
Lv Yunlong
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2020-02-24
netronome: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
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-10-08
nfp: bpf: make array exp_mask static, makes object smaller
Colin Ian King
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-08-31
nfp: bpf: add simple map op cache
Jakub Kicinski
2019-08-31
nfp: bpf: rework MTU checking
Jakub Kicinski
2019-08-26
nfp: bpf: fix latency bug when updating stack index register
Jiong Wang
2019-08-21
treewide: remove dummy Makefiles for single targets
Masahiro Yamada
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
2019-07-09
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
2019-05-24
nfp: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-09
nfp: bpf: fix static check error through tightening shift amount adjustment
Jiong Wang
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
[next]