summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: don't depend on eth_tbl being availableJakub Kicinski2018-04-274-16/+23
* nfp: flower: split and limit cmsg skb listsPieter Jansen van Vuuren2018-04-124-8/+46
* nfp: flower: move route ack control messages out of the workqueuePieter Jansen van Vuuren2018-04-121-3/+3
* nfp: print a message when mutex wait is interruptedJakub Kicinski2018-04-121-1/+4
* nfp: ignore signals when communicating with management FWJakub Kicinski2018-04-121-2/+1
* nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe2018-04-041-4/+5
* nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski2018-04-043-9/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-1/+5
|\
| * nfp: bpf: fix check of program max insn countJakub Kicinski2018-03-241-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-319-79/+770
|\ \
| * | nfp: bpf: improve wrong FW response warningsJakub Kicinski2018-03-281-6/+6
| * | nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-286-2/+47
| * | nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-285-15/+88
| * | nfp: bpf: expose command delay slotsJakub Kicinski2018-03-281-29/+24
| * | nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-286-3/+212
| * | nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-284-0/+17
| * | nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-284-0/+21
| * | nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-281-15/+25
| * | nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-283-27/+50
| * | nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski2018-03-281-3/+3
| * | nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-282-0/+145
| * | nfp: bpf: support unaligned read offsetJiong Wang2018-03-281-3/+70
| * | nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-283-2/+88
* | | nfp: flower: offload phys port MTU changeJohn Hurley2018-03-304-5/+146
* | | nfp: modify app MTU setting callbacksJohn Hurley2018-03-304-11/+33
* | | nfp: flower: implement ip fragmentation match offloadPieter Jansen van Vuuren2018-03-263-0/+30
* | | nfp: flower: refactor shared ip header in match offloadPieter Jansen van Vuuren2018-03-262-42/+38
* | | ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
|/ /
* | 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-021-1/+1
* nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-252-7/+4
* 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-211-11/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-202-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