1. 20 7月, 2008 1 次提交
  2. 18 7月, 2008 2 次提交
  3. 03 7月, 2008 2 次提交
  4. 28 6月, 2008 1 次提交
  5. 12 6月, 2008 2 次提交
  6. 05 6月, 2008 1 次提交
  7. 21 5月, 2008 1 次提交
    • H
      ipsec: Use the correct ip_local_out function · 1ac06e03
      Herbert Xu 提交于
      Because the IPsec output function xfrm_output_resume does its
      own dst_output call it should always call __ip_local_output
      instead of ip_local_output as the latter may invoke dst_output
      directly.  Otherwise the return values from nf_hook and dst_output
      may clash as they both use the value 1 but for different purposes.
      
      When that clash occurs this can cause a packet to be used after
      it has been freed which usually leads to a crash.  Because the
      offending value is only returned from dst_output with qdiscs
      such as HTB, this bug is normally not visible.
      
      Thanks to Marco Berizzi for his perseverance in tracking this
      down.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1ac06e03
  8. 20 5月, 2008 3 次提交
  9. 05 5月, 2008 1 次提交
  10. 22 4月, 2008 1 次提交
  11. 21 4月, 2008 1 次提交
  12. 16 4月, 2008 1 次提交
  13. 12 4月, 2008 1 次提交
    • Y
      [IPV6]: Make address arguments const. · 9acd9f3a
      YOSHIFUJI Hideaki 提交于
      - net/ipv6/addrconf.c:
      	ipv6_get_ifaddr(), ipv6_dev_get_saddr()
      - net/ipv6/mcast.c:
      	ipv6_sock_mc_join(), ipv6_sock_mc_drop(),
      	inet6_mc_check(),
      	ipv6_dev_mc_inc(), __ipv6_dev_mc_dec(), ipv6_dev_mc_dec(),
      	ipv6_chk_mcast_addr()
      - net/ipv6/route.c:
      	rt6_lookup(), icmp6_dst_alloc()
      - net/ipv6/ip6_output.c:
      	ip6_nd_hdr()
      - net/ipv6/ndisc.c:
      	ndisc_send_ns(), ndisc_send_rs(), ndisc_send_redirect(),
      	ndisc_get_neigh(), __ndisc_send()
      Signed-off-by: NYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
      9acd9f3a
  14. 05 4月, 2008 1 次提交
  15. 03 4月, 2008 1 次提交
  16. 27 3月, 2008 1 次提交
  17. 26 3月, 2008 2 次提交
  18. 25 3月, 2008 2 次提交
  19. 08 3月, 2008 1 次提交
  20. 06 3月, 2008 2 次提交
  21. 05 3月, 2008 12 次提交