summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower: enabled offloading of Team LAGJohn Hurley2018-06-301-2/+3
* nfp: flower: offload tos and tunnel flags for ipv4 udp tunnelsJohn Hurley2018-06-302-2/+11
* nfp: flower: extract ipv4 udp tunnel ttl from routeJohn Hurley2018-06-301-1/+18
* nfp: flower: ignore checksum actions when performing pedit actionsPieter Jansen van Vuuren2018-06-301-8/+72
* nfp: populate bus-info on representorsJakub Kicinski2018-06-301-5/+3
* nfp: make use of napi_consume_skb()Jakub Kicinski2018-06-301-5/+6
* nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski2018-06-301-0/+18
* nfp: fail probe if serial or interface id is missingJakub Kicinski2018-06-303-14/+28
* nfp: expose ring stats of inactive rings via ethtoolJakub Kicinski2018-06-301-31/+19
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-262-2/+2
* nfp: handle cls_flower command default caseJiri Pirko2018-06-251-2/+2
* 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
* | 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/+44