summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* qed: Support dynamic s-tag changeMintz, Yuval2017-05-305-1/+64
* qed: QL41xxx VF MSI-x tableMintz, Yuval2017-05-303-4/+66
* qed: Don't inherit RoCE DCBx for V2Sudarsana Reddy Kalluru2017-05-301-11/+0Star
* qed: Correct DCBx update schemeSudarsana Reddy Kalluru2017-05-302-9/+10
* qed: Add missing static/local dcbx infoSudarsana Reddy Kalluru2017-05-301-1/+3
* nfp: don't keep count for free buffers delayed kickJakub Kicinski2017-05-302-8/+2Star
* nfp: don't add ring size to index calculationsJakub Kicinski2017-05-301-2/+2
* nfp: fix print format for ring pointers in ring dumpsJakub Kicinski2017-05-301-2/+2
* nfp: don't wait for resources indefinitelyJakub Kicinski2017-05-303-4/+20
* nfp: add hwmon supportDavid Brunecz2017-05-308-7/+286
* nfp: support variable NSP response lengthsJakub Kicinski2017-05-301-0/+8
* nfp: shorten CPP core probe logsJakub Kicinski2017-05-301-8/+11
* nfp: support long reads and writes with the cpp helpersJakub Kicinski2017-05-302-18/+72
* nfp: only try to get to PCIe ctrl memory if BARs are wide enoughJakub Kicinski2017-05-301-2/+8
* nfp: don't set aux pointers if ioremap failedJakub Kicinski2017-05-301-8/+12
* nfp: set driver VF limitJakub Kicinski2017-05-301-8/+15
* nfp: add set_mac_address support while the interface is upPablo Cascón2017-05-302-10/+36
* nfp: add MAY_USE_DEVLINK dependencyJakub Kicinski2017-05-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-279-36/+119
|\
| * net: ethernet: ax88796: don't call free_irq without request_irq firstUwe Kleine-König2017-05-261-5/+2Star
| * be2net: Fix offload features for Q-in-Q packetsVlad Yasevich2017-05-241-1/+3
| * Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-05-246-29/+99
| |\
| | * net/mlx5: Tolerate irq_set_affinity_hint() failuresTariq Toukan2017-05-231-11/+4Star
| | * net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia2017-05-233-7/+38
| | * net/mlx5e: IPoIB, handle RX packet correctlyErez Shitrit2017-05-231-1/+7
| | * net/mlx5e: Fix warnings around parsing of TC pedit actionsOr Gerlitz2017-05-231-7/+7
| | * net/mlx5e: Properly enforce disallowing of partial field re-write offloadOr Gerlitz2017-05-231-2/+3
| | * net/mlx5e: Allow TC csum offload if applied together with pedit actionOr Gerlitz2017-05-231-0/+39
| | * net/mlx5e: Use the correct delete call on offloaded TC encap entry detachOr Gerlitz2017-05-231-1/+1
| * | net: fec: add post PHY reset delay DT propertyQuentin Schulz2017-05-241-1/+15
| |/
* | ibmvnic: Reset sub-crqs during driver resetNathan Fontenot2017-05-261-3/+43
* | ibmvnic: Reset tx/rx pools on driver resetNathan Fontenot2017-05-261-4/+67
* | ibmvnic: Reset the CRQ queue during driver resetNathan Fontenot2017-05-261-2/+8
* | ibmvnic: Check adapter state during ibmvnic_pollNathan Fontenot2017-05-261-1/+7
* | ibmvnic: Deactivate RX pool buffer replenishment on H_CLOSEDThomas Falcon2017-05-261-0/+21
* | ibmvnic: Halt TX and report carrier off on H_CLOSED return codeThomas Falcon2017-05-261-2/+8
* | ibmvnic: Non-fatal error handlingJohn Allen2017-05-262-25/+32
* | ibmvnic: Fix cleanup of SKB's on driver closeThomas Falcon2017-05-261-1/+1
* | ibmvnic: Send gratuitous arp on resetJohn Allen2017-05-261-0/+1
* | ibmvnic: Handle failover after failed init crqJohn Allen2017-05-262-2/+11
* | ibmvnic: Track state of adapter napisJohn Allen2017-05-262-9/+29
* | mlxsw: spectrum_router: Implement common RIF coreIdo Schimmel2017-05-263-237/+337
* | mlxsw: spectrum: Implement common FID coreIdo Schimmel2017-05-268-761/+1278
* | mlxsw: spectrum_router: Determine VR first when creating RIFIdo Schimmel2017-05-261-16/+22
* | mlxsw: spectrum_router: Flood packets to router after RIF creationIdo Schimmel2017-05-261-8/+8
* | mlxsw: spectrum_router: Destroy RIF only based on its structIdo Schimmel2017-05-261-6/+6
* | mlxsw: spectrum_router: Configure RIFs based on RIF structIdo Schimmel2017-05-261-33/+23Star
* | mlxsw: spectrum_router: Extend the RIF structIdo Schimmel2017-05-261-4/+27
* | mlxsw: spectrum_router: Allocate RIF prior to its configurationIdo Schimmel2017-05-261-21/+19Star
* | mlxsw: spectrum_router: Allocate FID prior to RIF configurationIdo Schimmel2017-05-261-13/+12Star