Age | Commit message (Expand) | Author | Files | Lines |
2014-08-01 | net: stmmac: Support devicetree configs for mcast and ucast filter entries | Vince Bridgers | 6 | -21/+130 |
2014-08-01 | net: stmmac: Correct set_filter for multicast and unicast cases | Vince Bridgers | 5 | -19/+14 |
2014-08-01 | net: stmmac: Change MAC interface to support multiple filter configurations | Vince Bridgers | 5 | -62/+91 |
2014-07-31 | net: stmmac: add platform init/exit for Altera's ARM socfpga | Vince Bridgers | 2 | -0/+73 |
2014-07-08 | Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga" | David S. Miller | 2 | -73/+0 |
2014-07-03 | net: stmmac: Remove unneeded I/O read caught by cppcheck | Vince Bridgers | 1 | -4/+1 |
2014-07-03 | net: stmmac: Correct duplicate if/then/else case found by cppcheck | Vince Bridgers | 1 | -1/+1 |
2014-07-03 | net: stmmac: add platform init/exit for Altera's ARM socfpga | Vince Bridgers | 2 | -0/+73 |
2014-06-03 | net: stmmac: Handle different error codes from platform_get_irq_byname | Chen-Yu Tsai | 2 | -7/+14 |
2014-06-02 | stmmac: Remove spin_lock call in stmmac_get_pauseparam() | Emil Goode | 1 | -2/+0 |
2014-05-25 | net: driver: stmicro: Remove some useless the lock protection | Yang Wei | 1 | -6/+0 |
2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+1 |
2014-05-22 | stmmac: Remove unbalanced clk_disable call | Hans de Goede | 1 | -3/+1 |
2014-05-14 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
2014-04-30 | net: stmmac: set phy to use polling by default | Dinh Nguyen | 1 | -2/+5 |
2014-04-21 | stmmac: remove stmmac_config | Florian Fainelli | 1 | -22/+0 |
2014-03-28 | net: stmmac: Add SOCFPGA glue driver | Dinh Nguyen | 5 | -0/+147 |
2014-03-25 | stmmac: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -1/+1 |
2014-03-21 | ptp: drivers: set the number of programmable pins. | Richard Cochran | 1 | -0/+1 |
2014-03-12 | stmmac: dwmac-sti: fix broken STiD127 compatibility | Giuseppe CAVALLARO | 1 | -1/+1 |
2014-03-12 | stmmac: fix chained mode | Giuseppe CAVALLARO | 4 | -53/+34 |
2014-03-12 | stmmac: fix and better tune the default buffer sizes | Giuseppe CAVALLARO | 1 | -6/+6 |
2014-03-12 | stmmac: disable at run-time the EEE if not supported | Giuseppe CAVALLARO | 1 | -4/+19 |
2014-02-25 | net: stmmac: Check return value of alloc_dma_desc_resources() | Tobias Klauser | 1 | -1/+1 |
2014-02-14 | net: stmmac:sti: Add STi SOC glue driver. | Srinivas Kandagatla | 5 | -0/+350 |
2014-01-27 | net: stmmac: Log MAC address only once | Hans de Goede | 1 | -2/+2 |
2014-01-27 | net: stmmac: Silence PTP init errors on hw without PTP | Hans de Goede | 1 | -1/+1 |
2014-01-22 | stmmac: Fix kernel crashes for jumbo frames | Vince Bridgers | 6 | -12/+32 |
2014-01-20 | net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstamp | damuzi000 | 3 | -19/+21 |
2014-01-20 | net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC's | Chen-Yu Tsai | 5 | -0/+158 |
2014-01-20 | net: stmmac: Use driver data and callbacks tied with compatible strings | Chen-Yu Tsai | 1 | -10/+34 |
2014-01-20 | net: stmmac: Deprecate snps, phy-addr and auto-detect PHY address | Chen-Yu Tsai | 1 | -1/+8 |
2014-01-20 | net: stmmac: Honor DT parameter to force DMA store and forward mode | Chen-Yu Tsai | 1 | -0/+2 |
2014-01-20 | net: stmmac: Allocate and pass soc/board specific data to callbacks | Chen-Yu Tsai | 1 | -4/+14 |
2014-01-20 | net: stmmac: Add support for optional reset control | Chen-Yu Tsai | 5 | -5/+25 |
2014-01-20 | net: stmmac: Enable stmmac main clock when probing hardware | Chen-Yu Tsai | 1 | -13/+13 |
2014-01-17 | net: stmmac: notify the PM core of a wakeup event. | Srinivas Kandagatla | 2 | -2/+8 |
2014-01-17 | net: stmmac: restore pinstate in pm resume. | Srinivas Kandagatla | 1 | -0/+3 |
2014-01-17 | net: stmmac: use suspend functions for hibernation | Srinivas Kandagatla | 3 | -50/+12 |
2014-01-17 | net: stmmac: fix power management suspend-resume case | Srinivas Kandagatla | 1 | -6/+7 |
2014-01-17 | net: stmmac: make stmmac_mdio_reset non-static | Srinivas Kandagatla | 2 | -1/+2 |
2014-01-17 | net: stmmac: move hardware setup for stmmac_open to new function | Srinivas Kandagatla | 1 | -67/+88 |
2014-01-17 | net: stmmac: move dma allocation to new function | Srinivas Kandagatla | 1 | -84/+85 |
2014-01-17 | net: stmmac: mdio: remove reset gpio free | Srinivas Kandagatla | 1 | -1/+0 |
2014-01-17 | net: stmmac: support max-speed device tree property | Srinivas Kandagatla | 2 | -1/+7 |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2014-01-16 | stmmac: Add vlan rx for better GRO performance. | Vince Bridgers | 1 | -0/+19 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -13/+11 |
2014-01-02 | stmicro: make local variables static | stephen hemminger | 3 | -6/+4 |
2013-12-30 | stmmac: Fix incorrect spinlock release and PTP cap detection. | Vince Bridgers | 2 | -13/+11 |