1. 20 7月, 2008 1 次提交
  2. 11 6月, 2008 1 次提交
  3. 04 6月, 2008 1 次提交
  4. 24 4月, 2008 1 次提交
    • P
      [RTNETLINK]: Fix bogus ASSERT_RTNL warning · c9c1014b
      Patrick McHardy 提交于
      ASSERT_RTNL uses mutex_trylock to test whether the rtnl_mutex is
      held. This bogus warnings when running in atomic context, which
      f.e. happens when adding secondary unicast addresses through
      macvlan or vlan or when synchronizing multicast addresses from
      wireless devices.
      
      Mid-term we might want to consider moving all address updates
      to process context since the locking seems overly complicated,
      for now just fix the bogus warning by changing ASSERT_RTNL to
      use mutex_is_locked().
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c9c1014b
  5. 05 2月, 2008 1 次提交
  6. 29 1月, 2008 2 次提交
  7. 13 11月, 2007 1 次提交
  8. 11 10月, 2007 1 次提交
    • P
      [IPv6]: Export userland ND options through netlink (RDNSS support) · 31910575
      Pierre Ynard 提交于
      As discussed before, this patch provides userland with a way to access
      relevant options in Router Advertisements, after they are processed
      and validated by the kernel. Extra options are processed in a generic
      way; this patch only exports RDNSS options described in RFC5006, but
      support to control which options are exported could be easily added.
      
      A new rtnetlink message type is defined, to transport Neighbor
      Discovery options, along with optional context information. At the
      moment only the address of the router sending an RDNSS option is
      included, but additional attributes may be later defined, if needed by
      new use cases.
      Signed-off-by: NPierre Ynard <linkfanel@yahoo.fr>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      31910575
  9. 31 8月, 2007 1 次提交
  10. 11 7月, 2007 3 次提交
  11. 26 4月, 2007 2 次提交
  12. 09 12月, 2006 1 次提交
  13. 03 12月, 2006 2 次提交
  14. 29 9月, 2006 1 次提交
  15. 23 9月, 2006 11 次提交
  16. 26 4月, 2006 1 次提交
  17. 23 3月, 2006 1 次提交
  18. 21 3月, 2006 3 次提交
  19. 20 12月, 2005 1 次提交
  20. 30 8月, 2005 1 次提交
  21. 29 6月, 2005 2 次提交
  22. 24 6月, 2005 1 次提交