summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-022-3/+39
|\
| * net: stmmac: Fix WoL for PCI-based setupsJose Abreu2018-08-011-2/+38
| * NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev2018-07-291-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-212-2/+1Star
|\|
| * net: ethernet: stmmac: fix documentation warningCorentin Labbe2018-07-161-1/+0Star
| * net: stmmac: dwmac-sun8i: fix typo descrive => describeCorentin Labbe2018-07-161-1/+1
* | stmmac: fix signed 64-bit divisionArnd Bergmann2018-07-071-6/+4Star
* | net: stmmac_tc: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-031-3/+3
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-034-0/+19
|\|
| * net: stmmac: Set DMA buffer size in HWJose Abreu2018-06-284-0/+19
* | net: stmmac: Add support for CBS QDISCJose Abreu2018-06-304-0/+87
* | net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30David Wu2018-06-291-0/+69
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
|/
* stmmac: fix DMA channel hang in half-duplex modeBhadram Varka2018-06-201-0/+10
* net: stmmac: socfpga: add additional ocp reset line for Stratix10Dinh Nguyen2018-06-202-5/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-164-18/+27
|\
| * net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu2018-06-153-7/+10
| * stmmac: added support for 802.1ad vlan strippingElad Nachman2018-06-151-8/+13
| * net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...Christophe JAILLET2018-06-131-3/+4
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+2
|/
* net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe2018-06-081-5/+5
* net: stmmac: Add Flexible PPS supportJose Abreu2018-06-0410-3/+145
* net: stmmac: add dwmac-4.20a compatibleChristophe Roullier2018-05-291-1/+2
* net: ethernet: stmmac: add adaptation for stm32mp157c.Christophe Roullier2018-05-291-15/+252
* net: stmmac: Use mutex instead of spinlockThierry Reding2018-05-293-24/+21Star
* net: stmmac: Populate missing callbacks in HWIF initializationJose Abreu2018-05-181-16/+22
* net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu2018-05-181-12/+11Star
* net: stmmac: Let descriptor code get skbuff addressJose Abreu2018-05-185-5/+23
* net: stmmac: Uniformize set_rx_owner()Jose Abreu2018-05-185-13/+10Star
* net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu2018-05-182-6/+2Star
* net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu2018-05-186-61/+85
* net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu2018-05-183-8/+39
* net: stmmac: Remove uneeded checks for GMAC versionJose Abreu2018-05-181-11/+5Star
* net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu2018-05-185-86/+86
* net: stmmac: Let descriptor code clear the descriptorJose Abreu2018-05-185-8/+26
* net: stmmac: Let descriptor code set skbuff addressJose Abreu2018-05-185-19/+29
* net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu2018-05-182-1/+5
* net: stmmac: Enable OSP for GMAC4Jose Abreu2018-05-181-0/+4
* net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing2018-05-161-17/+7Star
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-4/+1Star
* net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoCChen-Yu Tsai2018-05-141-0/+17
* net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chainsChen-Yu Tsai2018-05-141-9/+23
* net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external deviceChen-Yu Tsai2018-05-141-1/+49
* net: stmmac: dwmac-sun8i: Use regmap_field for syscon register accessChen-Yu Tsai2018-05-141-11/+31
* net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu2018-05-1012-3/+636
* net: stmmac: Avoid VLA usageKees Cook2018-05-021-1/+5
* net: stmmac: dwmac-meson: extend phy mode settingYixun Lan2018-05-011-16/+104
* net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu2018-04-2311-164/+279
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-213-9/+7Star
|\
| * net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu2018-04-193-9/+7Star