1. 7daa78e net/cadence/macb: fix invalid 0 return if no phy is discovered on mii init by Boris BREZILLON · 12 years ago
  2. 148cbb5 net/cadence/macb: add support for dt phy definition by Boris BREZILLON · 12 years ago
  3. 54842ec drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 12 years ago
  4. 01276ed net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit by Jongsung Kim · 12 years ago
  5. d6cf7a8 at91_ether: Do not select NET_CORE by Ben Hutchings · 12 years ago
  6. 4df9513 net/macb: change RX path for GEM by Nicolas Ferre · 12 years ago
  7. 1b44791 net/macb: increase RX buffer size for GEM by Nicolas Ferre · 12 years ago
  8. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  9. 581df9e net/macb: fix ISR clear-on-write behavior only for some SoC by Nicolas Ferre · 12 years ago
  10. 822bc32 net/ethernet: MACB should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  11. d914ae8 net/ethernet: ARM_AT91_ETHER should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  12. 72ca820 net/macb: fix error return code in macb_probe() by Nicolas Ferre · 12 years ago
  13. bbeae58 net/at91_ether: fix error return code in at91ether_probe() by Wei Yongjun · 12 years ago
  14. 5090704 net/cadence/macb: Simplify OF dependencies by Guenter Roeck · 12 years ago
  15. f9b1249 net/cadence/at91_ether: Simplify OF dependencies by Guenter Roeck · 12 years ago
  16. ace5801 net/macb: make clk_enable atomic by Steffen Trumtrar · 12 years ago
  17. a1ae385 net/macb: force endian_swp_pkt_en to off by Steffen Trumtrar · 12 years ago
  18. 749a2b6 net/macb: clear tx/rx completion flags in ISR by Steffen Trumtrar · 12 years ago
  19. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  20. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  21. b543a8d net: macb: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  22. ecad0a6 net: at91_ether: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  23. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  24. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  25. a1dd7e4 drivers/net,AT91RM9200: add missing GENERIC_HARDIRQS dependency by Heiko Carstens · 13 years ago
  26. 8770e91 net/macb: fix race with RX interrupt while doing NAPI by Nicolas Ferre · 12 years ago
  27. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 13 years ago
  28. 37a5b3d net/cadence: remove __dev* attributes by Bill Pemberton · 13 years ago
  29. b3e3bd71 net/macb: GEM DMA configuration register update by Nicolas Ferre · 13 years ago
  30. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 13 years ago
  31. 909a858 net/macb: move to circ_buf macros and fix initial condition by Nicolas Ferre · 13 years ago
  32. 3629a6c net/macb: clear unused address register by Joachim Eastwood · 13 years ago
  33. 2dbfdbb net/macb: add support for phy irq via gpio pin by Joachim Eastwood · 13 years ago
  34. 50b5ca1 net/at91_ether: fix comment and style issues by Joachim Eastwood · 13 years ago
  35. ed2b97d net/at91_ether: clean up print outs by Joachim Eastwood · 13 years ago
  36. 4dda6f6 net/at91_ether: drop board_data private struct member by Joachim Eastwood · 13 years ago
  37. 2ea32ee net/at91_ether: use stat function from macb by Joachim Eastwood · 13 years ago
  38. 3423247 net/at91_ether: use macb functions for get/set hwaddr by Joachim Eastwood · 13 years ago
  39. 314bccc net/macb: export macb_set_hwaddr and macb_get_hwaddr by Joachim Eastwood · 13 years ago
  40. d25e78a net/macb: support reversed hw addr by Joachim Eastwood · 13 years ago
  41. 17b8bb3 net/macb: check all address registers sets by Joachim Eastwood · 13 years ago
  42. dea0924 net: at91_ether: add pinctrl support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  43. 96f6360 net: at91_ether: add dt support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  44. 26cdfb4 macb: Keep driver's speed/duplex in sync with actual NCFGR by Vitalii Demianets · 13 years ago
  45. 8ef29f8a net/macb: add pinctrl consumer support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  46. 29bc2e1 net/macb: Offset first RX buffer by two bytes by Havard Skinnemoen · 13 years ago
  47. e86cd53 net/macb: better manage tx errors by Nicolas Ferre · 13 years ago
  48. d1d1b53 net/macb: ethtool interface: add register dump feature by Nicolas Ferre · 13 years ago
  49. 55054a1 net/macb: clean up ring buffer logic by Havard Skinnemoen · 13 years ago
  50. cde30a8 net/macb: tx status is more than 8 bits now by Nicolas Ferre · 13 years ago
  51. 83cdbc7 net/macb: remove macb_get_drvinfo() by Nicolas Ferre · 13 years ago
  52. a268adb net/macb: change debugging messages by Havard Skinnemoen · 13 years ago
  53. 03dbe05 net/macb: memory barriers cleanup by Havard Skinnemoen · 13 years ago
  54. 140b755 net/macb: Add support for Gigabit Ethernet mode by Patrice Vilchez · 13 years ago
  55. 0f6ae8f net/cadence: depend on HAS_IOMEM by Joachim Eastwood · 13 years ago
  56. 0668744 net/at91_ether: add pdata flag for reverse Eth addr by Joachim Eastwood · 13 years ago
  57. f4a15e1 net/at91_ether: select MACB in Kconfig by Joachim Eastwood · 13 years ago
  58. 84222e2 net/cadence: get rid of HAVE_NET_MACB by Joachim Eastwood · 13 years ago
  59. 95ebcea net/macb: fix truncate warnings by Joachim Eastwood · 13 years ago
  60. 6397346 net/at91_ether: convert to devm_* functions by Joachim Eastwood · 13 years ago
  61. 04879e5 net/at91_ether: clean up rx buffer handling by Joachim Eastwood · 13 years ago
  62. fbb7a6e net/at91_ether: use macb dma description struct by Joachim Eastwood · 13 years ago
  63. e0da1f1 net/at91_ether: share macb_set_rx_mode with macb by Joachim Eastwood · 13 years ago
  64. 5e32353d net/at91_ether: use ethtool and mdio from macb by Joachim Eastwood · 13 years ago
  65. 0112a1d net/at91_ether: compile macb for exported functions by Joachim Eastwood · 13 years ago
  66. 0005f54 net/macb: export some symbols for at91_ether by Joachim Eastwood · 13 years ago
  67. 54f14e4 net/at91_ether: use pclk member instead of ether_clk by Joachim Eastwood · 13 years ago
  68. b85008b net/at91_ether/macb: absorb at91_private in to macb private struct by Joachim Eastwood · 13 years ago
  69. a723b98 net/at91_ether: use macb defs for rx dma buffers by Joachim Eastwood · 13 years ago
  70. f8bded3 net/at91_ether: use macb access functions by Joachim Eastwood · 13 years ago
  71. bc3bbef net/at91_ether: use macb register definitions by Joachim Eastwood · 13 years ago
  72. 1fd3ca4 net/macb: add AT91RM9200 specific registers and bits to header by Joachim Eastwood · 13 years ago
  73. 3cfc159 at91ether: return PTR_ERR if call to clk_get fails by Devendra Naga · 13 years ago
  74. 03fc472 net/macb: manage carrier state with call to netif_carrier_{on|off}() by Nicolas Ferre · 13 years ago
  75. 86cc070 net/at91_ether: use gpio_to_irq for phy IRQ line by Nicolas Ferre · 13 years ago
  76. c5f0f83 AT91: Remove fixed mapping for AT91RM9200 ethernet by Andrew Victor · 13 years ago
  77. 17f393e macb: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  78. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  79. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 14 years ago
  80. 1d26643 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 14 years ago
  81. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 14 years ago
  82. 98d5e57 macb: use an unique MDIO bus name. by Florian Fainelli · 14 years ago
  83. b17471f net: macb: fix build break with !CONFIG_OF by Olof Johansson · 14 years ago
  84. 06d123e Merge branch 'at91/macb' into next/drivers by Arnd Bergmann · 14 years ago
  85. 2839038 net/at91_ether: use gpio_is_valid for phy IRQ line by Nicolas Ferre · 14 years ago
  86. fb97a84 net/macb: add DT support for Cadence macb/gem driver by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  87. 3642a0a Merge branch 'mxs/saif' into next/drivers by Arnd Bergmann · 14 years ago
  88. 0116da4 macb: allow GEM to have configurable receive buffer size by Jamie Iles · 14 years ago
  89. 757a03c macb: support DMA bus widths > 32 bits by Jamie Iles · 14 years ago
  90. a494ed8 macb: support statistics for GEM devices by Jamie Iles · 14 years ago
  91. 70c9f3d macb: support higher rate GEM MDIO clock divisors by Jamie Iles · 14 years ago
  92. f75ba50 macb: initial support for Cadence GEM by Jamie Iles · 14 years ago
  93. c220f8c macb: convert printk to netdev_ and friends by Jamie Iles · 14 years ago
  94. 84e0cdb macb: unify at91 and avr32 platform data by Jamie Iles · 14 years ago
  95. 461845d macb: remove conditional clk handling by Jamie Iles · 14 years ago
  96. eccab1e net/cadence: enable by default NET_ATMEL by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  97. ca90666 Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 14 years ago
  98. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 14 years ago
  99. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  100. 9f2f381 macb: Move the Atmel driver by Jeff Kirsher · 14 years ago