summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2017-02-08net: stmmac: replace unsigned by u32LABBE Corentin
2017-02-08net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin
2017-02-08net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin
2017-02-08net: stmmac: print phy informationLABBE Corentin
2017-02-08net: stmmac: Rewrite two test against NULL valueLABBE Corentin
2017-02-08net: stmmac: Correct the error message about invalid speedLABBE Corentin
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin
2017-02-08net: stmmac: fix some typos in commentsLABBE Corentin
2017-02-08net: stmmac: Remove the bus_setup function pointerLABBE Corentin
2017-02-02net: stmmac: add separate warning for PTP not being supported by HWHeiner Kallweit
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-09stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto
2017-01-09stmmac: adding DT parameter for LPI tx clock gatingjpinto
2017-01-08net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-29net: stmmac: Fix error path after register_netdev moveFlorian Fainelli
2016-12-29stmmac: enable rx queuesjpinto
2016-12-27net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli
2016-12-19stmmac: fix memory barriersPavel Machek
2016-12-10net: ethernet: stmmac: remove private tx queue lockLino Sanfilippo
2016-12-08net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel
2016-12-08net: stmmac: simplify the common DMA init APINiklas Cassel
2016-12-08net: stmmac: return error if no DMA configuration is foundNiklas Cassel
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold
2016-11-29stmmac: fix comments, make debug output consistentPavel Machek
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-17net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin
2016-11-17net: stmmac: replace hardcoded function name by __func__LABBE Corentin
2016-11-17net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin
2016-11-15net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser
2016-11-15stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14net: stmmac: Fix lack of link transition for fixed PHYsFlorian Fainelli
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-19stmmac: fix and review the ptp registration.Giuseppe CAVALLARO
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-13stmmac: fix error check when init ptpGiuseppe CAVALLARO
2016-10-13stmmac: fix ptp init for gmac4Giuseppe CAVALLARO
2016-10-12net: stmmac: use phydev from struct net_devicePhilippe Reynes
2016-08-01ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-02net: stmmac: Fix null-function call in ISR on stmmac1000Matt Corallo
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO