summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/bpf
AgeCommit message (Expand)Author
2018-12-20nfp: bpf: optimize codegen for JSET with a constantJakub Kicinski
2018-12-20nfp: bpf: remove the trivial JSET optimizationJakub Kicinski
2018-12-07nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang
2018-11-10bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet
2018-11-10nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet
2018-11-09nfp: bpf: relax prog rejection through max_pkt_offsetJiong Wang
2018-10-16nfp: bpf: double check vNIC capabilities after object sharingJakub Kicinski
2018-10-16nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski
2018-10-10nfp: flower: use rhashtable for flow cachingPieter Jansen van Vuuren
2018-10-08nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet
2018-10-08nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet
2018-10-08nfp: bpf: fix return address from register-saving subroutine to calleeQuentin Monnet
2018-10-08nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet
2018-10-08nfp: bpf: account for additional stack usage when checking stack limitQuentin Monnet
2018-10-08nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet
2018-10-08nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet
2018-10-08nfp: bpf: ignore helper-related checks for BPF calls in nfp verifierQuentin Monnet
2018-10-08nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet
2018-10-08nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet
2018-10-08bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet
2018-10-02nfp: bpf: allow control message sizing for map opsJakub Kicinski
2018-10-02nfp: bpf: parse global BPF ABI version capabilityJakub Kicinski
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski
2018-07-27nfp: bpf: improve map offload info messagesJakub Kicinski
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski
2018-07-27nfp: bpf: allow receiving perf events on data queuesJakub Kicinski
2018-07-27nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski
2018-07-22nfp: bring back support for offloading shared blocksJakub Kicinski
2018-07-18nfp: bpf: allow program sharing within ASICJakub Kicinski
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski
2018-07-13nfp: add support for simultaneous driver and hw XDPJakub Kicinski
2018-07-07nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u16 and u32 multiplicationsJiong Wang
2018-07-07nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-27nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang
2018-06-27nfp: reject binding to shared blocksJohn Hurley
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-25nfp: bpf: don't stop offload if replace failedJakub Kicinski