summaryrefslogtreecommitdiff
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-2128-28/+28
* MFC r199947, 199950:Bjoern A. Zeeb2009-12-301-1/+1
* MFC r199946:Bjoern A. Zeeb2009-12-292-3/+11
* MFC r199905:Bjoern A. Zeeb2009-12-291-4/+2
* MFC r199899:Bjoern A. Zeeb2009-12-291-51/+53
* MFC r199897:Bjoern A. Zeeb2009-12-291-3/+3
* MFC r199896:Bjoern A. Zeeb2009-12-291-0/+11
* MFC r199894:Bjoern A. Zeeb2009-12-291-1/+1
* MFC r187936:Bjoern A. Zeeb2009-08-251-2/+2
* MFC: Only decrease refcnt once when flushing SPD entries, toVANHULLEBUS Yvan2009-06-261-4/+14
* MFC: Lock SPTREE before parsing it in key_spddump()VANHULLEBUS Yvan2009-06-151-1/+5
* MFC: Fixed deletion of sav entries in key_delsah()VANHULLEBUS Yvan2009-05-141-1/+7
* SAs are valid (but dying) when they reached soft lifetime,VANHULLEBUS Yvan2009-03-231-14/+12
* MFC r186141:Bjoern A. Zeeb2009-03-212-42/+24
* MFC r185366:Bjoern A. Zeeb2009-03-203-24/+2
* Merge r189004.Roman Divacky2009-03-191-38/+13
* MFC r186791:Bjoern A. Zeeb2009-03-181-14/+16
* MFC: Remove remain <= MHLEN restriction in m_makespace(),VANHULLEBUS Yvan2009-03-021-52/+53
* MFC:Bjoern A. Zeeb2008-10-055-7/+72
* MFC: Add lifetime informations to generated SPD entries when SPDDUMPVANHULLEBUS Yvan2008-09-021-0/+17
* Merge r180385 from head to stable/7:Robert Watson2008-08-311-3/+0
* MFC: Increase statistic counters for enc0 interface when enabledVANHULLEBUS Yvan2008-08-302-0/+16
* Merge r177253, r177255 from head to stable/7:Robert Watson2008-07-221-1/+1
* MFC: rev. 1.6Bjoern A. Zeeb2008-05-241-1/+1
* MFC: rev. 1.32 key.cBjoern A. Zeeb2008-03-291-1/+1
* MFC: rev. 1.31 key.cBjoern A. Zeeb2008-03-291-1/+1
* MFC: rev. 1.9 ip_ipsec.c, 1.117 ip6_output.c, 1.18 ipsec_output.cBjoern A. Zeeb2008-03-211-22/+33
* MFC: rev. 1.30 key.cBjoern A. Zeeb2008-03-211-1/+1
* MFCBjoern A. Zeeb2008-03-093-13/+16
* MFC: rev. 1.29 key.c, 1.6 key_debug.cBjoern A. Zeeb2008-03-082-6/+29
* MFC: rev. 1.20 sys/netipsec/keysock.cBjoern A. Zeeb2007-11-201-6/+6
* MFC: rev 1.19 sys/netipsec/keysock.cBjoern A. Zeeb2007-11-141-0/+7
* Fix for an infinite loop in processing ESP, IPv6 packets.George V. Neville-Neil2007-09-121-4/+17
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-063-30/+0
* Replace hard coded options by their defined PFIL_{IN,OUT} names.Bjoern A. Zeeb2007-07-193-3/+6
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-2/+2
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-019-114/+64
* 'spi' and the return value of ntohl are unsigned. Remove the extra >=0Bjoern A. Zeeb2007-06-161-1/+6
* In case of failure we can directly return ENOBUFS becauseBjoern A. Zeeb2007-06-161-10/+3
* Add a missing return so that we drop out in case of an error andBjoern A. Zeeb2007-06-151-3/+2
* With the current code 'src' is never NULL. Nevertheless move the check forBjoern A. Zeeb2007-06-151-1/+3
* Looking at {ah,esp}_input_cb it seems we might be able to end upBjoern A. Zeeb2007-06-151-1/+1
* s,#,*, in a multi-line comment. This is C.Bjoern A. Zeeb2007-06-151-1/+1
* Though we are only called for the three security protocols we canBjoern A. Zeeb2007-06-151-0/+4
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-3/+1
* In ipsec6_output_tunnel() make sure that the SA contents do not change.Bjoern A. Zeeb2007-05-291-1/+8
* fix typo: s,applyed,applied,gBjoern A. Zeeb2007-05-291-2/+2
* Implement ICMPv6 support in ipsec6_get_ulp().Bjoern A. Zeeb2007-05-291-0/+10
* Add missingBjoern A. Zeeb2007-05-291-0/+1
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-0/+3