1. 17 10月, 2017 1 次提交
  2. 11 10月, 2017 1 次提交
  3. 05 10月, 2017 4 次提交
  4. 04 10月, 2017 2 次提交
  5. 29 9月, 2017 4 次提交
  6. 14 8月, 2017 1 次提交
    • J
      rtnelink: Move link dump consistency check out of the loop · d0225784
      Jakub Sitnicki 提交于
      Calls to rtnl_dump_ifinfo() are protected by RTNL lock. So are the
      {list,unlist}_netdevice() calls where we bump the net->dev_base_seq
      number.
      
      For this reason net->dev_base_seq can't change under out feet while
      we're looping over links in rtnl_dump_ifinfo(). So move the check for
      net->dev_base_seq change (since the last time we were called) out of the
      loop.
      
      This way we avoid giving a wrong impression that there are concurrent
      updates to the link list going on while we're iterating over them.
      Signed-off-by: NJakub Sitnicki <jkbs@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d0225784
  7. 11 8月, 2017 5 次提交
  8. 10 8月, 2017 6 次提交
  9. 21 7月, 2017 1 次提交
  10. 20 7月, 2017 1 次提交
  11. 01 7月, 2017 1 次提交
  12. 27 6月, 2017 5 次提交
  13. 24 6月, 2017 2 次提交
  14. 21 6月, 2017 2 次提交
  15. 16 6月, 2017 1 次提交
  16. 08 6月, 2017 1 次提交
  17. 01 6月, 2017 1 次提交
  18. 28 5月, 2017 1 次提交