aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18net: stmmac: Enable 16KB buffer sizeJose Abreu1-1/+3
2019-12-18net: stmmac: 16KB buffer must be 16 byte alignedJose Abreu1-3/+2
2019-12-18net: stmmac: RX buffer size must be 16 byte alignedJose Abreu1-1/+1
2019-12-18net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu2-1/+4
2019-12-18net: stmmac: Only the last buffer has the FCS fieldJose Abreu1-2/+3
2019-12-18net: stmmac: Do not accept invalid MTU valuesJose Abreu1-0/+12
2019-12-18net: stmmac: Determine earlier the size of RX bufferJose Abreu1-13/+11
2019-12-18net: stmmac: selftests: Needs to check the number of Multicast regsJose Abreu1-0/+4
2019-12-17net: stmmac: dwc-qos: avoid clk and reset for acpi deviceAjay Gupta1-0/+5
2019-12-17net: stmmac: dwc-qos: use generic device apiAjay Gupta1-9/+10
2019-12-17net-next: stmmac: mediatek: add more support for RMIIBiao Huang1-29/+60
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2019-12-06net: stmmac: reset Tx desc base address before restarting TxJongsung Kim1-0/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-2/+2
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-4/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-4/+8
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon1-3/+1
2019-11-16net: stmmac: Use the correct style for SPDX License IdentifierNishad Kamdar3-3/+3
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-11-15net: stmmac: xgmac: Do not enable TBU interruptJose Abreu1-1/+1
2019-11-15net: stmmac: Rework TX Coalesce logicJose Abreu1-19/+42
2019-11-15net: stmmac: Tune-up default coalesce settingsJose Abreu1-2/+2
2019-11-15net: stmmac: xgmac: Remove uneeded computation for RFA/RFDJose Abreu1-12/+2
2019-11-15net: stmmac: gmac4+: Remove uneeded computation for RFA/RFDJose Abreu1-12/+2
2019-11-15net: stmmac: Setup a default RX Coalesce value instead of the minimumJose Abreu2-3/+5
2019-11-15net: stmmac: Do not set RX IC bit if RX Coalesce is zeroJose Abreu1-1/+5
2019-11-13net: ethernet: stmmac: fix indentation issueColin Ian King1-1/+1
2019-11-11net: stmmac: Implement UDP Segmentation OffloadJose Abreu1-9/+23
2019-11-11net: stmmac: Rework stmmac_rx()Jose Abreu1-52/+94
2019-11-11net: stmmac: tc: Remove the speed dependencyJose Abreu1-2/+0
2019-11-11net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacksJose Abreu1-10/+48
2019-11-11net: stmmac: gmac4+: Add Split Header supportJose Abreu5-3/+46
2019-11-11net: stmmac: Fix sparse warningJose Abreu4-5/+6
2019-11-11net: ethernet: dwmac-sun8i: Use the correct function in exit pathCorentin Labbe1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-78/+144
2019-11-08net: ethernet: stmmac: Add support for syscfg clockChristophe Roullier1-15/+8
2019-11-06net: stmmac: Fix the TX IOC in xmit pathJose Abreu1-30/+34
2019-11-06net: stmmac: Fix TSO descriptor with Enhanced AddressingJose Abreu1-0/+1
2019-11-06net: stmmac: Fix the packet count in stmmac_rx()Jose Abreu1-2/+3
2019-11-06net: stmmac: xgmac: Disable MMC interrupts by defaultJose Abreu1-2/+4
2019-11-06net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AVJose Abreu1-0/+2
2019-11-06net: stmmac: xgmac: Fix AV Feature detectionJose Abreu1-1/+1
2019-11-06net: stmmac: xgmac: Fix TSA selectionJose Abreu1-0/+1
2019-11-06net: stmmac: xgmac: Only get SPH header len if availableJose Abreu1-1/+2
2019-11-06net: stmmac: selftests: Prevent false positives in filter testsJose Abreu1-40/+94
2019-11-06net: stmmac: xgmac: bitrev32 returns u32Jose Abreu1-1/+1
2019-11-06net: stmmac: gmac4: bitrev32 returns u32Jose Abreu1-1/+1