summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/bpf
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-29/+419
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang1-10/+89
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang1-0/+34
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang4-30/+307
2018-05-09nfp: bpf: allow zero-length capabilitiesJakub Kicinski1-1/+1
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski5-2/+93
2018-05-05nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2-21/+32
2018-05-05nfp: bpf: perf event output helpers supportJakub Kicinski7-4/+187
2018-05-05nfp: bpf: record offload neutral maps in the driverJakub Kicinski3-5/+165
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2-13/+35
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski1-107/+61
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski1-0/+35
2018-04-25nfp: bpf: remove double spaceJakub Kicinski1-1/+1
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-79/+761
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley1-2/+2