summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: bpf: expose command delay slotsJakub Kicinski2018-03-291-29/+24Star
* nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-296-3/+212
* nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-294-0/+17
* nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-294-0/+21
* nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-291-15/+25
* nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-293-27/+50
* nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski2018-03-291-3/+3
* nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-292-0/+145
* nfp: bpf: support unaligned read offsetJiong Wang2018-03-291-3/+70
* nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-293-2/+88
* nfp: advertise firmware for mixed 10G/25G modeDirk van der Merwe2018-02-221-0/+1
* nfp: add Makefiles to all directoriesJakub Kicinski2018-02-225-0/+10
* nfp: flower: implement tcp flag match offloadPieter Jansen van Vuuren2018-02-164-2/+64
* nfp: standardize FW header whitespaceMichael Rapson2018-02-161-140/+140
* 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