aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2019-09-16net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang
2019-05-23net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen
2019-05-23net: stmmac: ratelimit RX error logsAaro Koskinen
2019-05-23net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen
2019-05-15net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul
2019-05-05net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen
2019-04-12net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor
2019-03-20net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu
2019-03-20net: stmmac: Send TSO packets always from Queue 0Jose Abreu
2019-03-08net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu
2019-01-12net: stmmac: Fix an error code in probe()Dan Carpenter
2019-01-12net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding
2018-10-18net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu
2018-10-18net: stmmac: Fixup the tail addr setting in xmit pathJose Abreu
2018-09-15Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet
2018-07-29NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev
2018-06-28net: stmmac: Set DMA buffer size in HWJose Abreu
2018-06-20stmmac: fix DMA channel hang in half-duplex modeBhadram Varka
2018-06-15net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu
2018-06-15stmmac: added support for 802.1ad vlan strippingElad Nachman
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu
2018-05-28net: stmmac: Use mutex instead of spinlockThierry Reding
2018-05-18net: stmmac: Remove if condition by taking advantage of hwif return codeJose Abreu
2018-05-18net: stmmac: Let descriptor code get skbuff addressJose Abreu
2018-05-18net: stmmac: Uniformize set_rx_owner()Jose Abreu
2018-05-18net: stmmac: Remove uneeded check for GMAC version in stmmac_xmitJose Abreu
2018-05-18net: stmmac: Uniformize the use of dma_init_* callbacksJose Abreu
2018-05-18net: stmmac: Move PTP and MMC base address calculation to hwif.cJose Abreu
2018-05-18net: stmmac: Remove uneeded checks for GMAC versionJose Abreu
2018-05-18net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacksJose Abreu
2018-05-18net: stmmac: Let descriptor code clear the descriptorJose Abreu
2018-05-18net: stmmac: Let descriptor code set skbuff addressJose Abreu
2018-05-18net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmitJose Abreu
2018-05-10net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu
2018-05-02net: stmmac: Avoid VLA usageKees Cook
2018-04-23net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-19net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu
2018-03-30net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu
2018-03-30net: stmmac: Rework and fix TX Timeout codeJose Abreu
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-02-27net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel
2018-02-27net: stmmac: use correct barrier between coherent memory and MMIONiklas Cassel
2018-02-27net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel
2018-02-20net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()Niklas Cassel