summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-226-26/+43
|\
| * net: stmmac: platform: Fix MDIO init for platforms without PHYPadmanabhan Rajanbabu2019-12-211-1/+1
| * net: stmmac: Always arm TX Timer at end of transmission startJose Abreu2019-12-181-4/+2
| * net: stmmac: Enable 16KB buffer sizeJose Abreu2019-12-181-1/+3
| * net: stmmac: 16KB buffer must be 16 byte alignedJose Abreu2019-12-181-3/+2
| * net: stmmac: RX buffer size must be 16 byte alignedJose Abreu2019-12-181-1/+1
| * net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu2019-12-182-1/+4
| * net: stmmac: Only the last buffer has the FCS fieldJose Abreu2019-12-181-2/+3
| * net: stmmac: Do not accept invalid MTU valuesJose Abreu2019-12-181-0/+12
| * net: stmmac: Determine earlier the size of RX bufferJose Abreu2019-12-181-13/+11
| * net: stmmac: selftests: Needs to check the number of Multicast regsJose Abreu2019-12-181-0/+4
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-081-0/+2
|\
| * net: stmmac: reset Tx desc base address before restarting TxJongsung Kim2019-12-061-0/+2
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-2/+2
|\ \ | |/ |/|
| * Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-2/+2
| |\
| | * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-2/+2
* | | net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-241-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-175-4/+8
|\ \ \
| * | | net: stmmac: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-163-3/+3
| * | | net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+4
| * | | net: ethernet: dwmac-sun8i: Use the correct function in exit pathCorentin Labbe2019-11-111-1/+1
* | | | page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-11-161-3/+1
* | | | net: stmmac: xgmac: Do not enable TBU interruptJose Abreu2019-11-151-1/+1
* | | | net: stmmac: Rework TX Coalesce logicJose Abreu2019-11-151-19/+42
* | | | net: stmmac: Tune-up default coalesce settingsJose Abreu2019-11-151-2/+2
* | | | net: stmmac: xgmac: Remove uneeded computation for RFA/RFDJose Abreu2019-11-151-12/+2
* | | | net: stmmac: gmac4+: Remove uneeded computation for RFA/RFDJose Abreu2019-11-151-12/+2
* | | | net: stmmac: Setup a default RX Coalesce value instead of the minimumJose Abreu2019-11-152-3/+5
* | | | net: stmmac: Do not set RX IC bit if RX Coalesce is zeroJose Abreu2019-11-151-1/+5
* | | | net: ethernet: stmmac: fix indentation issueColin Ian King2019-11-131-1/+1
* | | | net: stmmac: Implement UDP Segmentation OffloadJose Abreu2019-11-121-9/+23
* | | | net: stmmac: Rework stmmac_rx()Jose Abreu2019-11-121-52/+94
* | | | net: stmmac: tc: Remove the speed dependencyJose Abreu2019-11-121-2/+0
* | | | net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacksJose Abreu2019-11-121-10/+48
* | | | net: stmmac: gmac4+: Add Split Header supportJose Abreu2019-11-125-3/+46
* | | | net: stmmac: Fix sparse warningJose Abreu2019-11-124-5/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-097-78/+144
|\| | |
| * | | net: stmmac: Fix the TX IOC in xmit pathJose Abreu2019-11-071-30/+34
| * | | net: stmmac: Fix TSO descriptor with Enhanced AddressingJose Abreu2019-11-071-0/+1
| * | | net: stmmac: Fix the packet count in stmmac_rx()Jose Abreu2019-11-071-2/+3
| * | | net: stmmac: xgmac: Disable MMC interrupts by defaultJose Abreu2019-11-071-2/+4
| * | | net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AVJose Abreu2019-11-071-0/+2
| * | | net: stmmac: xgmac: Fix AV Feature detectionJose Abreu2019-11-071-1/+1
| * | | net: stmmac: xgmac: Fix TSA selectionJose Abreu2019-11-071-0/+1
| * | | net: stmmac: xgmac: Only get SPH header len if availableJose Abreu2019-11-071-1/+2
| * | | net: stmmac: selftests: Prevent false positives in filter testsJose Abreu2019-11-071-40/+94
| * | | net: stmmac: xgmac: bitrev32 returns u32Jose Abreu2019-11-071-1/+1
| * | | net: stmmac: gmac4: bitrev32 returns u32Jose Abreu2019-11-071-1/+1
* | | | net: ethernet: stmmac: Add support for syscfg clockChristophe Roullier2019-11-081-15/+8