1. 6a22845 stmmac: Add device-tree support by Stefan Roese · 13 years ago
  2. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  3. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  4. 78a5249f stmmac: update the driver version to Feb 2012 (v2) by Giuseppe CAVALLARO · 13 years ago
  5. cf3f047 stmmac: move hw init in the probe (v2) by Giuseppe CAVALLARO · 13 years ago
  6. 7a13f8f stmmac: request_irq when use an ext wake irq line (v2) by Francesco Virlinzi · 13 years ago
  7. 1cc5a73 stmmac: do not discard frame on dribbling bit assert by Giuseppe CAVALLARO · 13 years ago
  8. 0f09a34 stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c by Masanari Iida · 13 years ago
  9. 8c1a7f5 stmmac: Fix typo in stmmac_pci.c by Masanari Iida · 13 years ago
  10. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  11. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  12. 5437f4b stmmac: added PCI identifiers by Alessandro Rubini · 13 years ago
  13. 90b9a545 stmmac: fix phy naming inconsistency by Alessandro Rubini · 13 years ago
  14. 25cecd7 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmap by Julia Lawall · 13 years ago
  15. db8857b stmmac: use an unique MDIO bus name. by Florian Fainelli · 13 years ago
  16. aae54cf stmmac: Add missing LF to pr_info() in stmmac_main.c by Stefan Roese · 13 years ago
  17. 1dd8117 stmmac: Fix compilation error in mmc_core.c by Stefan Roese · 13 years ago
  18. 9b07be4 net: make ethtool_ops const by stephen hemminger · 13 years ago
  19. 6fc0d0f stmmac: fix missing module license in the main. by Giuseppe Cavallaro · 13 years ago
  20. bfab27a stmmac: add the experimental PCI support by Giuseppe CAVALLARO · 13 years ago
  21. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  22. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  23. 4f795b2 stmmac: mask mmc interrupts by Giuseppe CAVALLARO · 13 years ago
  24. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  25. 102463b stmmac: fix pm functions avoiding sleep on spinlock by Francesco Virlinzi · 13 years ago
  26. 989508b stmmac: remove spin_lock in stmmac_ioctl. by Srinivas Kandagatla · 13 years ago
  27. 19e30c1 stmmac: parameters auto-tuning through HW cap reg by Giuseppe CAVALLARO · 13 years ago
  28. c5b9b4e stmmac: fix advertising 1000Base capabilties for non GMII iface by Srinivas Kandagatla · 13 years ago
  29. bbc1754 stmmac: use mdelay on timeout of sw reset by Francesco Virlinzi · 13 years ago
  30. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  31. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  32. 02ebbbd Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  33. 3c20f72 stmmac: update normal descriptor structure (v2) by Giuseppe CAVALLARO · 13 years ago
  34. e2c57f8 stmmac: fix NULL pointer dereference in capabilities fixup (v2) by Angus Clark · 13 years ago
  35. 5e6efe8 stmmac: fix a bug while checking the HW cap reg (v2) by Giuseppe CAVALLARO · 13 years ago
  36. 45db81e stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2) by Giuseppe CAVALLARO · 13 years ago
  37. 286a837 stmmac: add CHAINED descriptor mode support (V4) by Giuseppe CAVALLARO · 13 years ago
  38. 38fe7a9 stmmac: allow mmc usage only if feature actually available (V4) by Giuseppe CAVALLARO · 13 years ago
  39. 1db123f stmmac: use predefined macros for HW cap register fields (V4) by Rayagond Kokatanur · 13 years ago
  40. 48febf7 stmmac: allow mtu bigger than 1500 in case of normal desc (V4) by Giuseppe CAVALLARO · 13 years ago
  41. 51e3137 stmmac: update the driver version and doc (V4) by Giuseppe CAVALLARO · 13 years ago
  42. a9097a9 stmmac: protect tx process with lock (V4) by Giuseppe CAVALLARO · 13 years ago
  43. 79ee1dc stmmac: Stop advertising 1000Base capabilties for non GMII iface (V4). by Srinivas Kandagatla · 13 years ago
  44. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  45. f722380 stmmac: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  46. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  47. 6096ce0 stmmac: update the driver version (Aug_2011) (v3) by Giuseppe CAVALLARO · 13 years ago
  48. e743482 stmmac: add HW DMA feature register (v3) by Giuseppe CAVALLARO · 13 years ago
  49. f0b9d78 stmmac: rework the code to get the Synopsys ID (v3) by Giuseppe CAVALLARO · 13 years ago
  50. 7ac2905 stmmac: export DMA TX/RX rings via debugfs (v3) by Giuseppe CAVALLARO · 13 years ago
  51. 1c901a4 stmmac: add MMC support exported via ethtool (v3) by Giuseppe CAVALLARO · 13 years ago
  52. 3172d3a stmmac: support wake up irq from external sources (v3) by Deepak Sikri · 13 years ago
  53. 26a051c stmmac: remove the mmc code (v3) by Giuseppe CAVALLARO · 13 years ago
  54. 2e19a38 stmmac: remove the STBus bridge setting from the GMAC code (v3) by Giuseppe CAVALLARO · 13 years ago
  55. 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 14 years ago
  56. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 14 years ago
  57. 7ac6653 stmmac: Move the STMicroelectronics driver by Jeff Kirsher · 14 years ago