summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r297014:Luiz Otavio O Souza2016-05-121-1/+1
* MFC r288418:Luiz Otavio O Souza2016-05-121-14/+2
* MFC r286095:Luiz Otavio O Souza2015-10-201-1/+2
* Fix the IPSEC build.Luiz Otavio O Souza2015-10-201-1/+1
* MFC r282139:Luiz Otavio O Souza2015-10-201-2/+1
* MFC r282132:Luiz Otavio O Souza2015-10-201-0/+2
* MFC r282046:Luiz Otavio O Souza2015-10-201-2/+15
* MFC r281695:Luiz Otavio O Souza2015-10-201-10/+11
* MFC r281693:Luiz Otavio O Souza2015-10-201-0/+7
* MFC r281692:Luiz Otavio O Souza2015-10-201-92/+128
* MFC r275708:Luiz Otavio O Souza2015-10-201-92/+53
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-23/+4
* Importing pfSense patch ipsec_altq.RELENG_10.diffRenato Botelho2015-08-171-4/+23
* MFC r275392:ae2015-06-021-1/+0
* MFC r274434:ae2014-11-201-7/+14
* MFC r266800 by vanhu:ae2014-11-051-271/+116
* MFC r264124:ae2014-04-231-12/+0
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-201-6/+10
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-6/+6
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Couple of changes missed from r241913, which convertedglebius2012-10-221-6/+2
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-2/+0
* Fix a bug introduced in r221129 that leads to a panic wen using bundledbz2012-07-221-2/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+2
* Make IPsec compile without INET adding appropriate #ifdef checks.bz2011-04-271-1/+23
* Fix two SA refcount:fabient2011-03-311-1/+0
* Make the IPsec SADB embedded route cache a union to be able to hold both thebz2010-10-231-1/+2
* Remove dead code:bz2010-10-141-3/+1
* Style: make the asterisk go with the variable name, not the type.bz2010-10-141-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-8/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-0/+55
* Use NULL rather than 0 when comparing pointers.bz2009-01-301-2/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-17/+18
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-121-0/+11
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-241-3/+0
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-22/+33
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-2/+24
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-191-1/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-13/+18
* In ipsec6_output_tunnel() make sure that the SA contents do not change.bz2007-05-291-1/+8
* fix typo: s,applyed,applied,gbz2007-05-291-2/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+13
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'sam2004-01-201-1/+4
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-44/+46
OpenPOWER on IntegriCloud