1. 11 5月, 2010 3 次提交
  2. 18 1月, 2010 1 次提交
  3. 02 9月, 2009 1 次提交
    • A
      netns: embed ip6_dst_ops directly · 86393e52
      Alexey Dobriyan 提交于
      struct net::ipv6.ip6_dst_ops is separatedly dynamically allocated,
      but there is no fundamental reason for it. Embed it directly into
      struct netns_ipv6.
      
      For that:
      * move struct dst_ops into separate header to fix circular dependencies
      	I honestly tried not to, it's pretty impossible to do other way
      * drop dynamical allocation, allocate together with netns
      
      For a change, remove struct dst_ops::dst_net, it's deducible
      by using container_of() given dst_ops pointer.
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      86393e52
  4. 11 12月, 2008 6 次提交
  5. 23 7月, 2008 1 次提交
  6. 10 6月, 2008 1 次提交
  7. 08 3月, 2008 3 次提交
  8. 05 3月, 2008 3 次提交
  9. 04 3月, 2008 4 次提交
  10. 01 3月, 2008 1 次提交
  11. 01 2月, 2008 1 次提交
  12. 29 1月, 2008 10 次提交