1. c8ea5a2 net: macb: Fix race between HW and driver by Soren Brinkmann · 11 years ago
  2. 504ad98 net: macb: Remove 'unlikely' optimization by Soren Brinkmann · 11 years ago
  3. 02f7a34 net: macb: Re-enable RX interrupt only when RX is done by Soren Brinkmann · 11 years ago
  4. 6a027b7 net: macb: Clear interrupt flags by Soren Brinkmann · 11 years ago
  5. ccd6d0a net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP by Soren Brinkmann · 11 years ago
  6. 8ea2b17 net: cadence: Fix architecture dependencies by Jean Delvare · 11 years ago
  7. ea05df4 net: cadence: Add architecture dependencies by Jean Delvare · 11 years ago
  8. c293fb7 net/at91_ether: avoid NULL pointer dereference by Gilles Chanteperdrix · 11 years ago
  9. 5b31f22 macb: remove empty MDIO bus reset function by Florian Fainelli · 11 years ago
  10. c88b5b6 macb: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  11. 48330e08 net: macb: DMA-unmap full rx-buffer by Soren Brinkmann · 11 years ago
  12. 9203090 net: macb: Check DMA mappings for error by Soren Brinkmann · 11 years ago
  13. 9319e47 net: macb: Fix build warning by Soren Brinkmann · 11 years ago
  14. e1824df net: macb: Adjust tx_clk when link speed changes by Soren Brinkmann · 11 years ago
  15. 0a4acf0 net: macb: Use devm_request_irq() by Soren Brinkmann · 11 years ago
  16. 60fe716 net: macb: Use devm_ioremap() by Soren Brinkmann · 11 years ago
  17. b48e0ba net: macb: Migrate to devm clock interface by Soren Brinkmann · 11 years ago
  18. 0dfc3e1 net: macb: Migrate to dev_pm_ops by Soren Brinkmann · 11 years ago
  19. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  20. c607a0d net: macb: use dev_get_platdata() by Jingoo Han · 11 years ago
  21. 09a2748 net: at91_ether: use dev_get_platdata() by Jingoo Han · 11 years ago
  22. 7daa78e net/cadence/macb: fix invalid 0 return if no phy is discovered on mii init by Boris BREZILLON · 11 years ago
  23. 148cbb5 net/cadence/macb: add support for dt phy definition by Boris BREZILLON · 11 years ago
  24. 54842ec drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  25. 01276ed net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit by Jongsung Kim · 11 years ago
  26. d6cf7a8 at91_ether: Do not select NET_CORE by Ben Hutchings · 12 years ago
  27. 4df9513 net/macb: change RX path for GEM by Nicolas Ferre · 12 years ago
  28. 1b44791 net/macb: increase RX buffer size for GEM by Nicolas Ferre · 12 years ago
  29. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  30. 581df9e net/macb: fix ISR clear-on-write behavior only for some SoC by Nicolas Ferre · 12 years ago
  31. 822bc32 net/ethernet: MACB should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  32. d914ae8 net/ethernet: ARM_AT91_ETHER should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  33. 72ca820 net/macb: fix error return code in macb_probe() by Nicolas Ferre · 12 years ago
  34. bbeae58 net/at91_ether: fix error return code in at91ether_probe() by Wei Yongjun · 12 years ago
  35. 5090704 net/cadence/macb: Simplify OF dependencies by Guenter Roeck · 12 years ago
  36. f9b1249 net/cadence/at91_ether: Simplify OF dependencies by Guenter Roeck · 12 years ago
  37. ace5801 net/macb: make clk_enable atomic by Steffen Trumtrar · 12 years ago
  38. a1ae385 net/macb: force endian_swp_pkt_en to off by Steffen Trumtrar · 12 years ago
  39. 749a2b6 net/macb: clear tx/rx completion flags in ISR by Steffen Trumtrar · 12 years ago
  40. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  41. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  42. b543a8d net: macb: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  43. ecad0a6 net: at91_ether: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  44. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  45. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  46. a1dd7e4 drivers/net,AT91RM9200: add missing GENERIC_HARDIRQS dependency by Heiko Carstens · 12 years ago
  47. 8770e91 net/macb: fix race with RX interrupt while doing NAPI by Nicolas Ferre · 12 years ago
  48. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  49. 37a5b3d net/cadence: remove __dev* attributes by Bill Pemberton · 12 years ago
  50. b3e3bd71 net/macb: GEM DMA configuration register update by Nicolas Ferre · 12 years ago
  51. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  52. 909a858 net/macb: move to circ_buf macros and fix initial condition by Nicolas Ferre · 12 years ago
  53. 3629a6c net/macb: clear unused address register by Joachim Eastwood · 12 years ago
  54. 2dbfdbb9 net/macb: add support for phy irq via gpio pin by Joachim Eastwood · 12 years ago
  55. 50b5ca1 net/at91_ether: fix comment and style issues by Joachim Eastwood · 12 years ago
  56. ed2b97d net/at91_ether: clean up print outs by Joachim Eastwood · 12 years ago
  57. 4dda6f6 net/at91_ether: drop board_data private struct member by Joachim Eastwood · 12 years ago
  58. 2ea32ee net/at91_ether: use stat function from macb by Joachim Eastwood · 12 years ago
  59. 3423247 net/at91_ether: use macb functions for get/set hwaddr by Joachim Eastwood · 12 years ago
  60. 314bccc net/macb: export macb_set_hwaddr and macb_get_hwaddr by Joachim Eastwood · 12 years ago
  61. d25e78a net/macb: support reversed hw addr by Joachim Eastwood · 12 years ago
  62. 17b8bb3 net/macb: check all address registers sets by Joachim Eastwood · 12 years ago
  63. dea0924 net: at91_ether: add pinctrl support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  64. 96f6360 net: at91_ether: add dt support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  65. 26cdfb4 macb: Keep driver's speed/duplex in sync with actual NCFGR by Vitalii Demianets · 12 years ago
  66. 8ef29f8a net/macb: add pinctrl consumer support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  67. 29bc2e1 net/macb: Offset first RX buffer by two bytes by Havard Skinnemoen · 12 years ago
  68. e86cd53 net/macb: better manage tx errors by Nicolas Ferre · 12 years ago
  69. d1d1b53 net/macb: ethtool interface: add register dump feature by Nicolas Ferre · 12 years ago
  70. 55054a1 net/macb: clean up ring buffer logic by Havard Skinnemoen · 12 years ago
  71. cde30a8 net/macb: tx status is more than 8 bits now by Nicolas Ferre · 12 years ago
  72. 83cdbc7 net/macb: remove macb_get_drvinfo() by Nicolas Ferre · 12 years ago
  73. a268adb net/macb: change debugging messages by Havard Skinnemoen · 12 years ago
  74. 03dbe05 net/macb: memory barriers cleanup by Havard Skinnemoen · 12 years ago
  75. 140b755 net/macb: Add support for Gigabit Ethernet mode by Patrice Vilchez · 12 years ago
  76. 0f6ae8f net/cadence: depend on HAS_IOMEM by Joachim Eastwood · 12 years ago
  77. 0668744 net/at91_ether: add pdata flag for reverse Eth addr by Joachim Eastwood · 12 years ago
  78. f4a15e1 net/at91_ether: select MACB in Kconfig by Joachim Eastwood · 12 years ago
  79. 84222e2 net/cadence: get rid of HAVE_NET_MACB by Joachim Eastwood · 12 years ago
  80. 95ebcea net/macb: fix truncate warnings by Joachim Eastwood · 12 years ago
  81. 6397346 net/at91_ether: convert to devm_* functions by Joachim Eastwood · 12 years ago
  82. 04879e5 net/at91_ether: clean up rx buffer handling by Joachim Eastwood · 12 years ago
  83. fbb7a6e net/at91_ether: use macb dma description struct by Joachim Eastwood · 12 years ago
  84. e0da1f1 net/at91_ether: share macb_set_rx_mode with macb by Joachim Eastwood · 12 years ago
  85. 5e32353d net/at91_ether: use ethtool and mdio from macb by Joachim Eastwood · 12 years ago
  86. 0112a1d net/at91_ether: compile macb for exported functions by Joachim Eastwood · 12 years ago
  87. 0005f54 net/macb: export some symbols for at91_ether by Joachim Eastwood · 12 years ago
  88. 54f14e4 net/at91_ether: use pclk member instead of ether_clk by Joachim Eastwood · 12 years ago
  89. b85008b net/at91_ether/macb: absorb at91_private in to macb private struct by Joachim Eastwood · 12 years ago
  90. a723b98 net/at91_ether: use macb defs for rx dma buffers by Joachim Eastwood · 12 years ago
  91. f8bded3 net/at91_ether: use macb access functions by Joachim Eastwood · 12 years ago
  92. bc3bbef net/at91_ether: use macb register definitions by Joachim Eastwood · 12 years ago
  93. 1fd3ca4e net/macb: add AT91RM9200 specific registers and bits to header by Joachim Eastwood · 12 years ago
  94. 3cfc159 at91ether: return PTR_ERR if call to clk_get fails by Devendra Naga · 12 years ago
  95. 03fc472 net/macb: manage carrier state with call to netif_carrier_{on|off}() by Nicolas Ferre · 13 years ago
  96. 86cc070 net/at91_ether: use gpio_to_irq for phy IRQ line by Nicolas Ferre · 13 years ago
  97. c5f0f83 AT91: Remove fixed mapping for AT91RM9200 ethernet by Andrew Victor · 13 years ago
  98. 17f393e macb: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  99. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  100. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago