summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf
AgeCommit message (Expand)Author
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang
2019-02-12bpf: offload: add priv field for driversJakub Kicinski
2019-02-01nfp: bpf: complete ALU32 logic shift supportsJiong Wang
2019-02-01nfp: bpf: correct the behavior for shifts by zeroJiong Wang
2019-01-26nfp: bpf: implement jitting of JMP32Jiong Wang
2019-01-23nfp: bpf: support removing dead codeJakub Kicinski
2019-01-23nfp: bpf: support optimizing dead branchesJakub Kicinski
2019-01-23nfp: bpf: save original program lengthJakub Kicinski
2019-01-23nfp: bpf: split up the skip flagJakub Kicinski
2019-01-23nfp: bpf: don't use instruction number for jump targetJakub Kicinski
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