1. 29 9月, 2017 3 次提交
  2. 04 9月, 2017 3 次提交
  3. 02 9月, 2017 3 次提交
  4. 31 8月, 2017 5 次提交
  5. 29 8月, 2017 1 次提交
    • A
      net: mvpp2: fix the mac address used when using PPv2.2 · 4c228682
      Antoine Tenart 提交于
      The mac address is only retrieved from h/w when using PPv2.1. Otherwise
      the variable holding it is still checked and used if it contains a valid
      value. As the variable isn't initialized to an invalid mac address
      value, we end up with random mac addresses which can be the same for all
      the ports handled by this PPv2 driver.
      
      Fixes this by initializing the h/w mac address variable to {0}, which is
      an invalid mac address value. This way the random assignation fallback
      is called and all ports end up with their own addresses.
      Signed-off-by: NAntoine Tenart <antoine.tenart@free-electrons.com>
      Fixes: 26975821 ("net: mvpp2: handle misc PPv2.1/PPv2.2 differences")
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4c228682
  6. 26 8月, 2017 1 次提交
  7. 24 8月, 2017 2 次提交
  8. 23 8月, 2017 7 次提交
  9. 04 8月, 2017 6 次提交
  10. 23 6月, 2017 3 次提交
  11. 14 6月, 2017 1 次提交
  12. 11 6月, 2017 2 次提交
  13. 08 6月, 2017 1 次提交
  14. 19 4月, 2017 2 次提交