summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-262-7/+4Star
* nfp: fix error return code in nfp_pci_probe()Wei Yongjun2018-01-231-0/+1
* nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann2018-01-231-6/+10
* nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-223-18/+39
* nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-223-6/+9
* nfp: flower: prioritize stats updatesPieter Jansen van Vuuren2018-01-221-11/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-212-2/+19
|\
| * nfp: bpf: add short busy wait for FW repliesJakub Kicinski2018-01-181-1/+8
| * bpf: offload: allow array map offloadJakub Kicinski2018-01-181-0/+2
| * nfp: bpf: set new jit info fieldsJiong Wang2018-01-181-1/+9
* | nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski2018-01-191-1/+1
* | nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski2018-01-194-0/+12
* | nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski2018-01-191-11/+20
* | nfp: read mailbox address from TLV capsJakub Kicinski2018-01-193-10/+46
* | nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski2018-01-195-13/+19
* | nfp: add TLV capabilities to the BARJakub Kicinski2018-01-195-3/+186
* | nfp: improve app not found messageJakub Kicinski2018-01-191-1/+1
* | nfp: protect each repr pointer individually with RCUJakub Kicinski2018-01-193-63/+68
* | nfp: add nfp_reprs_get_locked() helperJakub Kicinski2018-01-193-5/+13
* | nfp: register devlink after app is createdJakub Kicinski2018-01-193-36/+29Star
* | nfp: release global resources only on the remove pathJakub Kicinski2018-01-191-23/+13Star
* | nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski2018-01-194-45/+58
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+1
|\
| * nfp: use the correct index for link speed tableJakub Kicinski2018-01-161-1/+1
* | nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet2018-01-173-0/+12
* | nfp: bpf: print map lookup problems into verifier logJakub Kicinski2018-01-171-6/+8
* | nfp: bpf: implement bpf map offloadJakub Kicinski2018-01-143-0/+109
* | nfp: bpf: add support for reading map memoryJakub Kicinski2018-01-142-9/+76
* | nfp: bpf: add verification and codegen for map lookupsJakub Kicinski2018-01-143-2/+138
* | nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski2018-01-142-0/+62
* | nfp: bpf: parse function call and map capabilitiesJakub Kicinski2018-01-143-0/+87
* | nfp: bpf: implement helpers for FW map opsJakub Kicinski2018-01-143-4/+288
* | nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-148-0/+317
* | nfp: bpf: add map data structureJakub Kicinski2018-01-142-1/+24
* | bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-0/+2
|\|
| * nfp: always unmask aux interrupts at initJakub Kicinski2018-01-101-0/+2
* | nfp: bpf: reuse verifier log for debug messagesQuentin Monnet2018-01-101-14/+16
* | nfp: bpf: add signed jump insnsNic Viljoen2018-01-102-0/+49
* | nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-105-61/+34Star
* | nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2018-01-102-7/+13
* | nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2018-01-102-2/+19
* | nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-104-87/+115
* | nfp: bpf: add helpers for modifying branch addressesJakub Kicinski2018-01-103-12/+34
* | nfp: bpf: move jump resolution to jit.cJakub Kicinski2018-01-103-17/+25
* | nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski2018-01-101-1/+3
* | nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski2018-01-104-0/+46
* | nfp: bpf: round up the size of the stackJakub Kicinski2018-01-101-1/+1
* | nfp: fix incumbent kdoc warningsJakub Kicinski2018-01-102-55/+57
* | nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski2018-01-101-4/+8