History log of /freebsd-10-stable/sys/netipsec/keysock.c
Revision Date Author Comments
# 283902 02-Jun-2015 ae

MFC r275390:
Remove unused declartations.

MFC r275437:
ANSIfy function declarations.

MFC r275438:
Remove __P() macro.

Sponsored by: Yandex LLC


# 283901 02-Jun-2015 ae

MFC r275392:
Remove route chaching support from ipsec code. It isn't used for some time.
* remove sa_route_union declaration and route_cache member from struct secashead;
* remove key_sa_routechange() call from ICMP and ICMPv6 code;
* simplify ip_ipsec_mtu();
* remove #include <net/route.h>;

Sponsored by: Yandex LLC


# 283849 31-May-2015 ae

MFC r283117:
Remove unneded mbuf length adjustment, M_PREPEND() already did that.

PR: 139387


# 275825 16-Dec-2014 ae

MFC r275393:
Remove unneded check. No need to do m_pullup to the size that we prepended.

MFC r275473:
Fix style(9) and remove m_freem(NULL).
Add XXX comment, it looks incorrect, because m_pkthdr.len is already
incremented by M_PREPEND().

Sponsored by: Yandex LLC


# 283902 02-Jun-2015 ae

MFC r275390:
Remove unused declartations.

MFC r275437:
ANSIfy function declarations.

MFC r275438:
Remove __P() macro.

Sponsored by: Yandex LLC


# 283901 02-Jun-2015 ae

MFC r275392:
Remove route chaching support from ipsec code. It isn't used for some time.
* remove sa_route_union declaration and route_cache member from struct secashead;
* remove key_sa_routechange() call from ICMP and ICMPv6 code;
* simplify ip_ipsec_mtu();
* remove #include <net/route.h>;

Sponsored by: Yandex LLC


# 283849 31-May-2015 ae

MFC r283117:
Remove unneded mbuf length adjustment, M_PREPEND() already did that.

PR: 139387


# 275825 16-Dec-2014 ae

MFC r275393:
Remove unneded check. No need to do m_pullup to the size that we prepended.

MFC r275473:
Fix style(9) and remove m_freem(NULL).
Add XXX comment, it looks incorrect, because m_pkthdr.len is already
incremented by M_PREPEND().

Sponsored by: Yandex LLC