aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-23net: stmmac: dwmac-rk: add rk3368-specific dataHeiko Stübner1-0/+126
2015-06-23net: stmmac: dwmac-rk: abstract access to mac settings in GRFHeiko Stübner1-41/+75
2015-06-23net: stmmac: dwmac-rk: Fix clk rate when provided by socHeiko Stübner1-2/+1
2015-06-23net: stmmac: dwmac-rk: remove unused gpio register definesHeiko Stübner1-3/+0
2015-06-18net: stmmac: dwmac-rk: Don't add function name in info or err messagesRomain Perier1-39/+36
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-23/+59
2015-05-30stmmac: add ipq806x glue layerMathieu Olivari3-0/+380
2015-05-30stmmac: add fixed-link device-tree supportMathieu Olivari2-2/+12
2015-05-30stmmac: add phy-handle support to the platform layerMathieu Olivari2-11/+23
2015-05-25net: stmmac: create one debugfs dir per net-deviceMathieu Olivari2-23/+59
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