summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2016-03-02stmmac: add last_segment field to dma dataGiuseppe Cavallaro
2016-03-02stmmac: add length field to dma dataGiuseppe Cavallaro
2016-03-02stmmac: review RX/TX ring managementGiuseppe Cavallaro
2016-03-02stmmac: change descriptor layoutGiuseppe Cavallaro
2016-03-02stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro
2016-03-02stmmac: share reset function between dwmac100 and dwmac1000Giuseppe Cavallaro
2016-01-10stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16stmmac: socfpga: Provide dt node to config ptp clk source.Phil Reid
2015-12-16stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid
2015-12-16stmmac: create of compatible mdio bus for stmmac driverPhil Reid
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-14stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai
2015-12-05stmmac: fix resource management when resumeGiuseppe CAVALLARO
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03stmmac: ipq806x: Return error values instead of pointersStephen Boyd
2015-12-01stmmac: support Reg_9 to get HW level informationGiuseppe CAVALLARO
2015-11-30stmmac: fix oversized frame receptionGiuseppe CAVALLARO
2015-11-30stmmac: fix PHY reset during resumeGiuseppe CAVALLARO
2015-11-30stmmac: dwmac-sti: fix st,tx-retime-src checkGiuseppe CAVALLARO
2015-11-30stmmac: fix csr clock divisor for 300MHzGiuseppe CAVALLARO
2015-11-30stmmac: fix a filter problem after resuming.Giuseppe CAVALLARO
2015-11-12stmmac: avoid ipq806x constant overflow warningArnd Bergmann
2015-11-05net: stmmac: fix double-initialization of phy_ifaceLABBE Corentin
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-01stmmac: Correctly report PTP capabilities.Phil Reid
2015-10-05net: stmmac: avoid using timespecArnd Bergmann
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-22net: stmmac: fix type of entry variableAndrzej Hajda
2015-09-15net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons
2015-09-10stmmac: fix check for phydev being openAlexey Brodkin
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-07stmmac: dwmac-ipq806x: fix static checker warningMathieu Olivari
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-31stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood
2015-07-29stmmac: dwmac-sti: refactor the init glue callbacksJoachim Eastwood
2015-07-29stmmac: remove setup/free glue callbacksJoachim Eastwood
2015-07-29stmmac: dwmac-rk: use rk_gmac_ops as of match dataJoachim Eastwood
2015-07-29stmmac: dwmac-rk: make rk_gmac_ops structs static constJoachim Eastwood
2015-07-29stmmac: dwmac-sti: use custom of match structureJoachim Eastwood
2015-07-29stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood
2015-07-29stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood
2015-07-29stmmac: dwmac-rk: create a new probe functionJoachim Eastwood
2015-07-29stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood
2015-07-29stmmac: dwmac-sunxi: turn setup callback into a probe functionJoachim Eastwood
2015-07-29stmmac: dwmac-sunxi: move sun7i_gmac_setup functionJoachim Eastwood
2015-07-29stmmac: dwmac-socfpga: turn setup callback into a probe functionJoachim Eastwood