1. 688cbaf net: mvpp2: fallback using h/w and random mac if the dt one isn't valid by Antoine Tenart · 7 years ago
  2. d2a6e48 net: mvpp2: fix use of the random mac address for PPv2.2 by Antoine Tenart · 7 years ago
  3. 3ba8c81 net: mvpp2: move the mac retrieval/copy logic into its own function by Antoine Tenart · 7 years ago
  4. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. c54a504 mvneta: Driver and hardware supports IPv6 offload, so enable it by Andrew Pilloud · 7 years ago
  6. fd3651b net: mvpp2: use the GoP interrupt for link status changes by Antoine Tenart · 7 years ago
  7. 5997c86 net: mvpp2: make the phy optional by Antoine Tenart · 7 years ago
  8. 1df2270 net: mvpp2: take advantage of the is_rgmii helper by Antoine Tenart · 7 years ago
  9. 89273bc net: mvpp2: dynamic reconfiguration of the comphy/GoP/MAC by Antoine Tenart · 7 years ago
  10. 65a2c09 net: mvpp2: do not set GMAC autoneg when using XLG MAC by Antoine Tenart · 7 years ago
  11. f55744a net: mvpp2: improve the link management function by Antoine Tenart · 7 years ago
  12. 968b211 net: mvpp2: simplify the link_event function by Antoine Tenart · 7 years ago
  13. 542897d net: mvpp2: initialize the comphy by Antoine Tenart · 7 years ago
  14. 4c22868 net: mvpp2: fix the mac address used when using PPv2.2 by Antoine Tenart · 7 years ago
  15. ec15ecd net: mvpp2: fix the packet size configuration for 10G by Antoine Ténart · 7 years ago
  16. 43cee2d net: mv643xx_eth: Be drop monitor friendly by Florian Fainelli · 7 years ago
  17. 186cd4d net: mvpp2: software tso support by Antoine Ténart · 7 years ago
  18. 85affd7 net: mvpp2: unify the txq size define use by Antoine Ténart · 7 years ago
  19. f9cbe9a net: define the TSO header size in net/tso.h by Antoine Ténart · 7 years ago
  20. f84bf38 net: mvpp2: initialize the GoP by Antoine Ténart · 7 years ago
  21. 76eb1b1 net: mvpp2: set maximum packet size for 10G ports by Stefan Chulski · 7 years ago
  22. 7732195 net: mvpp2: initialize the XLG MAC when using a port by Antoine Ténart · 7 years ago
  23. 3919357 net: mvpp2: initialize the GMAC when using a port by Antoine Ténart · 7 years ago
  24. 2055d62 net: mvpp2: move the mii configuration in the ndo_open path by Antoine Ténart · 7 years ago
  25. 1068ec7 net: mvpp2: fix the synchronization module bypass macro name by Antoine Ténart · 7 years ago
  26. 81b6630 net: mvpp2: unify register definitions coding style by Antoine Ténart · 7 years ago
  27. 9d2ee98 skge: add paren around sizeof arg by stephen hemminger · 8 years ago
  28. 213f428 net: mvpp2: add support for TX interrupts and RX queue distribution modes by Thomas Petazzoni · 8 years ago
  29. 591f4cf net: mvpp2: introduce queue_vector concept by Thomas Petazzoni · 8 years ago
  30. df089aa net: mvpp2: move from cpu-centric naming to "software thread" naming by Thomas Petazzoni · 8 years ago
  31. 09f8397 net: mvpp2: introduce per-port nrxqs/ntxqs variables by Thomas Petazzoni · 8 years ago
  32. b5635ad net: mvpp2: remove RX queue group reset code by Thomas Petazzoni · 8 years ago
  33. eb1e93a net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definition by Thomas Petazzoni · 8 years ago
  34. cfbcb61 mv643xx_eth: fix of_irq_to_resource() error check by Sergei Shtylyov · 8 years ago
  35. 7d7627b net: mvpp2: remove mvpp2_pool_refill() by Thomas Petazzoni · 8 years ago
  36. 8f3f6e5 net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() function by Thomas Petazzoni · 8 years ago
  37. e0af22d net: mvpp2: add comments about smp_processor_id() usage by Thomas Petazzoni · 8 years ago
  38. 0268b51 net: mvmdio: simplify the smi read and write error paths by Antoine Ténart · 8 years ago
  39. c0ac08f net: mvmdio: add xmdio xsmi support by Antoine Ténart · 8 years ago
  40. 440ea77 net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operations by Antoine Ténart · 8 years ago
  41. 1955796 net: mvmdio: put the poll intervals in the ops structure by Antoine Ténart · 8 years ago
  42. b0b7fa4 net: mvmdio: introduce an ops structure by Antoine Ténart · 8 years ago
  43. 0caf030 net: mvmdio: remove duplicate locking by Russell King · 8 years ago
  44. fd3ebd8 net: mvmdio: use GENMASK for masks by Antoine Ténart · 8 years ago
  45. 2040ef2 net: mvmdio: use tabs for defines by Antoine Ténart · 8 years ago
  46. 14ef8b3 net: mvmdio: reorder headers alphabetically by Antoine Ténart · 8 years ago
  47. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  48. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. 5514174 net: phy: Make phy_ethtool_ksettings_get return void by yuval.shaia@oracle.com · 8 years ago
  50. 725757a net: mvpp2: enable basic 10G support by Antoine Ténart · 8 years ago
  51. a704bb5 net: mvpp2: use {get, put}_cpu() instead of smp_processor_id() by Thomas Petazzoni · 8 years ago
  52. 56b8aae net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get} by Thomas Petazzoni · 8 years ago
  53. e173db3 net: mvpp2: do not bypass the mvpp22_port_mii_set function by Antoine Ténart · 8 years ago
  54. a0c51cf sky2: Use seq_puts() in sky2_debug_show() by Markus Elfring · 8 years ago
  55. ca735bd skge: Adjust a null pointer check in skge_down() by Markus Elfring · 8 years ago
  56. d775662 skge: Use seq_puts() in skge_debug_show() by Markus Elfring · 8 years ago
  57. 8273f0a net: pxa168_eth: Adjust four checks for null pointers by Markus Elfring · 8 years ago
  58. 91acebe net: pxa168_eth: Use kcalloc() in two functions by Markus Elfring · 8 years ago
  59. dbbb2f0 net: mvpp2: Adjust a null pointer check in mvpp2_egress_enable() by Markus Elfring · 8 years ago
  60. f9fd0e3 net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add() by Markus Elfring · 8 years ago
  61. c9a7e12 net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add() by Markus Elfring · 8 years ago
  62. 20b1e16 net: mvpp2: Rename a jump label in mvpp2_txq_init() by Markus Elfring · 8 years ago
  63. 32bae63 net: mvpp2: Rename a jump label in mvpp2_tx_frag_process() by Markus Elfring · 8 years ago
  64. dfd4240 net: mvpp2: Adjust three error messages by Markus Elfring · 8 years ago
  65. c117554 net: mvpp2: Rename a jump label in two functions by Markus Elfring · 8 years ago
  66. 8a52488 net: mvpp2: Fix a jump label position in mvpp2_rx() by Markus Elfring · 8 years ago
  67. bd6aaf5 net: mvpp2: Improve a size determination in two functions by Markus Elfring · 8 years ago
  68. c5b2ce2 net: mvpp2: Improve 27 size determinations by Markus Elfring · 8 years ago
  69. 37df25e net: mvpp2: Improve another size determination in mvpp2_prs_default_init() by Markus Elfring · 8 years ago
  70. 81f915e net: mvpp2: Improve another size determination in mvpp2_bm_init() by Markus Elfring · 8 years ago
  71. 03bfffd net: mvpp2: Improve another size determination in mvpp2_port_probe() by Markus Elfring · 8 years ago
  72. d7ce3ce net: mvpp2: Improve another size determination in mvpp2_init() by Markus Elfring · 8 years ago
  73. 0b92e59 net: mvpp2: Improve two size determinations in mvpp2_probe() by Markus Elfring · 8 years ago
  74. 02c91ec net: mvpp2: Use kmalloc_array() in mvpp2_txq_init() by Markus Elfring · 8 years ago
  75. f95936c net: mvneta: Adjust six checks for null pointers by Markus Elfring · 8 years ago
  76. d441b68 net: mvneta: Use kmalloc_array() in mvneta_txq_init() by Markus Elfring · 8 years ago
  77. 5d6312ed net: mvneta: Improve two size determinations in mvneta_init() by Markus Elfring · 8 years ago
  78. 2911063 net: mvneta: Use devm_kmalloc_array() in mvneta_init() by Markus Elfring · 8 years ago
  79. 82960ff net: mvneta: fix failed to suspend if WOL is enabled by Jisheng Zhang · 8 years ago
  80. 96cb434 net: mvmdio: allow up to three clocks to be specified for orion-mdio by Russell King · 8 years ago
  81. a51e2c9 net: mvmdio: disable interrupt if resource size is too small by Russell King · 8 years ago
  82. 7093a97 net: mvmdio: fix interrupt disable in remove path by Russell King · 8 years ago
  83. 3728248 net: mvmdio: disable interrupts in driver failure path by Russell King · 8 years ago
  84. d6956ac net: mvneta: set rx mode during resume if interface is running by Jisheng Zhang · 8 years ago
  85. a38d20d net: mvneta: add RGMII_RXID and RGMII_TXID support by Jisheng Zhang · 8 years ago
  86. 9768b45 net: mvneta: support suspend and resume by Jane Li · 8 years ago
  87. fc5e155 net: mvpp2: finally add the PPv2.2 compatible string by Thomas Petazzoni · 8 years ago
  88. 2067e0a net: mvpp2: set dma mask and coherent dma mask on PPv2.2 by Thomas Petazzoni · 8 years ago
  89. fceb55d net: mvpp2: add support for an additional clock needed for PPv2.2 by Thomas Petazzoni · 8 years ago
  90. 59b9a31 net: mvpp2: adapt rxq distribution to PPv2.2 by Thomas Petazzoni · 8 years ago
  91. a73fef1 net: mvpp2: rework RXQ interrupt group initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  92. 6763ce3 net: mvpp2: add AXI bridge initialization for PPv2.2 by Thomas Petazzoni · 8 years ago
  93. 2697582 net: mvpp2: handle misc PPv2.1/PPv2.2 differences by Thomas Petazzoni · 8 years ago
  94. a786841 net: mvpp2: handle register mapping and access for PPv2.2 by Thomas Petazzoni · 8 years ago
  95. b02f31f net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2 by Thomas Petazzoni · 8 years ago
  96. 3d9017d net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2 by Thomas Petazzoni · 8 years ago
  97. 5eac892 net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 by Thomas Petazzoni · 8 years ago
  98. d01524d net: mvpp2: adjust the allocation/free of BM pools for PPv2.2 by Thomas Petazzoni · 8 years ago
  99. e7c5359 net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors by Thomas Petazzoni · 8 years ago
  100. 054f637 net: mvpp2: introduce an intermediate union for the TX/RX descriptors by Thomas Petazzoni · 8 years ago