aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Monnet1-2/+2
2018-11-10nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet1-0/+5
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 Kicinski1-1/+13
2018-10-16nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski1-1/+17
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-10-08nfp: bpf: account for additional stack usage when checking stack limitQuentin Monnet1-8/+0
2018-10-08nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet1-1/+0
2018-10-08nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet1-0/+2
2018-10-08nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet1-1/+1
2018-07-27nfp: bpf: improve map offload info messagesJakub Kicinski1-4/+16
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski1-9/+13
2018-07-27nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski1-12/+9
2018-07-18nfp: bpf: allow program sharing within ASICJakub Kicinski1-8/+2
2018-07-07nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang1-1/+3
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang1-1/+1
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang1-0/+2
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski1-0/+47
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski1-2/+123
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski1-3/+42
2018-01-22nfp: bpf: use extack support to improve debuggingQuentin Monnet1-9/+15
2018-01-18bpf: offload: allow array map offloadJakub Kicinski1-0/+2
2018-01-18nfp: bpf: set new jit info fieldsJiong Wang1-1/+9
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski1-0/+104
2018-01-14bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski1-1/+1
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski1-6/+19
2018-01-10nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski1-2/+3
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski1-5/+10
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski1-17/+1
2018-01-10nfp: bpf: round up the size of the stackJakub Kicinski1-1/+1
2017-12-15nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski1-0/+2
2017-12-01nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang1-0/+1
2017-12-01nfp: bpf: record jump destination to simplify jump fixupJiong Wang1-3/+19
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-2/+8
2017-11-05nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski1-47/+38
2017-11-05nfp: bpf: move translation prepare to offload.cJakub Kicinski1-41/+87
2017-11-05nfp: bpf: move program prepare and free into offload.cJakub Kicinski1-0/+33
2017-11-05nfp: bpf: require seamless reload for program replaceJakub Kicinski1-32/+30
2017-11-05nfp: bpf: refactor offload logicJakub Kicinski1-43/+30
2017-11-05nfp: bpf: remove the register renumbering leftoversJakub Kicinski1-9/+4
2017-11-05nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski1-107/+1
2017-11-02nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski1-3/+0
2017-10-27drivers/net: netronome: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-10-24nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski1-6/+0
2017-10-24nfp: bpf: add stack write supportJakub Kicinski1-0/+14