aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-06net: stmmac: Add Adaptrum Anarion GMAC glue layerAlexandru Gagniuc3-0/+162
2017-07-24net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer4-2/+10
2017-07-19NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev1-1/+8
2017-07-13net: stmmac: make const array route_possibilities staticColin Ian King1-1/+1
2017-07-12net: stmmac: revert "support future possible different internal phy mode"LABBE Corentin1-7/+3
2017-07-11net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet1-6/+6
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet1-1/+1
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet1-1/+1
2017-06-29net: stmmac: Add additional registers for dwmac1000_dma ethtoolThor Thayer2-3/+3
2017-06-29net: stmmac: support future possible different internal phy modeLABBE Corentin1-3/+7
2017-06-23net: stmmac: make some functions staticColin Ian King1-8/+8
2017-06-22stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka1-33/+64
2017-06-22stmmac: pci: Select quark_pci_dmi_data from quark_default_dataJan Kiszka1-44/+39
2017-06-22stmmac: pci: Make stmmac_pci_find_phy_addr truly genericJan Kiszka1-7/+13
2017-06-22stmmac: pci: Use stmmac_pci_info for all devicesJan Kiszka1-13/+23
2017-06-22stmmac: pci: Make stmmac_pci_info structure constantJan Kiszka1-12/+11
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+16
2017-06-20net: stmmac: free an skb first when there are no longer any descriptors using itNiklas Cassel1-4/+16
2017-06-20net: stmmac: enable TSO for IPv6Niklas Cassel1-2/+2
2017-06-20net-next: stmmac: dwmac-sun8i: add support for V3s EMACIcenowy Zheng2-0/+9
2017-06-20net-next: stmmac: dwmac-sun8i: force EPHY clock freq to 24MHzIcenowy Zheng1-0/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+26
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-3/+2
2017-06-09stmmac: fix for hw timestamp of GMAC3 unitMario Molitor2-9/+12
2017-06-09stmmac: fix ptp header for GMAC3 hw timestampMario Molitor2-4/+14
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+9
2017-06-06net: stmmac: fix a broken u32 less than zero checkColin Ian King1-1/+1
2017-06-06net: stmmac: fix completely hung TX when using TSONiklas Cassel1-1/+1
2017-06-06net: stmmac: ensure jumbo_frm error return is correctly checked for -ve valueColin Ian King1-1/+2
2017-06-05net-next: stmmac: dwmac-sun8i: ensure the EPHY is properly resetedIcenowy Zheng1-0/+5
2017-06-02net: ethernet: stmmac: Fix altr_tse_pcs SGMII InitializationThor Thayer1-1/+5
2017-06-01net-next: stmmac: Add dwmac-sun8iLABBE Corentin5-2/+1024
2017-06-01net-next: stmmac: add optional setup functionLABBE Corentin1-1/+3
2017-06-01net-next: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addrLABBE Corentin1-1/+2
2017-05-25net-next: stmmac: rework the speed selectionLABBE Corentin5-44/+43
2017-05-25net-next: stmmac: Convert old_link to boolLABBE Corentin2-5/+5
2017-05-25net-next: stmmac: use SPEED_xxx instead of raw valueLABBE Corentin1-3/+3
2017-05-25net-next: stmmac: Remove unnecessary parenthesisLABBE Corentin1-1/+1
2017-05-25net-next: stmmac: Convert new_state to boolLABBE Corentin1-5/+5
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar1-4/+2
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-15net: stmmac: use correct pointer when printing normal descriptor ringNiklas Cassel1-1/+1
2017-05-08stmmac: pci: split out common_default_data() helperAndy Shevchenko1-34/+18
2017-05-08stmmac: pci: RX queue routing configurationAndy Shevchenko1-0/+3
2017-05-08stmmac: pci: TX and RX queue priority configurationAndy Shevchenko1-0/+4
2017-05-08stmmac: pci: set default number of rx and tx queuesAndy Shevchenko1-0/+4
2017-05-02stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka1-1/+25
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel7-12/+17
2017-04-11net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto1-2/+2
2017-04-07net: stmmac: adding multiple napi mechanismJoao Pinto2-41/+120