aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf
Commit message (Expand)AuthorAge
* nfp: bpf: double check vNIC capabilities after object sharingJakub Kicinski2018-10-16
* nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski2018-10-16
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-11
* nfp: flower: use rhashtable for flow cachingPieter Jansen van Vuuren2018-10-11
* nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet2018-10-08
* nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet2018-10-08
* nfp: bpf: fix return address from register-saving subroutine to calleeQuentin Monnet2018-10-08
* nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet2018-10-08
* nfp: bpf: account for additional stack usage when checking stack limitQuentin Monnet2018-10-08
* nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet2018-10-08
* nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet2018-10-08
* nfp: bpf: ignore helper-related checks for BPF calls in nfp verifierQuentin Monnet2018-10-08
* nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet2018-10-08
* nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet2018-10-08
* bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-08
* nfp: bpf: allow control message sizing for map opsJakub Kicinski2018-10-02
* nfp: bpf: parse global BPF ABI version capabilityJakub Kicinski2018-10-02
* nfp: bpf: xdp_adjust_tail supportJakub Kicinski2018-08-04
* nfp: bpf: improve map offload info messagesJakub Kicinski2018-07-27
* nfp: bpf: remember maps by IDJakub Kicinski2018-07-27
* nfp: bpf: allow receiving perf events on data queuesJakub Kicinski2018-07-27
* nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski2018-07-27
* nfp: bring back support for offloading shared blocksJakub Kicinski2018-07-22
* nfp: bpf: allow program sharing within ASICJakub Kicinski2018-07-18
* bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-18
* bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-18
* nfp: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-13
* nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang2018-07-06
* nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang2018-07-06
* nfp: bpf: support u16 and u32 multiplicationsJiong Wang2018-07-06
* nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang2018-07-06
* nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang2018-07-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-03
|\
| * nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang2018-06-27
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-02
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-30
| |\
| | * nfp: bpf: don't stop offload if replace failedJakub Kicinski2018-06-25
| * | nfp: reject binding to shared blocksJohn Hurley2018-06-26
| |/
* / net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-24
|\
| * nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang2018-05-18
| * nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2018-05-18
| * nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
|\ \ | |/ |/|
| * nfp: bpf: allow zero-length capabilitiesJakub Kicinski2018-05-09
* | nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-09
* | nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2018-05-04
* | nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-04
* | nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-04
* | nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2018-04-25