summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/bpf
AgeCommit message (Expand)AuthorFilesLines
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski1-12/+12
2018-01-26nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-3/+1
2018-01-23nfp: bpf: use extack support to improve debuggingQuentin Monnet3-18/+39
2018-01-23nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet1-2/+2
2018-01-21Merge 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-19nfp: bpf: add short busy wait for FW repliesJakub Kicinski1-1/+8
2018-01-19bpf: 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-15nfp: bpf: implement bpf map offloadJakub Kicinski3-0/+109
2018-01-15nfp: bpf: add support for reading map memoryJakub Kicinski2-9/+76
2018-01-15nfp: bpf: add verification and codegen for map lookupsJakub Kicinski3-2/+138
2018-01-15nfp: bpf: parse function call and map capabilitiesJakub Kicinski3-0/+87
2018-01-15nfp: bpf: implement helpers for FW map opsJakub Kicinski3-4/+288
2018-01-15nfp: bpf: add basic control channel communicationJakub Kicinski4-0/+288
2018-01-15nfp: bpf: add map data structureJakub Kicinski2-1/+24
2018-01-15bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski1-1/+1
2018-01-10nfp: bpf: reuse verifier log for debug messagesQuentin Monnet1-14/+16
2018-01-10nfp: bpf: add signed jump insnsNic Viljoen1-0/+48
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski3-16/+22
2018-01-10nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2-7/+13
2018-01-10nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2-2/+19
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski4-87/+115
2018-01-10nfp: bpf: add helpers for modifying branch addressesJakub Kicinski1-12/+0
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski3-17/+25
2018-01-10nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski1-1/+3
2018-01-10nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski1-0/+20
2018-01-10nfp: bpf: round up the size of the stackJakub Kicinski1-1/+1
2017-12-31bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2-2/+2
2017-12-28nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski1-1/+29
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+28
2017-12-20nfp: bpf: keep track of the offloaded programJakub Kicinski2-4/+51
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski1-9/+3
2017-12-16nfp: bpf: correct printk formats for size_tJakub Kicinski1-2/+2
2017-12-15nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski4-2/+76
2017-12-15nfp: bpf: add basic support for adjust head callJakub Kicinski5-0/+188
2017-12-15nfp: bpf: prepare for call supportJakub Kicinski2-0/+28
2017-12-15nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski3-0/+88
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-7/+0
2017-12-01nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang1-0/+237
2017-12-01nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang1-7/+45
2017-12-01nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang2-0/+117
2017-12-01nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang2-2/+12
2017-12-01nfp: bpf: encode indirect commandsJakub Kicinski1-4/+13
2017-12-01nfp: bpf: correct the encoding for No-Dest immedJiong Wang1-3/+5
2017-12-01nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang1-0/+4
2017-12-01nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang1-0/+3