summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* 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-131-0/+2
| * nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-133-1/+6
| * nfp: include all ring counters in interface statsJakub Kicinski2018-06-131-1/+1
| * nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski2018-06-131-5/+2Star
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-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-255-28/+169
* nfp: flower: implement host cmsg handler for LAGJohn Hurley2018-05-253-2/+105
* nfp: flower: monitor and offload LAG groupsJohn Hurley2018-05-254-3/+646
* nfp: flower: add per repr private data for LAG offloadJohn Hurley2018-05-252-0/+34
* nfp: flower: check for/turn on LAG support in firmwareJohn Hurley2018-05-254-0/+19
* nfp: nfpcore: add rtsym writing functionJohn Hurley2018-05-252-0/+45
* nfp: add ndo_set_mac_address for representorsJohn Hurley2018-05-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-255-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
* | nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski2018-05-236-0/+155
* | nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski2018-05-231-50/+44Star
* | nfp: add shared buffer configurationJakub Kicinski2018-05-236-1/+294
* | nfp: add support for per-PCI PF mailboxJakub Kicinski2018-05-233-0/+173
* | nfp: move rtsym helpers to pf codeJakub Kicinski2018-05-233-48/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-141-1/+1
| |\ \
| | * | nfp: bpf: allow zero-length capabilitiesJakub Kicinski2018-05-091-1/+1
* | | | devlink: extend attrs_set for setting port flavoursJiri Pirko2018-05-191-2/+3
* | | | devlink: introduce devlink_port_attrs_setJiri Pirko2018-05-191-2/+2
* | | | nfp: flower: fix error path during representor creationJiri Pirko2018-05-173-4/+19
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-176-12/+105
|\ \ \
| * | | nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-096-12/+105