1. fc5e155 net: mvpp2: finally add the PPv2.2 compatible string by Thomas Petazzoni · 8 years ago
  2. 2067e0a net: mvpp2: set dma mask and coherent dma mask on PPv2.2 by Thomas Petazzoni · 8 years ago
  3. fceb55d net: mvpp2: add support for an additional clock needed for PPv2.2 by Thomas Petazzoni · 8 years ago
  4. 59b9a31 net: mvpp2: adapt rxq distribution to PPv2.2 by Thomas Petazzoni · 8 years ago
  5. a73fef1 net: mvpp2: rework RXQ interrupt group initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  6. 6763ce3 net: mvpp2: add AXI bridge initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  7. 2697582 net: mvpp2: handle misc PPv2.1/PPv2.2 differences by Thomas Petazzoni · 8 years ago
  8. a786841 net: mvpp2: handle register mapping and access for PPv2.2 by Thomas Petazzoni · 8 years ago
  9. b02f31f net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2 by Thomas Petazzoni · 8 years ago
  10. 3d9017d net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2 by Thomas Petazzoni · 8 years ago
  11. 5eac892 net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 by Thomas Petazzoni · 8 years ago
  12. d01524d net: mvpp2: adjust the allocation/free of BM pools for PPv2.2 by Thomas Petazzoni · 8 years ago
  13. e7c5359 net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors by Thomas Petazzoni · 8 years ago
  14. 054f637 net: mvpp2: introduce an intermediate union for the TX/RX descriptors by Thomas Petazzoni · 8 years ago
  15. faca924 net: mvpp2: add hw_version field in "struct mvpp2" by Thomas Petazzoni · 8 years ago
  16. ac3dd277 net: mvpp2: add and use accessors for TX/RX descriptors by Thomas Petazzoni · 8 years ago
  17. 4e4a105 net: mvpp2: store physical address of buffer in rx_desc->buf_cookie by Thomas Petazzoni · 8 years ago
  18. 4d6c2a6 net: mvpp2: remove mvpp2_txq_pend_desc_num_get() function by Thomas Petazzoni · 8 years ago
  19. df905f2 net: mvpp2: remove unused register definition MVPP2_TXQ_THRESH_REG by Thomas Petazzoni · 8 years ago
  20. aeb3d11 net: mvpp2: remove support for buffer header by Thomas Petazzoni · 8 years ago
  21. 2039613 net: mvpp2: use "dma" instead of "phys" where appropriate by Thomas Petazzoni · 8 years ago
  22. d315880 net: mvpp2: enable building on 64-bit platforms by Thomas Petazzoni · 8 years ago
  23. 0e03728 net: mvpp2: switch to build_skb() in the RX path by Thomas Petazzoni · 8 years ago
  24. 8138aff net: mvpp2: simplify MVPP2_PRS_RI_* definitions by Thomas Petazzoni · 8 years ago
  25. 31d7677 net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT by Thomas Petazzoni · 8 years ago
  26. a8c249a net: mvpp2: remove unused register definitions by Thomas Petazzoni · 8 years ago
  27. 3eb2d99 net: mvpp2: simplify mvpp2_bm_bufs_add() by Thomas Petazzoni · 8 years ago
  28. 7ef7e1d net: mvpp2: drop useless fields in mvpp2_bm_pool and related code by Thomas Petazzoni · 8 years ago
  29. 5dfa9e8 net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue' by Thomas Petazzoni · 8 years ago
  30. 36fb743 net: mvpp2: release reference to txq_cpu[] entry after unmapping by Thomas Petazzoni · 8 years ago
  31. ab42676 net: mvpp2: handle too large value in mvpp2_rx_time_coal_set() by Thomas Petazzoni · 8 years ago
  32. f8b0d5f net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set() by Thomas Petazzoni · 8 years ago
  33. d63f9e4 net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_set by Thomas Petazzoni · 8 years ago
  34. 239a3b6 net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put() by Thomas Petazzoni · 8 years ago
  35. 177c8d1 net: mvpp2: Fix a memory leak in error handling path by Christophe Jaillet · 8 years ago
  36. 4581be4 net: mvneta: make mvneta_eth_tool_ops static by Jisheng Zhang · 8 years ago
  37. 9303ab2 net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 9 years ago
  38. 482ff9f net: pxa168_eth: Do not clobber PHY link outside of state machine by Florian Fainelli · 9 years ago
  39. 1105a2d net: mv643xx_eth: Do not clobber PHY link outside of state machine by Florian Fainelli · 9 years ago
  40. b60a00f net: mvneta: implement .set_wol and .get_wol by Jingju Hou · 9 years ago
  41. 135844e skge: use napi_complete_done() by Eric Dumazet · 9 years ago
  42. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 9 years ago
  43. 4a7c972 net: Remove usage of net_device last_rx member by Tobias Klauser · 9 years ago
  44. 55f78fc net: marvell: sky2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  45. 0f82638 net: marvell: skge: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  46. a29b623 net: mvneta: add BQL support by Marcin Wojtas · 9 years ago
  47. 2a90f7e net: mvneta: add xmit_more support by Simon Guinot · 9 years ago
  48. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 9 years ago
  49. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 9 years ago
  50. 8354491 net: mvpp2: fix dma unmapping of TX buffers for fragments by Thomas Petazzoni · 9 years ago
  51. 3e3397e net: mv643xx_eth: fix build failure by Sudip Mukherjee · 9 years ago
  52. 0e85663 net: mvneta: select GENERIC_ALLOCATOR by Arnd Bergmann · 9 years ago
  53. d26aac2 net: mvneta: Indent some statements by Dan Carpenter · 9 years ago
  54. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  55. 2636ac3 net: mvneta: Add network support for Armada 3700 SoC by Marcin Wojtas · 9 years ago
  56. f34dacc net: mvneta: Only disable mvneta_bm for 64-bits by Gregory CLEMENT · 9 years ago
  57. 8d5047c net: mvneta: Convert to be 64 bits compatible by Marcin Wojtas · 9 years ago
  58. f88bee1 net: mvneta: Use cacheable memory to store the rx buffer virtual address by Gregory CLEMENT · 9 years ago
  59. e9f6499 net: mvneta: Do not allocate buffer in rxq init with HWBM by Gregory CLEMENT · 9 years ago
  60. ac83b7d net: mvneta: Optimize rx path for small frame by Gregory CLEMENT · 9 years ago
  61. 5a57a30 net: ethernet: marvell: mvneta: fix fixed-link phydev leaks by Johan Hovold · 9 years ago
  62. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. e8f967c mvpp2: use correct size for memset by Arnd Bergmann · 9 years ago
  64. 97db8af net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implemented by Andrew Lunn · 9 years ago
  65. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. 06b37b6 marvell: mark mvneta and mvpp2 32-bit only by Arnd Bergmann · 9 years ago
  67. a0627f7 net: marvell: Allow drivers to be built with COMPILE_TEST by Florian Fainelli · 9 years ago
  68. 06ba3b2 net: sky2: Fix shutdown crash by Jeremy Linton · 9 years ago
  69. 13f0ac4 net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_reset by Florian Fainelli · 9 years ago
  70. 00606c4 net: ethernet: mvpp2: Implement ethtool::nway_reset by Florian Fainelli · 9 years ago
  71. 5489ee8 net: ethernet: mvneta: Implement ethtool::nway_reset by Florian Fainelli · 9 years ago
  72. fc5e353 net: mv643xx_eth: Utilize phy_ethtool_nway_reset by Florian Fainelli · 9 years ago
  73. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  74. b9b84fc net: mv643xx_eth: ensure coalesce settings survive read-modify-write by Russell King · 9 years ago
  75. 2a43ca0 mv643xx_eth: Properly resolve merge conflict. by David S. Miller · 9 years ago
  76. d8e4aa0 mv643xx_eth: Fix merge error. by David S. Miller · 9 years ago
  77. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  78. fd33b24 net: mv643xx_eth: Fetch the phy connection type from DT by Jason Gunthorpe · 9 years ago
  79. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 9 years ago
  80. 0e0f27d skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with leds namespace by Zach Brown · 9 years ago
  81. 5777987 ethernet/marvell: use core min/max MTU checking by Jarod Wilson · 9 years ago
  82. a54e161 net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  83. 1e8a655 net: mv643xx_eth: use phydev from struct net_device by Philippe Reynes · 9 years ago
  84. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  85. f814bfd net: mvmdio: do not clk_disable_unprepare() NULL clock by Alexey Khoroshilov · 9 years ago
  86. 2dc0d2b net: mvneta: mark symbols static where possible by Baoyou Xie · 9 years ago
  87. bb15293 net: mvneta: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 9 years ago
  88. 84a3f4d net/mvneta: Convert to hotplug state machine by Sebastian Andrzej Siewior · 9 years ago
  89. f4b63ea sky2: use napi_complete_done by stephen hemminger · 9 years ago
  90. 013ad40 net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  91. c6c022e net: ethernet: marvell: mvneta: use phydev from struct net_device by Philippe Reynes · 9 years ago
  92. bd1026c ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  93. ccb8039 ethernet: marvell: mvpp2: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  94. d4e4da0 ethernet: marvell: mvneta: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  95. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. 2186f6e net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  97. 7d32184 net: ethernet: marvell: pxa168_eth: use phydev from struct net_device by Philippe Reynes · 9 years ago
  98. 06708f8 net: mvneta: set real interrupt per packet for tx_done by Dmitri Epshtein · 9 years ago
  99. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  100. 3d8c453 net: mvneta: fix open() error cleanup by Russell King - ARM Linux · 9 years ago