aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-21stmmac: drop unnecessary dt checks in stmmac_probe_config_dtJoachim Eastwood1-6/+0
2015-05-21stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood4-31/+12
2015-05-21stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood4-35/+45
2015-05-21stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood3-4/+2
2015-05-21stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual callVineet Gupta1-3/+1
2015-05-15stmmac: drop driver from stmmac platform codeJoachim Eastwood2-23/+3
2015-05-15stmmac: convert dwmac-sunxi to platform driverJoachim Eastwood5-5/+36
2015-05-15stmmac: convert dwmac-sti to platform driverJoachim Eastwood5-9/+40
2015-05-15stmmac: convert dwmac-socfpga to platform driverJoachim Eastwood5-4/+34
2015-05-15stmmac: convert dwmac-rk to platform driverJoachim Eastwood5-4/+39
2015-05-15stmmac: convert dwmac-meson to platform driverJoachim Eastwood5-4/+36
2015-05-15stmmac: convert dwmac-lpc18xx to a platform driverJoachim Eastwood5-4/+35
2015-05-15stmmac: add a generic dwmac driverJoachim Eastwood4-6/+54
2015-05-15stmmac: prepare stmmac platform to support stand alone driversJoachim Eastwood2-5/+13
2015-05-15stmmac: add dwmac glue for NXP 18xx/43xx familyJoachim Eastwood4-1/+78
2015-05-03drivers/net: include <module.h> for modular stmmac_platform codePaul Gortmaker1-0/+1
2015-04-16stmmac: Configure Flow Control to work correctly based on rxfifo sizeVince Bridgers4-9/+40
2015-04-16stmmac: Enable unicast pause frame detect in GMAC Register 6Vince Bridgers1-1/+4
2015-04-16stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers1-0/+4
2015-04-16stmmac: Add defines and documentation for enabling flow controlVince Bridgers1-0/+51
2015-04-16stmmac: fix oops on rmmod after assigning ip addrBryan O'Donoghue1-3/+3
2015-04-08stmmac: Add an optional register interface clockAndrew Bresticker2-0/+16
2015-03-31ptp: stmmac: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ptp: stmmac: convert to the 64 bit get/set time methods.Richard Cochran1-4/+4
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+36
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-08net: stmmac: make reset control an optional requirementDinh Nguyen1-1/+3
2015-03-04stmmac: check IRQ availability early on probeAlexey Brodkin1-29/+36
2015-03-01net: stmmac: Use setup_timer and mod_timerVaishali Thakkar1-5/+5
2015-02-01stmmac: DMA threshold mode or SF mode can be different among multiple device instanceSonic Zhang1-2/+3
2015-01-27stmmac: pci: add MSI support for Intel Quark X1000Kweh, Hock Leong1-0/+2
2015-01-27stmmac: pci: introduce Intel Quark X1000 runtime detectionAndy Shevchenko1-1/+61
2015-01-27stmmac: pci: add support for Intel Quark X1000Kweh, Hock Leong1-1/+50
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-01-27stmmac: prevent probe drivers to crash kernelAndy Shevchenko1-1/+4
2015-01-26stmmac: Add an optional device tree property "snps,burst_len"Sonic Zhang1-0/+3
2015-01-26stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setSonic Zhang1-1/+5
2015-01-26stmmac: if force_thresh_dma_mode is set, pass tc to both txmode and rxmode in tx_hard_error_bump_tc interruptSonic Zhang1-1/+5
2015-01-26net: stmmac: add BQL supportBeniamino Galvani1-0/+9
2015-01-24net: stmmac: dwmac-rk: Use standard devicetree property for phy regulatorRomain Perier1-42/+21
2015-01-24net: stmmac: dwmac-rk: Don't set the regulator voltage for phy from the driverRomain Perier1-1/+0
2015-01-11stmmac: dwmac-sti: Pass sysconfig register offset via syscon dt property.Peter Griffin1-6/+7
2014-12-31GMAC: add driver for Rockchip RK3288 SoCs integrated GMACRoger Chen4-1/+462
2014-12-22net: ethernet: stmicro: stmmac: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-12-22stmmac: Don't init ptp again when resume from suspend/hibernationHuacai Chen1-6/+8
2014-12-15net: stmmac: sti: Fix uninitialized pointer dereference if !OFGeert Uytterhoeven1-5/+5
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+10
2014-12-09stmmac: fix max coal timer parameterGiuseppe CAVALLARO1-1/+1
2014-12-05stmmac: pci: allocate memory resources dynamicallyAndy Shevchenko1-24/+31
2014-11-29stmmac: platform: Move plat_dat checking earlierHuacai Chen1-9/+9