aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Merge 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-04nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2-21/+32
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski7-4/+187
2018-05-04nfp: 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-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2018-03-31Merge 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
2018-03-28nfp: bpf: improve wrong FW response warningsJakub Kicinski1-6/+6
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski5-2/+46
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski3-15/+84
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski1-29/+24
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski4-3/+209
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski4-0/+17
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski4-0/+21
2018-03-28nfp: bpf: add helper for basic map call checksJakub Kicinski1-15/+25
2018-03-28nfp: bpf: add helper for validating stack pointersJakub Kicinski3-27/+50
2018-03-28nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski1-3/+3
2018-03-28nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2-0/+145
2018-03-28nfp: bpf: support unaligned read offsetJiong Wang1-3/+70
2018-03-28nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2-2/+87
2018-03-24nfp: bpf: fix check of program max insn countJakub Kicinski1-1/+5
2018-02-22nfp: add Makefiles to all directoriesJakub Kicinski1-0/+2
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski1-8/+1
2018-02-08nfp: bpf: require ETH tableJakub Kicinski1-0/+12
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski1-12/+12
2018-01-25nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-3/+1
2018-01-22nfp: bpf: use extack support to improve debuggingQuentin Monnet3-18/+39
2018-01-22nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet1-2/+2
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-2/+19
2018-01-19nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski1-1/+1
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski1-0/+2
2018-01-18nfp: bpf: add short busy wait for FW repliesJakub Kicinski1-1/+8
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-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet3-0/+12
2018-01-17nfp: bpf: print map lookup problems into verifier logJakub Kicinski1-6/+8
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski3-0/+109
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski2-9/+76
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski3-2/+138
2018-01-14nfp: bpf: parse function call and map capabilitiesJakub Kicinski3-0/+87