]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274434:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Nov 2014 18:49:11 +0000 (18:49 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Nov 2014 18:49:11 +0000 (18:49 +0000)
commit0f4d47361302d0983f1f1ae38bcde212459bed60
tree06147572ea2d690b79a67d3d15b531d01d0db0fa
parent2dacb825599919564fa20359ffe96ba15649e2d1
MFC r274434:
  Fix ips_out_nosa errors accounting.

MFC r274454:
  ipsec6_process_packet is called before ip6_output fixes ip6_plen.
  Update ip6_plen before bpf processing to be able see correct value.

MFC r274455:
  We don't return sp pointer, thus NULL assignment isn't needed.
  And reference to sp will be freed at the end.

MFC r274465:
  Remove redundant ip6_plen initialization.

MFC r274466:
  Strip IP header only when we act in tunnel mode.

MFC r274467:
  Count statistics for the specific address family.

Sponsored by: Yandex LLC

git-svn-id: svn://svn.freebsd.org/base/stable/10@274755 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet6/ip6_ipsec.c
sys/netipsec/ipsec_input.c
sys/netipsec/ipsec_output.c
sys/netipsec/xform_ipip.c