aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf
AgeCommit message (Expand)Author
2020-01-27nfp: bpf: fix static check error through tightening shift amount adjustmentJiong Wang
2019-12-01nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski
2019-03-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang
2019-03-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski
2018-07-27nfp: bpf: improve map offload info messagesJakub Kicinski
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski
2018-07-27nfp: bpf: allow receiving perf events on data queuesJakub Kicinski
2018-07-27nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski
2018-07-22nfp: bring back support for offloading shared blocksJakub Kicinski
2018-07-18nfp: bpf: allow program sharing within ASICJakub Kicinski
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski
2018-07-13nfp: add support for simultaneous driver and hw XDPJakub Kicinski
2018-07-07nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u16 and u32 multiplicationsJiong Wang
2018-07-07nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-27nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang
2018-06-27nfp: reject binding to shared blocksJohn Hurley
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-25nfp: bpf: don't stop offload if replace failedJakub Kicinski
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang
2018-05-09nfp: bpf: allow zero-length capabilitiesJakub Kicinski
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski
2018-05-04nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski
2018-04-25nfp: bpf: remove double spaceJakub Kicinski
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley
2018-03-28nfp: bpf: improve wrong FW response warningsJakub Kicinski
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski