summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: stmmac: dwmac-rk: add rk3368-specific dataHeiko Stübner2015-06-231-0/+126
* net: stmmac: dwmac-rk: abstract access to mac settings in GRFHeiko Stübner2015-06-231-41/+75
* net: stmmac: dwmac-rk: Fix clk rate when provided by socHeiko Stübner2015-06-231-2/+1
* net: stmmac: dwmac-rk: remove unused gpio register definesHeiko Stübner2015-06-231-3/+0
* net: stmmac: dwmac-rk: Don't add function name in info or err messagesRomain Perier2015-06-181-39/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-012-23/+59
|\
| * net: stmmac: create one debugfs dir per net-deviceMathieu Olivari2015-05-252-23/+59
* | stmmac: add ipq806x glue layerMathieu Olivari2015-05-303-0/+380
* | stmmac: add fixed-link device-tree supportMathieu Olivari2015-05-302-2/+12
* | stmmac: add phy-handle support to the platform layerMathieu Olivari2015-05-302-11/+23
* | stmmac: drop unnecessary dt checks in stmmac_probe_config_dtJoachim Eastwood2015-05-211-6/+0
* | stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood2015-05-214-31/+12
* | stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood2015-05-214-35/+45
* | stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood2015-05-213-4/+2
* | stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual callVineet Gupta2015-05-211-3/+1
* | stmmac: drop driver from stmmac platform codeJoachim Eastwood2015-05-152-23/+3
* | stmmac: convert dwmac-sunxi to platform driverJoachim Eastwood2015-05-155-5/+36
* | stmmac: convert dwmac-sti to platform driverJoachim Eastwood2015-05-155-9/+40
* | stmmac: convert dwmac-socfpga to platform driverJoachim Eastwood2015-05-155-4/+34
* | stmmac: convert dwmac-rk to platform driverJoachim Eastwood2015-05-155-4/+39
* | stmmac: convert dwmac-meson to platform driverJoachim Eastwood2015-05-155-4/+36
* | stmmac: convert dwmac-lpc18xx to a platform driverJoachim Eastwood2015-05-155-4/+35
* | stmmac: add a generic dwmac driverJoachim Eastwood2015-05-154-6/+54
* | stmmac: prepare stmmac platform to support stand alone driversJoachim Eastwood2015-05-152-5/+13
* | stmmac: add dwmac glue for NXP 18xx/43xx familyJoachim Eastwood2015-05-154-1/+78
|/
* drivers/net: include <module.h> for modular stmmac_platform codePaul Gortmaker2015-05-031-0/+1
* stmmac: Configure Flow Control to work correctly based on rxfifo sizeVince Bridgers2015-04-164-9/+40
* stmmac: Enable unicast pause frame detect in GMAC Register 6Vince Bridgers2015-04-161-1/+4
* stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers2015-04-161-0/+4
* stmmac: Add defines and documentation for enabling flow controlVince Bridgers2015-04-161-0/+51
* stmmac: fix oops on rmmod after assigning ip addrBryan O'Donoghue2015-04-161-3/+3
* stmmac: Add an optional register interface clockAndrew Bresticker2015-04-082-0/+16
* ptp: stmmac: use helpers for converting ns to timespec.Richard Cochran2015-03-311-3/+1
* ptp: stmmac: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-29/+36
|\
| * stmmac: check IRQ availability early on probeAlexey Brodkin2015-03-041-29/+36
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* | net: stmmac: make reset control an optional requirementDinh Nguyen2015-03-081-1/+3
|/
* net: stmmac: Use setup_timer and mod_timerVaishali Thakkar2015-03-011-5/+5
* stmmac: DMA threshold mode or SF mode can be different among multiple device ...Sonic Zhang2015-02-011-2/+3
* stmmac: pci: add MSI support for Intel Quark X1000Kweh, Hock Leong2015-01-271-0/+2
* stmmac: pci: introduce Intel Quark X1000 runtime detectionAndy Shevchenko2015-01-271-1/+61
* stmmac: pci: add support for Intel Quark X1000Kweh, Hock Leong2015-01-271-1/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-1/+4
|\
| * stmmac: prevent probe drivers to crash kernelAndy Shevchenko2015-01-271-1/+4
* | stmmac: Add an optional device tree property "snps,burst_len"Sonic Zhang2015-01-261-0/+3
* | stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setSonic Zhang2015-01-261-1/+5
* | stmmac: if force_thresh_dma_mode is set, pass tc to both txmode and rxmode in...Sonic Zhang2015-01-261-1/+5
* | net: stmmac: add BQL supportBeniamino Galvani2015-01-261-0/+9