summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Fix netdev_features flagArjun Vynipadath2017-05-301-0/+11
* cxgb4: FW upgrade fixesArjun Vynipadath2017-05-301-3/+18
* cxgb4: add new T5 pci device idGanesh Goudar2017-05-301-0/+1
* cxgb4: keep carrier off before registering netdevSurendra Mobiya2017-05-301-0/+2
* net: qualcomm: add QCA7000 UART driverStefan Wahren2017-05-304-0/+447
* net: qualcomm: make qca_7k_common a separate kernel moduleStefan Wahren2017-05-303-3/+20
* net: qualcomm: prepare frame decoding for UART driverStefan Wahren2017-05-303-9/+13
* net: qualcomm: rename qca_framing.c to qca_7k_common.cStefan Wahren2017-05-305-4/+4
* net: qca_spi: Clarify MODULE_DESCRIPTIONStefan Wahren2017-05-301-1/+1
* net: qualcomm: move qcaspi_tx_cmd to qca_spi.cStefan Wahren2017-05-303-25/+24Star
* net: qca_spi: remove QCASPI_MTUStefan Wahren2017-05-301-2/+1Star
* net: qualcomm: Improve readability of length definesStefan Wahren2017-05-303-11/+11
* net: qualcomm: use net_device_ops instead of direct callStefan Wahren2017-05-303-7/+5Star
* net: qca_spi: Use SET_NETDEV_DEV()Stefan Wahren2017-05-301-0/+1
* net: qca_7k: Use BIT macroStefan Wahren2017-05-301-7/+7
* net: qca_framing: use u16 for frame offsetStefan Wahren2017-05-301-1/+1
* net: qualcomm: qca_7k: clean up header includesStefan Wahren2017-05-301-4/+2Star
* qed: Cache alignemnt padding to match hostMintz, Yuval2017-05-302-2/+14
* qed: Mask parities after occuranceMintz, Yuval2017-05-301-13/+23
* qed: Print multi-bit attentions properlyMintz, Yuval2017-05-301-5/+33
* qed: Diffrentiate adapter-specific attentionsMintz, Yuval2017-05-301-11/+69
* qed: Get rid of the attention-arraysMintz, Yuval2017-05-303-1287/+312Star
* 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