index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
Commit message (
Expand
)
Author
Age
*
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-16
*
nfp: replace long license headers with SPDX
Jakub Kicinski
2018-10-11
*
nfp: flower: use rhashtable for flow caching
Pieter Jansen van Vuuren
2018-10-11
*
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-08
*
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-10-02
*
nfp: bpf: xdp_adjust_tail support
Jakub Kicinski
2018-08-04
*
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-27
*
nfp: bring back support for offloading shared blocks
Jakub Kicinski
2018-07-22
*
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
2018-07-18
*
nfp: add support for simultaneous driver and hw XDP
Jakub Kicinski
2018-07-13
*
nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.h
Jiong Wang
2018-07-06
*
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
2018-07-06
*
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
2018-07-06
*
nfp: bpf: copy range info for all operands of all ALU operations
Jiong Wang
2018-07-06
*
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
2018-07-06
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-03
|
\
|
*
nfp: bpf: allow source ptr type be map ptr in memcpy optimization
Jiong Wang
2018-06-27
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-02
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-06-30
|
|
\
|
|
*
nfp: bpf: don't stop offload if replace failed
Jakub Kicinski
2018-06-25
|
*
|
nfp: reject binding to shared blocks
John Hurley
2018-06-26
|
|
/
*
/
net: sched: pass extack pointer to block binds and cb registration
John Hurley
2018-06-26
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-24
|
\
|
*
nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)
Jiong Wang
2018-05-18
|
*
nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)
Jiong Wang
2018-05-18
|
*
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
2018-05-18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-21
|
\
\
|
|
/
|
/
|
|
*
nfp: bpf: allow zero-length capabilities
Jakub Kicinski
2018-05-09
*
|
nfp: bpf: support setting the RX queue index
Jakub Kicinski
2018-05-09
*
|
nfp: bpf: rewrite map pointers with NFP TIDs
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-05-04
*
|
nfp: bpf: optimize comparisons to negative constants
Jakub Kicinski
2018-04-25
[next]