summaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec_input.c
AgeCommit message (Expand)Author
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2007-06-27Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4).degroote
2007-03-04Remove useless castdegroote
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-10Commit my SoC workdegroote
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-13more __unusedchristos
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-04-24Add `const' to the safety-catch local definition of ip6_protosw,jonathan
2004-03-20Temporarily ifdef out sys/netipsec/ipsec_input.c:esp6_ctlinput(),jonathan
2004-03-01Add missing copyright notices (FreeBSD rev 1.2.4.2).thorpej
2003-10-06Reversion of "netkey merge", part 2 (replacement of removed files in thetls
2003-09-12merge netipsec/key* into netkey/key*. no need for both.itojun
2003-08-20opt_inet6.h is FreeBSD-specific, so wrap it with #ifdef __FreeBSD__/#endif.jonathan
2003-08-15Fix bug with IP_DF handling which was breaking TCP: on FreeBSD, ip_offjonathan
2003-08-15Change ipsec4_common_input() to return void (not int with errno,jonathan
2003-08-13Initial import of Sam Leffler's `Fast-IPsec' from FreeBSD 4.jonathan