summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r285770:Luiz Otavio O Souza2015-10-201-22/+7
* MFC r282132:Luiz Otavio O Souza2015-10-201-0/+1
* MFC r281695:Luiz Otavio O Souza2015-10-201-8/+11
* MFC r281694:Luiz Otavio O Souza2015-10-201-1/+30
* MFC r281693:Luiz Otavio O Souza2015-10-201-0/+7
* MFC r275707:Luiz Otavio O Souza2015-10-201-23/+8
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-8/+4
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-4/+1
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-4/+4
* Importing pfSense patch ipsec_transport_filterfix.diffRenato Botelho2015-08-171-4/+4
* Importing pfSense patch ipsec_direct_dispatch.diffRenato Botelho2015-08-171-1/+4
* Importing pfSense patch ipsec_altq.RELENG_10.diffRenato Botelho2015-08-171-4/+8
* MFC r275392:ae2015-06-021-1/+0
* MFC r274230:ae2014-11-211-17/+6
* MFC r274434:ae2014-11-201-29/+30
* MFC r274193:ae2014-11-131-1/+10
* MFC r266800 by vanhu:ae2014-11-051-49/+99
* MFC r257987:ae2013-12-141-0/+1
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-201-54/+30
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-2/+2
* - Fix one more miss from r241913.glebius2012-10-231-2/+4
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-2/+0
* 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-0/+2
* Fix typo in comment.thomas2010-10-251-1/+1
* MFp4 @178283:bz2010-05-241-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-6/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-0/+9
* Properly hide IPv4 only variables and functions under #ifdef INET.bz2009-06-101-0/+2
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-1/+1
* 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/+5
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-57/+58
* 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-2/+0
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-2/+21
* Fix for an infinite loop in processing ESP, IPv6 packets.gnn2007-09-121-4/+17
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-191-1/+2
* Looking at {ah,esp}_input_cb it seems we might be able to end upbz2007-06-151-1/+1
* s,#,*, in a multi-line comment. This is C.bz2007-06-151-1/+1
* Though we are only called for the three security protocols we canbz2007-06-151-0/+4
* s,#if INET6,#ifdef INET6,bz2006-12-141-1/+1
* MFp4: 92972, 98913 + one more changebz2006-12-121-2/+10
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+13
* Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.pjd2006-06-041-1/+1
* Extend the notdef #ifdef to cover the packet copy as there is no point in doi...gnn2006-06-041-8/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-2/+2
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-135/+146
OpenPOWER on IntegriCloud