aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-10stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier1-3/+5
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-10/+4
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+11
2015-12-15stmmac: socfpga: Provide dt node to config ptp clk source.Phil Reid1-0/+9
2015-12-15stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid3-15/+15
2015-12-15stmmac: create of compatible mdio bus for stmmac driverPhil Reid2-4/+24
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-2/+2
2015-12-14stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai1-1/+5
2015-12-05stmmac: fix resource management when resumeGiuseppe CAVALLARO1-3/+6
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-22/+28
2015-12-03stmmac: ipq806x: Return error values instead of pointersStephen Boyd1-13/+11
2015-12-01stmmac: support Reg_9 to get HW level informationGiuseppe CAVALLARO4-0/+173
2015-11-30stmmac: fix oversized frame receptionGiuseppe CAVALLARO1-0/+6
2015-11-30stmmac: fix PHY reset during resumeGiuseppe CAVALLARO1-15/+13
2015-11-30stmmac: dwmac-sti: fix st,tx-retime-src checkGiuseppe CAVALLARO1-6/+7
2015-11-30stmmac: fix csr clock divisor for 300MHzGiuseppe CAVALLARO1-1/+1
2015-11-30stmmac: fix a filter problem after resuming.Giuseppe CAVALLARO1-0/+1
2015-11-12stmmac: avoid ipq806x constant overflow warningArnd Bergmann1-5/+5
2015-11-05net: stmmac: fix double-initialization of phy_ifaceLABBE Corentin1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-11-01stmmac: Correctly report PTP capabilities.Phil Reid1-2/+5
2015-10-05net: stmmac: avoid using timespecArnd Bergmann1-3/+5
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-09-22net: stmmac: fix type of entry variableAndrzej Hajda1-1/+1
2015-09-15net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons1-3/+8
2015-09-09stmmac: fix check for phydev being openAlexey Brodkin1-1/+4
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-07stmmac: dwmac-ipq806x: fix static checker warningMathieu Olivari1-2/+2
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-07-31stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood1-0/+4
2015-07-29stmmac: dwmac-sti: refactor the init glue callbacksJoachim Eastwood1-31/+12
2015-07-29stmmac: remove setup/free glue callbacksJoachim Eastwood2-10/+0
2015-07-29stmmac: dwmac-rk: use rk_gmac_ops as of match dataJoachim Eastwood1-23/+4
2015-07-29stmmac: dwmac-rk: make rk_gmac_ops structs static constJoachim Eastwood1-4/+4
2015-07-29stmmac: dwmac-sti: use custom of match structureJoachim Eastwood1-3/+8
2015-07-29stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood3-18/+18
2015-07-29stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood3-57/+48
2015-07-29stmmac: dwmac-rk: create a new probe functionJoachim Eastwood1-9/+31
2015-07-29stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood1-9/+22
2015-07-29stmmac: dwmac-sunxi: turn setup callback into a probe functionJoachim Eastwood1-18/+31
2015-07-29stmmac: dwmac-sunxi: move sun7i_gmac_setup functionJoachim Eastwood1-29/+29
2015-07-29stmmac: dwmac-socfpga: turn setup callback into a probe functionJoachim Eastwood1-14/+26
2015-07-29stmmac: dwmac-socfpga: move socfpga_dwmac_probe functionJoachim Eastwood1-25/+25
2015-07-29stmmac: dwmac-ipq806x: turn setup callback into a probe functionJoachim Eastwood1-15/+23
2015-07-29stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed functionJoachim Eastwood1-7/+7
2015-07-29stmmac: fix ptr_ret.cocci warningFengguang Wu1-3/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-21stmmac: fix setting of driver data in stmmac_dvr_probeJoachim Eastwood1-1/+1