Age | Commit message (Expand) | Author | Files | Lines |
2012-03-17 | stmmac: Add device-tree support | Stefan Roese | 1 | -2/+72 |
2012-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -118/+129 |
2012-02-16 | net: replace random_ether_addr() with eth_hw_addr_random() | Danny Kukawka | 1 | -1/+1 |
2012-02-15 | stmmac: update the driver version to Feb 2012 (v2) | Giuseppe CAVALLARO | 1 | -1/+1 |
2012-02-15 | stmmac: move hw init in the probe (v2) | Giuseppe CAVALLARO | 4 | -116/+105 |
2012-02-15 | stmmac: request_irq when use an ext wake irq line (v2) | Francesco Virlinzi | 1 | -0/+16 |
2012-02-15 | stmmac: do not discard frame on dribbling bit assert | Giuseppe CAVALLARO | 4 | -3/+9 |
2012-02-13 | stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c | Masanari Iida | 2 | -2/+2 |
2012-02-09 | stmmac: Fix typo in stmmac_pci.c | Masanari Iida | 1 | -1/+1 |
2012-02-01 | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 1 | -3/+1 |
2012-02-01 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 1 | -3/+2 |
2012-01-25 | stmmac: added PCI identifiers | Alessandro Rubini | 1 | -3/+3 |
2012-01-25 | stmmac: fix phy naming inconsistency | Alessandro Rubini | 1 | -1/+1 |
2012-01-13 | drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmap | Julia Lawall | 1 | -1/+1 |
2012-01-11 | stmmac: use an unique MDIO bus name. | Florian Fainelli | 2 | -2/+3 |
2012-01-11 | stmmac: Add missing LF to pr_info() in stmmac_main.c | Stefan Roese | 1 | -1/+1 |
2012-01-11 | stmmac: Fix compilation error in mmc_core.c | Stefan Roese | 1 | -0/+1 |
2012-01-05 | net: make ethtool_ops const | stephen hemminger | 1 | -1/+1 |
2011-12-23 | stmmac: fix missing module license in the main. | Giuseppe Cavallaro | 1 | -0/+4 |
2011-12-22 | stmmac: add the experimental PCI support | Giuseppe CAVALLARO | 9 | -290/+612 |
2011-11-29 | net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() | Axel Lin | 1 | -23/+1 |
2011-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+9 |
2011-11-22 | stmmac: mask mmc interrupts | Giuseppe CAVALLARO | 1 | -5/+9 |
2011-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -44/+87 |
2011-11-17 | stmmac: fix pm functions avoiding sleep on spinlock | Francesco Virlinzi | 1 | -5/+7 |
2011-11-17 | stmmac: remove spin_lock in stmmac_ioctl. | Srinivas Kandagatla | 1 | -2/+0 |
2011-11-17 | stmmac: parameters auto-tuning through HW cap reg | Giuseppe CAVALLARO | 3 | -29/+72 |
2011-11-17 | stmmac: fix advertising 1000Base capabilties for non GMII iface | Srinivas Kandagatla | 1 | -6/+4 |
2011-11-17 | stmmac: use mdelay on timeout of sw reset | Francesco Virlinzi | 2 | -2/+4 |
2011-11-17 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
2011-11-17 | net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines | Rick Jones | 1 | -2/+3 |
2011-11-07 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -9/+0 |
2011-10-28 | stmmac: update normal descriptor structure (v2) | Giuseppe CAVALLARO | 5 | -40/+51 |
2011-10-28 | stmmac: fix NULL pointer dereference in capabilities fixup (v2) | Angus Clark | 1 | -1/+1 |
2011-10-28 | stmmac: fix a bug while checking the HW cap reg (v2) | Giuseppe CAVALLARO | 1 | -2/+3 |
2011-10-20 | stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2) | Giuseppe CAVALLARO | 1 | -2/+4 |
2011-10-20 | stmmac: add CHAINED descriptor mode support (V4) | Giuseppe CAVALLARO | 10 | -105/+491 |
2011-10-20 | stmmac: allow mmc usage only if feature actually available (V4) | Giuseppe CAVALLARO | 2 | -11/+16 |
2011-10-20 | stmmac: use predefined macros for HW cap register fields (V4) | Rayagond Kokatanur | 2 | -21/+63 |
2011-10-20 | stmmac: allow mtu bigger than 1500 in case of normal desc (V4) | Giuseppe CAVALLARO | 2 | -3/+9 |
2011-10-20 | stmmac: update the driver version and doc (V4) | Giuseppe CAVALLARO | 1 | -1/+1 |
2011-10-20 | stmmac: protect tx process with lock (V4) | Giuseppe CAVALLARO | 2 | -0/+9 |
2011-10-20 | stmmac: Stop advertising 1000Base capabilties for non GMII iface (V4). | Srinivas Kandagatla | 1 | -3/+10 |
2011-10-19 | net: add skb frag size accessors | Eric Dumazet | 1 | -2/+2 |
2011-09-23 | stmmac: convert to SKB paged frag API. | Ian Campbell | 1 | -3/+2 |
2011-09-15 | MII: fix Kconfig dependencies for MII | Jeff Kirsher | 1 | -0/+1 |
2011-09-15 | stmmac: update the driver version (Aug_2011) (v3) | Giuseppe CAVALLARO | 1 | -1/+1 |
2011-09-15 | stmmac: add HW DMA feature register (v3) | Giuseppe CAVALLARO | 6 | -1/+174 |
2011-09-15 | stmmac: rework the code to get the Synopsys ID (v3) | Giuseppe CAVALLARO | 4 | -5/+23 |
2011-09-15 | stmmac: export DMA TX/RX rings via debugfs (v3) | Giuseppe CAVALLARO | 2 | -0/+112 |