summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-258-45/+470
|\
| * xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-253-14/+35
| * 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
* | ibmvnic: Introduce hard reset recoveryThomas Falcon2018-05-252-4/+98
* | ibmvnic: Set resetting state at earliest possible pointThomas Falcon2018-05-251-2/+1Star
* | ibmvnic: Create separate initialization routine for resetsThomas Falcon2018-05-251-2/+46
* | ibmvnic: Handle error case when setting link stateThomas Falcon2018-05-251-0/+4
* | ibmvnic: Return error code if init interrupted by transport eventThomas Falcon2018-05-251-1/+4
* | ibmvnic: Check CRQ command return codesThomas Falcon2018-05-251-14/+37
* | ibmvnic: Introduce active CRQ stateThomas Falcon2018-05-252-0/+11
* | ibmvnic: Mark NAPI flag as disabled when releasedThomas Falcon2018-05-251-0/+1
* | cxgb4: Check for kvzalloc allocation failureYueHaibing2018-05-251-0/+4
* | amd-xgbe: Improve SFP 100Mbps auto-negotiationTom Lendacky2018-05-233-34/+50
* | amd-xgbe: Update the BelFuse quirk to support SGMIITom Lendacky2018-05-231-34/+75
* | amd-xgbe: Advertise FEC support with the KR re-driverTom Lendacky2018-05-231-0/+4
* | amd-xgbe: Always attempt link training in KR modeTom Lendacky2018-05-231-53/+16Star
* | amd-xgbe: Add ethtool show/set channels supportTom Lendacky2018-05-233-0/+163
* | amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky2018-05-232-60/+68
* | amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky2018-05-233-5/+72
* | amd-xgbe: Add ethtool support to retrieve SFP module infoTom Lendacky2018-05-234-0/+189
* | amd-xgbe: Remove field that indicates SFP diagnostic supportTom Lendacky2018-05-231-9/+0Star
* | amd-xgbe: Remove use of comm_owned fieldTom Lendacky2018-05-231-16/+0Star
* | amd-xgbe: Read and save the port property registers during probeTom Lendacky2018-05-233-47/+62
* | amd-xgbe: Fix debug output of max channel countsTom Lendacky2018-05-231-1/+1
* | cxgb4: do L1 config when module is insertedGanesh Goudar2018-05-233-12/+65
* | cxgb4: change the port capability bits definitionGanesh Goudar2018-05-233-7/+7
* | cxgb4: Add new T6 device idsGanesh Goudar2018-05-231-0/+2
* | net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATIONColin Ian King2018-05-234-10/+10
* | 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
* | qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru2018-05-231-0/+101
* | qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru2018-05-233-1/+160
* | qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+134
* | qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+831
* | qed: Add support for tlv request processing.Sudarsana Reddy Kalluru2018-05-235-1/+443
* | qed: Add MFW interfaces for TLV request support.Sudarsana Reddy Kalluru2018-05-231-0/+231
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-05-222-199/+264
|\ \
| * | i40e: use the more traditional 'i' loop variableJacob Keller2018-05-221-28/+28