summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2018-08-06NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet
2017-01-15net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli
2015-12-05stmmac: fix resource management when resumeGiuseppe CAVALLARO
2015-11-30stmmac: fix oversized frame receptionGiuseppe CAVALLARO
2015-11-30stmmac: fix csr clock divisor for 300MHzGiuseppe CAVALLARO
2015-11-30stmmac: fix a filter problem after resuming.Giuseppe CAVALLARO
2015-10-05net: stmmac: avoid using timespecArnd Bergmann
2015-09-22net: stmmac: fix type of entry variableAndrzej Hajda
2015-09-09stmmac: fix check for phydev being openAlexey Brodkin
2015-07-21stmmac: fix setting of driver data in stmmac_dvr_probeJoachim Eastwood
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-24stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-30stmmac: add fixed-link device-tree supportMathieu Olivari
2015-05-30stmmac: add phy-handle support to the platform layerMathieu Olivari
2015-05-25net: stmmac: create one debugfs dir per net-deviceMathieu Olivari
2015-05-21stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood
2015-05-21stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood
2015-05-21stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood
2015-05-21stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual callVineet Gupta
2015-04-16stmmac: Configure Flow Control to work correctly based on rxfifo sizeVince Bridgers
2015-04-16stmmac: fix oops on rmmod after assigning ip addrBryan O'Donoghue
2015-04-08stmmac: Add an optional register interface clockAndrew Bresticker
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-01net: stmmac: Use setup_timer and mod_timerVaishali Thakkar
2015-02-01stmmac: DMA threshold mode or SF mode can be different among multiple device ...Sonic Zhang
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27stmmac: prevent probe drivers to crash kernelAndy Shevchenko
2015-01-26stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setSonic Zhang
2015-01-26stmmac: if force_thresh_dma_mode is set, pass tc to both txmode and rxmode in...Sonic Zhang
2015-01-26net: stmmac: add BQL supportBeniamino Galvani
2014-12-22stmmac: Don't init ptp again when resume from suspend/hibernationHuacai Chen
2014-11-19stmmac: review driver when run kernel-docGiuseppe CAVALLARO
2014-11-11stmmac: split to core library and probe driversAndy Shevchenko
2014-11-07stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-05stmmac: fix atomicity in pm routinesGiuseppe CAVALLARO
2014-11-05stmmac: fix concurrency in eee initialization.Giuseppe CAVALLARO
2014-11-05stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO
2014-11-05stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier
2014-11-05stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier
2014-11-05stmmac: remove STMMAC_DEBUG_FSGiuseppe CAVALLARO
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-29net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-01stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO
2014-09-01stmmac: fix the rx csum featureGiuseppe CAVALLARO
2014-08-31stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO