summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: stmmac: Switch MMC functions to HWIF callbacksJose Abreu2019-05-247-10/+40
* | | net: ethernet: stmmac: dwmac-sun8i: Enable control of loopbackCorentin Labbe2019-05-241-0/+13
* | | net: stmmac: dwxgmac2: Add MAC loopback supportJose Abreu2019-05-242-0/+14
* | | net: stmmac: dwmac4/5: Add MAC loopback supportJose Abreu2019-05-242-0/+16
* | | net: stmmac: dwmac1000: Add MAC loopback supportJose Abreu2019-05-241-0/+13
* | | net: stmmac: dwmac100: Add MAC loopback supportJose Abreu2019-05-241-0/+13
* | | net: stmmac: Add MAC loopback callback to HWIFJose Abreu2019-05-241-0/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-222-6/+6
|\ \ | |/ |/|
| * net: stmmac: dma channel control register need to be init firstWeifeng Voon2019-05-211-4/+4
| * net: stmmac: fix ethtool flow control not able to get/setTan, Tee Min2019-05-211-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-05-141-2/+3
|\
| *-. Merge branches 'ib-mfd-arm-leds-5.2', 'ib-mfd-gpio-input-leds-power-5.2', 'ib...Lee Jones2019-05-1411-54/+89
| |\ \
| | * | net: stmmac: socfpga: Use shared System Manager driverThor Thayer2019-04-021-2/+3
| |/ /
* | | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+1
|\ \ \
| * | | stmmac: pci: Use pci_dev_id() helperHeiner Kallweit2019-04-291-1/+1
| |/ /
* | | net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe2019-05-131-0/+2
* | | dwmac4_prog_mtl_tx_algorithms() missing write operationCheng Han2019-05-091-0/+2
* | | net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-032-1/+4
|\ \ \ | | |/ | |/|
| * | stmmac: pci: Fix typo in IOT2000 commentJan Kiszka2019-05-011-1/+1
| * | net: ethernet: stmmac: manage the get_irq probe defer caseFabien Dessenne2019-04-261-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-263-5/+9
|\| |
| * | net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul2019-04-231-2/+2
| * | stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng2019-04-181-2/+6
| * | net: stmmac: Use bfsize1 in ndesc_init_rx_descYueHaibing2019-04-181-1/+1
* | | net: stmmac: Set Flow Control to automatic mode in the driverJose Abreu2019-04-171-1/+1
* | | net: stmmac: dwxgmac: Finish the Flow Control implementationJose Abreu2019-04-172-0/+51
|/ /
* | net: stmmac: don't log oversized framesAaro Koskinen2019-03-311-2/+0Star
* | net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen2019-03-311-0/+5
* | net: stmmac: don't overwrite discard_frame statusAaro Koskinen2019-03-311-3/+4
* | net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen2019-03-311-7/+7
* | net: stmmac: ratelimit RX error logsAaro Koskinen2019-03-311-6/+8
* | net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen2019-03-317-19/+35
* | net: stmmac: fix memory corruption with large MTUsAaro Koskinen2019-03-191-2/+3
* | net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen2019-03-151-2/+4
* | net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen2019-03-152-8/+10
|/
* net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+4
* net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor2019-03-091-1/+1
* net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier2019-03-081-0/+3
* net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier2019-03-081-21/+86
* net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier2019-03-081-1/+29
* net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor2019-03-071-3/+3
* net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX pathJose Abreu2019-02-222-6/+6
* net: stmmac: dwmac4: Also use TBU interrupt to clean TX pathJose Abreu2019-02-221-17/+7Star
* net: stmmac: Fix NAPI poll in TX path when in multi-queueJose Abreu2019-02-222-52/+68
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-13/+18
|\
| * net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-191-10/+12
| * net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue2019-02-181-3/+6
* | net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue2019-02-171-1/+1