| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 28 | -28/+28 |
* | MFC r199947, 199950: | Bjoern A. Zeeb | 2009-12-30 | 1 | -1/+1 |
* | MFC r199946: | Bjoern A. Zeeb | 2009-12-29 | 2 | -3/+11 |
* | MFC r199905: | Bjoern A. Zeeb | 2009-12-29 | 1 | -4/+2 |
* | MFC r199899: | Bjoern A. Zeeb | 2009-12-29 | 1 | -51/+53 |
* | MFC r199897: | Bjoern A. Zeeb | 2009-12-29 | 1 | -3/+3 |
* | MFC r199896: | Bjoern A. Zeeb | 2009-12-29 | 1 | -0/+11 |
* | MFC r199894: | Bjoern A. Zeeb | 2009-12-29 | 1 | -1/+1 |
* | MFC r187936: | Bjoern A. Zeeb | 2009-08-25 | 1 | -2/+2 |
* | MFC: Only decrease refcnt once when flushing SPD entries, to | VANHULLEBUS Yvan | 2009-06-26 | 1 | -4/+14 |
* | MFC: Lock SPTREE before parsing it in key_spddump() | VANHULLEBUS Yvan | 2009-06-15 | 1 | -1/+5 |
* | MFC: Fixed deletion of sav entries in key_delsah() | VANHULLEBUS Yvan | 2009-05-14 | 1 | -1/+7 |
* | SAs are valid (but dying) when they reached soft lifetime, | VANHULLEBUS Yvan | 2009-03-23 | 1 | -14/+12 |
* | MFC r186141: | Bjoern A. Zeeb | 2009-03-21 | 2 | -42/+24 |
* | MFC r185366: | Bjoern A. Zeeb | 2009-03-20 | 3 | -24/+2 |
* | Merge r189004. | Roman Divacky | 2009-03-19 | 1 | -38/+13 |
* | MFC r186791: | Bjoern A. Zeeb | 2009-03-18 | 1 | -14/+16 |
* | MFC: Remove remain <= MHLEN restriction in m_makespace(), | VANHULLEBUS Yvan | 2009-03-02 | 1 | -52/+53 |
* | MFC: | Bjoern A. Zeeb | 2008-10-05 | 5 | -7/+72 |
* | MFC: Add lifetime informations to generated SPD entries when SPDDUMP | VANHULLEBUS Yvan | 2008-09-02 | 1 | -0/+17 |
* | Merge r180385 from head to stable/7: | Robert Watson | 2008-08-31 | 1 | -3/+0 |
* | MFC: Increase statistic counters for enc0 interface when enabled | VANHULLEBUS Yvan | 2008-08-30 | 2 | -0/+16 |
* | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 1 | -1/+1 |
* | MFC: rev. 1.6 | Bjoern A. Zeeb | 2008-05-24 | 1 | -1/+1 |
* | MFC: rev. 1.32 key.c | Bjoern A. Zeeb | 2008-03-29 | 1 | -1/+1 |
* | MFC: rev. 1.31 key.c | Bjoern A. Zeeb | 2008-03-29 | 1 | -1/+1 |
* | MFC: rev. 1.9 ip_ipsec.c, 1.117 ip6_output.c, 1.18 ipsec_output.c | Bjoern A. Zeeb | 2008-03-21 | 1 | -22/+33 |
* | MFC: rev. 1.30 key.c | Bjoern A. Zeeb | 2008-03-21 | 1 | -1/+1 |
* | MFC | Bjoern A. Zeeb | 2008-03-09 | 3 | -13/+16 |
* | MFC: rev. 1.29 key.c, 1.6 key_debug.c | Bjoern A. Zeeb | 2008-03-08 | 2 | -6/+29 |
* | MFC: rev. 1.20 sys/netipsec/keysock.c | Bjoern A. Zeeb | 2007-11-20 | 1 | -6/+6 |
* | MFC: rev 1.19 sys/netipsec/keysock.c | Bjoern A. Zeeb | 2007-11-14 | 1 | -0/+7 |
* | Fix for an infinite loop in processing ESP, IPv6 packets. | George V. Neville-Neil | 2007-09-12 | 1 | -4/+17 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 3 | -30/+0 |
* | Replace hard coded options by their defined PFIL_{IN,OUT} names. | Bjoern A. Zeeb | 2007-07-19 | 3 | -3/+6 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -2/+2 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 9 | -114/+64 |
* | 'spi' and the return value of ntohl are unsigned. Remove the extra >=0 | Bjoern A. Zeeb | 2007-06-16 | 1 | -1/+6 |
* | In case of failure we can directly return ENOBUFS because | Bjoern A. Zeeb | 2007-06-16 | 1 | -10/+3 |
* | Add a missing return so that we drop out in case of an error and | Bjoern A. Zeeb | 2007-06-15 | 1 | -3/+2 |
* | With the current code 'src' is never NULL. Nevertheless move the check for | Bjoern A. Zeeb | 2007-06-15 | 1 | -1/+3 |
* | Looking at {ah,esp}_input_cb it seems we might be able to end up | Bjoern A. Zeeb | 2007-06-15 | 1 | -1/+1 |
* | s,#,*, in a multi-line comment. This is C. | Bjoern A. Zeeb | 2007-06-15 | 1 | -1/+1 |
* | Though we are only called for the three security protocols we can | Bjoern A. Zeeb | 2007-06-15 | 1 | -0/+4 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -3/+1 |
* | In ipsec6_output_tunnel() make sure that the SA contents do not change. | Bjoern A. Zeeb | 2007-05-29 | 1 | -1/+8 |
* | fix typo: s,applyed,applied,g | Bjoern A. Zeeb | 2007-05-29 | 1 | -2/+2 |
* | Implement ICMPv6 support in ipsec6_get_ulp(). | Bjoern A. Zeeb | 2007-05-29 | 1 | -0/+10 |
* | Add missing | Bjoern A. Zeeb | 2007-05-29 | 1 | -0/+1 |
* | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 1 | -0/+3 |