1. 21 12月, 2019 1 次提交
  2. 16 12月, 2019 1 次提交
  3. 17 11月, 2019 2 次提交
  4. 16 11月, 2019 7 次提交
  5. 25 10月, 2019 1 次提交
    • T
      net: remove unnecessary variables and callback · f3b0a18b
      Taehee Yoo 提交于
      This patch removes variables and callback these are related to the nested
      device structure.
      devices that can be nested have their own nest_level variable that
      represents the depth of nested devices.
      In the previous patch, new {lower/upper}_level variables are added and
      they replace old private nest_level variable.
      So, this patch removes all 'nest_level' variables.
      
      In order to avoid lockdep warning, ->ndo_get_lock_subclass() was added
      to get lockdep subclass value, which is actually lower nested depth value.
      But now, they use the dynamic lockdep key to avoid lockdep warning instead
      of the subclass.
      So, this patch removes ->ndo_get_lock_subclass() callback.
      Signed-off-by: NTaehee Yoo <ap420073@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f3b0a18b
  6. 23 10月, 2019 8 次提交
  7. 11 10月, 2019 1 次提交
  8. 10 10月, 2019 4 次提交
  9. 27 6月, 2019 1 次提交
  10. 13 4月, 2019 3 次提交
  11. 13 2月, 2019 1 次提交
  12. 08 2月, 2019 1 次提交
  13. 05 2月, 2019 1 次提交
  14. 02 2月, 2019 1 次提交
  15. 24 11月, 2018 3 次提交
  16. 22 11月, 2018 2 次提交
  17. 27 10月, 2018 1 次提交
  18. 17 8月, 2018 1 次提交