summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: avoid soft lockups under control message stormJakub Kicinski2018-10-181-5/+12
* nfp: avoid buffer leak when FW communication failsJakub Kicinski2018-09-261-3/+10
* nfp: don't fail probe on pci_sriov_set_totalvfs() errorsJakub Kicinski2018-09-261-8/+12
* nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski2018-09-151-15/+33
* nfp: flower: fix port metadata conversion bugJohn Hurley2018-07-281-1/+3
* nfp: flower: ensure dead neighbour entries are not offloadedJohn Hurley2018-07-221-1/+1
* Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-081-5/+1
|\
| * nfp: stop limiting VFs to 0Jakub Kicinski2018-06-291-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-3/+3
|\ \
| * | nfp: bpf: don't stop offload if replace failedJakub Kicinski2018-06-251-3/+3
| |/
* | nfp: cast sizeof() to int when comparing with error codeChengguang Xu2018-06-271-1/+1
* | nfp: reject binding to shared blocksJohn Hurley2018-06-272-0/+6
* | nfp: flower: fix mpls ether type detectionPieter Jansen van Vuuren2018-06-272-0/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-165-7/+11
|\
| * nfp: flower: free dst_entry in route tablePieter Jansen van Vuuren2018-06-121-0/+2
| * nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-123-1/+6
| * nfp: include all ring counters in interface statsJakub Kicinski2018-06-121-1/+1
| * nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski2018-06-121-5/+2
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-1/+1
|/
* devlink: Add extack to reload and port_{un, }split operationsDavid Ahern2018-06-051-2/+3
* nfp: abm: report correct MQ statsJakub Kicinski2018-05-291-0/+24
* nfp: abm: multi-queue RED offloadJakub Kicinski2018-05-293-48/+208
* nfp: abm: expose all PF queuesJakub Kicinski2018-05-293-6/+16
* nfp: abm: expose the internal stats in ethtoolJakub Kicinski2018-05-293-0/+75
* nfp: allow apps to add extra stats to portsJakub Kicinski2018-05-294-2/+45
* nfp: abm: report statistics from RED offloadJakub Kicinski2018-05-293-0/+244
* nfp: abm: add simple RED offloadJakub Kicinski2018-05-292-0/+92
* nfp: abm: add helpers for configuring queue marking levelsJakub Kicinski2018-05-293-0/+88
* nfp: abm: enable advanced queuing on demandJakub Kicinski2018-05-294-0/+40
* nfp: prefix vNIC phys_port_name with 'n'Jakub Kicinski2018-05-291-1/+1
* nfp: return -EOPNOTSUPP from .ndo_get_phys_port_name for VFsJakub Kicinski2018-05-291-5/+6
* nfp: flower: compute link aggregation actionJohn Hurley2018-05-245-28/+169
* nfp: flower: implement host cmsg handler for LAGJohn Hurley2018-05-243-2/+105
* nfp: flower: monitor and offload LAG groupsJohn Hurley2018-05-244-3/+646
* nfp: flower: add per repr private data for LAG offloadJohn Hurley2018-05-242-0/+34
* nfp: flower: check for/turn on LAG support in firmwareJohn Hurley2018-05-244-0/+19
* nfp: nfpcore: add rtsym writing functionJohn Hurley2018-05-242-0/+45
* nfp: add ndo_set_mac_address for representorsJohn Hurley2018-05-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-245-31/+435
|\
| * nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang2018-05-181-10/+89
| * nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2018-05-182-0/+35
| * nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-185-32/+322
* | nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski2018-05-235-7/+30
* | nfp: use split in naming of PCIe PF portsJakub Kicinski2018-05-233-1/+11
* | nfp: abm: force Ethternet port upJakub Kicinski2018-05-233-0/+18
* | nfp: abm: spawn port netdevsJakub Kicinski2018-05-234-20/+225
* | nfp: add devlink_eswitch_mode_set callbackJakub Kicinski2018-05-232-0/+22
* | nfp: add app pointer to port representorsJakub Kicinski2018-05-231-0/+2
* | nfp: abm: create project-specific vNIC structureJakub Kicinski2018-05-236-4/+186