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