Age | Commit message (Expand) | Author | Files | Lines |
2016-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+13 |
2016-04-17 | stmmac: socfpga: remove extra call to socfpga_dwmac_setup | Dinh Nguyen | 1 | -6/+0 |
2016-04-14 | net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparation | Alexandre TORGUE | 1 | -8/+1 |
2016-04-11 | net: stmmac: socfgpa: Ensure emac bit set in System Manger for PTP | Phil Reid | 1 | -3/+13 |
2016-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+10 |
2016-04-06 | stmmac: fix adjust link call in case of a switch is attached | Giuseppe CAVALLARO | 1 | -12/+10 |
2016-04-03 | stmmac: update version to Jan_2016 | Alexandre TORGUE | 1 | -1/+1 |
2016-04-03 | stmmac: support new GMAC4 | Alexandre TORGUE | 4 | -54/+444 |
2016-04-03 | stmmac: add new DT platform entries for GMAC4 | Alexandre TORGUE | 1 | -0/+7 |
2016-04-03 | stmmac: enhance mmc counter management | Alexandre TORGUE | 5 | -176/+188 |
2016-04-03 | stmmac: add GMAC4 core support | Alexandre TORGUE | 4 | -3/+447 |
2016-04-03 | stmmac: add DMA support for GMAC 4.xx | Alexandre TORGUE | 5 | -1/+793 |
2016-04-03 | stmmac: add GMAC4 DMA/CORE Header File | Alexandre TORGUE | 1 | -0/+224 |
2016-04-03 | stmmac: add descriptors function for GMAC 4.xx | Alexandre TORGUE | 4 | -1/+534 |
2016-04-03 | stmmac: rework synopsys id read, moved to dwmac setup | Alexandre TORGUE | 4 | -35/+35 |
2016-04-03 | stmmac: rework the routines to show the ring status | Alexandre TORGUE | 4 | -50/+67 |
2016-04-03 | stmmac: rework get_hw_feature function | Alexandre TORGUE | 3 | -46/+42 |
2016-04-01 | stmmac: fix MDIO settings | Giuseppe CAVALLARO | 3 | -47/+72 |
2016-04-01 | Revert "stmmac: Fix 'eth0: No PHY found' regression" | Giuseppe CAVALLARO | 2 | -9/+11 |
2016-04-01 | stmmac: fix TX normal DESC | Giuseppe CAVALLARO | 1 | -8/+8 |
2016-03-19 | net: stmmac: Don't search for phys if mdio node is defined. | Phil Reid | 1 | -0/+4 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -11/+9 |
2016-03-07 | stmmac: fix noderef.cocci warnings | Wu Fengguang | 1 | -1/+1 |
2016-03-03 | stmmac: Fix 'eth0: No PHY found' regression | Gabriel Fernandez | 2 | -11/+9 |
2016-03-02 | stmmac: update version to Oct_2015 | Giuseppe Cavallaro | 1 | -1/+1 |
2016-03-02 | stmmac: tune rx copy via threshold. | Giuseppe Cavallaro | 2 | -2/+25 |
2016-03-02 | stmmac: do not perform zero-copy for rx frames | Giuseppe Cavallaro | 3 | -15/+86 |
2016-03-02 | stmmac: fix phy init when attached to a phy | Fabrice Gasnier | 1 | -2/+3 |
2016-03-02 | stmmac: do not poll phy handler when attach a switch | Giuseppe Cavallaro | 1 | -0/+5 |
2016-03-02 | stmmac: first frame prep at the end of xmit routine | Giuseppe Cavallaro | 6 | -78/+95 |
2016-03-02 | stmmac: set dirty index out of the loop | Giuseppe Cavallaro | 1 | -4/+1 |
2016-03-02 | stmmac: optimize tx clean function | Fabrice Gasnier | 4 | -18/+42 |
2016-03-02 | stmmac: optimize tx desc management | Giuseppe Cavallaro | 6 | -36/+42 |
2016-03-02 | stmmac: merge get_rx_owner into rx_status routine. | Fabrice Gasnier | 4 | -21/+16 |
2016-03-02 | stmmac: add is_jumbo field to dma data | Giuseppe Cavallaro | 4 | -2/+14 |
2016-03-02 | stmmac: add last_segment field to dma data | Giuseppe Cavallaro | 3 | -2/+7 |
2016-03-02 | stmmac: add length field to dma data | Giuseppe Cavallaro | 4 | -4/+16 |
2016-03-02 | stmmac: review RX/TX ring management | Giuseppe Cavallaro | 5 | -117/+111 |
2016-03-02 | stmmac: change descriptor layout | Giuseppe Cavallaro | 4 | -363/+355 |
2016-03-02 | stmmac: rework DMA bus setting and introduce new platform AXI structure | Giuseppe Cavallaro | 8 | -44/+156 |
2016-03-02 | stmmac: share reset function between dwmac100 and dwmac1000 | Giuseppe Cavallaro | 8 | -43/+46 |
2016-01-11 | stmmac: Don't exit mdio registration when mdio subnode is not found in the DTS | Romain Perier | 1 | -3/+5 |
2016-01-07 | phy: Add API for {un}registering an mdio device to a bus. | Andrew Lunn | 1 | -1/+1 |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn | 1 | -10/+4 |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn | 1 | -1/+1 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+11 |
2015-12-16 | stmmac: socfpga: Provide dt node to config ptp clk source. | Phil Reid | 1 | -0/+9 |
2015-12-16 | stmmac: Fix calculations for ptp counters when clock input = 50Mhz. | Phil Reid | 3 | -15/+15 |
2015-12-16 | stmmac: create of compatible mdio bus for stmmac driver | Phil Reid | 2 | -4/+24 |
2015-12-16 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert | 1 | -2/+2 |