Age | Commit message (Expand) | Author | Files | Lines |
2012-12-14 | stmmac: fix platform driver unregistering | Konstantin Khlebnikov | 2 | -13/+15 |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 2 | -5/+5 |
2012-12-04 | Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | David S. Miller | 2 | -6/+6 |
2012-12-03 | stmmac: remove __dev* attributes | Bill Pemberton | 2 | -6/+6 |
2012-12-03 | stmmac: remove two repeated macros | walimis | 1 | -2/+0 |
2012-11-27 | stmmac: update the driver version to Nov_2012 | Giuseppe CAVALLARO | 1 | -1/+1 |
2012-11-27 | stmmac: get/set coalesce parameters via ethtool | Giuseppe CAVALLARO | 1 | -0/+83 |
2012-11-27 | stmmac: add Rx watchdog support to mitigate the DMA irqs | Giuseppe CAVALLARO | 8 | -20/+71 |
2012-11-27 | stmmac: add the initial tx coalesce schema | Giuseppe CAVALLARO | 5 | -62/+111 |
2012-11-27 | stmmac: remove dead code for STMMAC_TIMER support | Giuseppe CAVALLARO | 6 | -310/+3 |
2012-10-07 | net: remove skb recycling | Eric Dumazet | 2 | -19/+2 |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -9/+9 |
2012-09-21 | net/stmmac: Use clk_prepare_enable and clk_disable_unprepare | Stefan Roese | 2 | -8/+8 |
2012-09-21 | stmmac: fix return value check in stmmac_open_ext_timer() | Wei Yongjun | 1 | -1/+1 |
2012-09-01 | net:stmmac: convert driver to use devm_request_and_ioremap. | Srinivas Kandagatla | 1 | -32/+8 |
2012-09-01 | net:stmmac: Remove bus_id from mdio platform data. | Srinivas Kandagatla | 2 | -6/+3 |
2012-09-01 | net:stmmac: fix broken stmmac_pltfr_remove. | Srinivas Kandagatla | 1 | -1/+2 |
2012-09-01 | net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregister | Srinivas Kandagatla | 1 | -0/+3 |
2012-08-24 | stmmac: add header inclusion protection | Rayagond Kokatanur | 9 | -0/+43 |
2012-08-23 | stmmac: fix a typo in the macro used to mask the mmc irq | Giuseppe CAVALLARO | 1 | -3/+3 |
2012-08-23 | stmmac: fix GMAC syn ID | Giuseppe CAVALLARO | 1 | -1/+1 |
2012-08-20 | net/stmmac: fix issue of clk_get for Loongson1B. | Kelvin Cheung | 1 | -1/+1 |
2012-08-09 | net/stmmac: mark probe function as __devinit | Arnd Bergmann | 1 | -1/+1 |
2012-07-31 | net/stmmac: remove conditional compilation of clk code | Viresh Kumar | 2 | -58/+17 |
2012-07-19 | net: stmmac: Add ip version to dts bindings | Dinh Nguyen | 1 | -2/+6 |
2012-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+5 |
2012-07-11 | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -1/+1 |
2012-07-10 | stmmac: Fix for higher mtu size handling | Deepak Sikri | 1 | -1/+2 |
2012-07-10 | stmmac: Fix for nfs hang on multiple reboot | Deepak Sikri | 1 | -0/+3 |
2012-07-01 | stmmac: add the Energy Efficient Ethernet support | Giuseppe CAVALLARO | 9 | -18/+372 |
2012-07-01 | stmmac: do not use strict_strtoul but kstrtoint | Giuseppe CAVALLARO | 1 | -17/+10 |
2012-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -14/+74 |
2012-06-12 | net: stmmac: Fix clock en-/disable calls | Stefan Roese | 1 | -2/+2 |
2012-06-08 | stmmac: fix driver built w/ w/o both pci and platf modules | Giuseppe CAVALLARO | 3 | -12/+72 |
2012-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -37/+36 |
2012-06-06 | stmmac: fix driver Kconfig when built as module | Giuseppe CAVALLARO | 5 | -35/+31 |
2012-06-06 | stmmac: fix driver's doc when run kernel-doc script | Giuseppe CAVALLARO | 1 | -2/+5 |
2012-06-06 | ethernet: Remove casts to same type | Joe Perches | 1 | -1/+1 |
2012-06-04 | stmmac: remove two useless initialisations | Giuseppe CAVALLARO | 1 | -2/+1 |
2012-05-21 | drivers/net/stmmac: seq_file fix memory leak | Djalal Harouni | 1 | -2/+2 |
2012-05-15 | stmmac: fix suspend/resume locking | Giuseppe CAVALLARO | 1 | -4/+6 |
2012-05-15 | stmmac: add mixed burst for DMA | Giuseppe CAVALLARO | 5 | -5/+12 |
2012-05-15 | stmmac: extend mac addr reg and fix perfect filering | Giuseppe CAVALLARO | 7 | -10/+29 |
2012-04-20 | stmmac: do not fail when probe and there is no csr clk defined | Giuseppe CAVALLARO | 2 | -7/+11 |
2012-04-20 | stmmac: verify the dma_cfg platform fields | Giuseppe CAVALLARO | 4 | -7/+25 |
2012-04-20 | stmmac: Move the mdio_register/_unregister in probe/remove | Francesco Virlinzi | 1 | -18/+16 |
2012-04-20 | stmmac: use custom init/exit functions in pm ops | Francesco Virlinzi | 1 | -4/+13 |
2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2012-04-06 | stmmac: fix build when CONFIG_OF is enable | Giuseppe Cavallaro | 1 | -1/+1 |
2012-04-05 | stmmac: update the driver version March 2012 | Giuseppe CAVALLARO | 1 | -1/+1 |