summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* nfp: bring back support for offloading shared blocksJakub Kicinski2018-07-221-3/+0Star
* nfp: bpf: allow program sharing within ASICJakub Kicinski2018-07-181-8/+2Star
* bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-182-2/+16
* bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-181-0/+13
* nfp: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-131-9/+2Star
* nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang2018-07-071-11/+53
* nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang2018-07-073-1/+93
* nfp: bpf: support u16 and u32 multiplicationsJiong Wang2018-07-073-11/+189
* nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang2018-07-073-23/+20Star
* nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang2018-07-074-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-041-2/+3
|\
| * nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang2018-06-271-2/+3
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-3/+6
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-3/+3
| |\
| | * nfp: bpf: don't stop offload if replace failedJakub Kicinski2018-06-251-3/+3
| * | nfp: reject binding to shared blocksJohn Hurley2018-06-271-0/+3
| |/
* / net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-254-29/+419
|\
| * nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang2018-05-181-10/+89
| * nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2018-05-181-0/+34
| * nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-184-30/+307
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\ \ | |/ |/|
| * nfp: bpf: allow zero-length capabilitiesJakub Kicinski2018-05-091-1/+1
* | nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-095-2/+93
* | nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2018-05-042-21/+32
* | nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-047-4/+187
* | nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-043-5/+165
* | nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2018-04-252-13/+35
* | nfp: bpf: tabularize generations of compare operationsJakub Kicinski2018-04-251-107/+61Star
* | nfp: bpf: optimize add/sub of a negative constantJakub Kicinski2018-04-251-0/+35
* | nfp: bpf: remove double spaceJakub Kicinski2018-04-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-021-1/+5
|\
| * nfp: bpf: fix check of program max insn countJakub Kicinski2018-03-241-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-017-79/+761
|\ \
| * | nfp: bpf: improve wrong FW response warningsJakub Kicinski2018-03-291-6/+6
| * | nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-295-2/+46
| * | nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-293-15/+84
| * | nfp: bpf: expose command delay slotsJakub Kicinski2018-03-291-29/+24Star
| * | nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-294-3/+209
| * | nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-294-0/+17
| * | nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-294-0/+21
| * | nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-291-15/+25
| * | nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-293-27/+50
| * | nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski2018-03-291-3/+3
| * | nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-292-0/+145
| * | nfp: bpf: support unaligned read offsetJiong Wang2018-03-291-3/+70
| * | nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-292-2/+87
* | | nfp: modify app MTU setting callbacksJohn Hurley2018-03-301-2/+2
|/ /
* / nfp: add Makefiles to all directoriesJakub Kicinski2018-02-221-0/+2
|/
* nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-081-8/+1Star