summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-1/+1
|\
| * nfp: bpf: fix immed relocation for larger offsetsJakub Kicinski2018-02-081-1/+1
* | nfp: populate MODULE_VERSIONJakub Kicinski2018-02-081-0/+1
* | nfp: limit the number of TSO segmentsJakub Kicinski2018-02-082-1/+6
* | nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-087-21/+33
* | nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski2018-02-081-1/+1
* | nfp: bpf: require ETH tableJakub Kicinski2018-02-081-0/+12
* | nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-065-49/+55
|/
* nfp: fix TLV offset calculationEdwin Peer2018-02-031-1/+1
* 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