| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of scoped IPv6 addresses in IPSec code. | ae | 2015-04-18 | 1 | -36/+7 |
* | Remove extra '&'. sin6 is already a pointer. | ae | 2015-03-07 | 1 | -1/+1 |
* | Fix possible memory leak and several races in the IPsec policy management | ae | 2015-02-24 | 1 | -1/+15 |
* | key_spdget uses key_setdumpsp() without SPTREE_RLOCK held (it uses | ae | 2015-01-27 | 1 | -2/+0 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -10/+5 |
* | Fix VIMAGE build. | ae | 2014-12-25 | 1 | -1/+1 |
* | Rename ip4_def_policy variable to def_policy. It is used by both IPv4 and | ae | 2014-12-24 | 1 | -172/+123 |
* | key_getspacq() returns holding the spacq_lock. Unlock it in all cases. | ae | 2014-12-07 | 1 | -1/+2 |
* | Remove __P() macro. | ae | 2014-12-03 | 1 | -112/+111 |
* | ANSIfy function declarations. | ae | 2014-12-03 | 1 | -202/+80 |
* | Remove route chaching support from ipsec code. It isn't used for some time. | ae | 2014-12-02 | 1 | -25/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -24/+24 |
* | Use in_localip() instead of handmade implementation. | ae | 2014-10-31 | 1 | -21/+2 |
* | Use a static callout to drive key_timehandler() instead of timeout(). | jhb | 2014-10-23 | 1 | -4/+9 |
* | Only do a ports check if this is a NAT-T SA. Otherwise other | bz | 2014-05-24 | 1 | -6/+20 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -1/+2 |
* | Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, | ae | 2013-06-20 | 1 | -19/+19 |
* | Use m_get2() + m_align() instead of hand made key_alloc_mbuf(). Code | glebius | 2013-03-15 | 1 | -104/+50 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -21/+21 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -6/+0 |
* | In NAT-T transport mode, allow a client to open a new connection just after | vanhu | 2012-09-12 | 1 | -3/+5 |
* | Unexpand a couple of TAILQ_FOREACH()s. | jhb | 2012-08-17 | 1 | -2/+1 |
* | Add missing va_end() in an error case to clean up after va_start() | brueffer | 2011-10-07 | 1 | -0/+1 |
* | Release SP's refcount in key_get_spdbyid(). | vanhu | 2011-05-09 | 1 | -0/+1 |
* | Make IPsec compile without INET adding appropriate #ifdef checks. | bz | 2011-04-27 | 1 | -1/+1 |
* | Optimisation in IPSEC(4): | fabient | 2011-03-31 | 1 | -30/+27 |
* | Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant. | vanhu | 2011-02-18 | 1 | -1/+8 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -18/+18 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -18/+18 |
* | Make the IPsec SADB embedded route cache a union to be able to hold both the | bz | 2010-10-23 | 1 | -4/+4 |
* | Set SA's natt_type before calling key_mature() in key_add(), | vanhu | 2010-05-05 | 1 | -6/+6 |
* | Update SA's NAT-T stuff before calling key_mature() in key_update(), | vanhu | 2010-05-05 | 1 | -6/+6 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -10/+11 |
* | Locks SPTREE when setting some SP entries to state DEAD. | vanhu | 2010-04-15 | 1 | -0/+6 |
* | When tearing down IPsec as part of a (virtual) network stack, | bz | 2010-03-28 | 1 | -7/+9 |
* | fixed two race conditions when inserting/removing SAs via PFKey, | vanhu | 2009-11-17 | 1 | -2/+3 |
* | When checking traffic endpoint's adresses families in key_spdadd(), | vanhu | 2009-09-16 | 1 | -12/+2 |
* | Silent gcc? Yeah, you wish. What I ment was to silence gcc. | pjd | 2009-09-06 | 1 | -2/+2 |
* | Initialize state_valid and arraysize variable so gcc won't complain. | pjd | 2009-09-06 | 1 | -1/+3 |
* | Improve code a bit by eliminating goto and having one unlock per lock. | pjd | 2009-09-06 | 1 | -4/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -18/+18 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -137/+72 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -2/+8 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+3 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Move setting of ports from NAT-T below key_getsah() and actually | bz | 2009-06-19 | 1 | -8/+9 |
* | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | vanhu | 2009-06-12 | 1 | -5/+616 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -1/+67 |