1. 22 7月, 2008 1 次提交
  2. 03 7月, 2008 2 次提交
  3. 11 6月, 2008 1 次提交
  4. 14 4月, 2008 1 次提交
  5. 05 4月, 2008 1 次提交
  6. 26 3月, 2008 1 次提交
  7. 25 3月, 2008 4 次提交
  8. 01 2月, 2008 2 次提交
  9. 11 10月, 2007 1 次提交
  10. 31 7月, 2007 1 次提交
  11. 11 7月, 2007 3 次提交
  12. 31 5月, 2007 1 次提交
  13. 26 4月, 2007 4 次提交
  14. 25 4月, 2007 1 次提交
  15. 03 12月, 2006 1 次提交
  16. 29 9月, 2006 2 次提交
  17. 23 9月, 2006 6 次提交
  18. 26 4月, 2006 1 次提交
  19. 21 3月, 2006 5 次提交
  20. 08 1月, 2006 1 次提交
    • P
      [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder · 3e3850e9
      Patrick McHardy 提交于
      ip_route_me_harder doesn't use the port numbers of the xfrm lookup and
      uses ip_route_input for non-local addresses which doesn't do a xfrm
      lookup, ip6_route_me_harder doesn't do a xfrm lookup at all.
      
      Use xfrm_decode_session and do the lookup manually, make sure both
      only do the lookup if the packet hasn't been transformed already.
      
      Makeing sure the lookup only happens once needs a new field in the
      IP6CB, which exceeds the size of skb->cb. The size of skb->cb is
      increased to 48b. Apparently the IPv6 mobile extensions need some
      more room anyway.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3e3850e9