| Commit message (Expand) | Author | Age | Files | Lines |
* | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | ae | 2013-04-09 | 2 | -3/+3 |
* | 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 | 5 | -33/+33 |
* | Do not reduce ip_len by size of IP header in the ip_input() | glebius | 2012-10-23 | 1 | -3/+0 |
* | - Fix one more miss from r241913. | glebius | 2012-10-23 | 1 | -2/+4 |
* | Couple of changes missed from r241913, which converted | glebius | 2012-10-22 | 2 | -23/+9 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -3/+2 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -6/+0 |
* | Add missing break | kevlo | 2012-09-18 | 1 | -0/+1 |
* | In NAT-T transport mode, allow a client to open a new connection just after | vanhu | 2012-09-12 | 1 | -3/+5 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 3 | -6/+0 |
* | Unexpand a couple of TAILQ_FOREACH()s. | jhb | 2012-08-17 | 1 | -2/+1 |
* | Fix a bug introduced in r221129 that leads to a panic wen using bundled | bz | 2012-07-22 | 1 | -2/+1 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -1/+1 |
* | Clean up some #endif comments removing from short sections. Add #endif | bz | 2012-01-22 | 1 | -1/+1 |
* | Remove unused 'plen' variable. | pjd | 2011-11-26 | 1 | -2/+1 |
* | The esp_max_ivlen global variable is not needed, we can just use | pjd | 2011-11-26 | 1 | -16/+1 |
* | malloc(M_WAITOK) never fails, so there is no need to check for NULL. | pjd | 2011-11-26 | 1 | -4/+0 |
* | Eliminate 'err' variable and just use existing 'error'. | pjd | 2011-11-26 | 2 | -6/+5 |
* | Simplify code a bit. | pjd | 2011-11-26 | 2 | -12/+6 |
* | There is no need to virtualize esp_max_ivlen. | pjd | 2011-11-26 | 1 | -6/+5 |
* | Add missing va_end() in an error case to clean up after va_start() | brueffer | 2011-10-07 | 1 | -0/+1 |
* | Update packet filter (pf) code to OpenBSD 4.5. | bz | 2011-06-28 | 3 | -0/+6 |
* | 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 | 7 | -67/+112 |
* | Do not allow recursive RFC3173 IPComp payload. | bz | 2011-04-01 | 1 | -0/+21 |
* | Optimisation in IPSEC(4): | fabient | 2011-03-31 | 7 | -75/+69 |
* | Fix two SA refcount: | fabient | 2011-03-31 | 2 | -1/+1 |
* | Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant. | vanhu | 2011-02-18 | 4 | -13/+84 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 3 | -20/+20 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 3 | -20/+20 |
* | Announce both IPsec and UDP Encap (NAT-T) if available for | bz | 2010-10-30 | 1 | -0/+5 |
* | Fix typo in comment. | thomas | 2010-10-25 | 1 | -1/+1 |
* | Make the IPsec SADB embedded route cache a union to be able to hold both the | bz | 2010-10-23 | 3 | -6/+13 |
* | Remove dead code: | bz | 2010-10-14 | 1 | -3/+1 |
* | Style: make the asterisk go with the variable name, not the type. | bz | 2010-10-14 | 1 | -1/+1 |
* | MFp4 @178283: | bz | 2010-05-24 | 1 | -1/+1 |
* | 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 | 9 | -44/+50 |
* | Locks SPTREE when setting some SP entries to state DEAD. | vanhu | 2010-04-15 | 1 | -0/+6 |
* | Fix a logic error in ipsec code that extracts | eri | 2010-04-02 | 1 | -1/+1 |
* | When tearing down IPsec as part of a (virtual) network stack, | bz | 2010-03-28 | 1 | -7/+9 |
* | Correct typo in comment. | pjd | 2010-02-18 | 1 | -1/+1 |
* | Enable IPcomp by default. | bz | 2009-11-29 | 1 | -1/+1 |
* | Add more statistics variables for IPcomp. | bz | 2009-11-29 | 2 | -3/+19 |
* | Assimilate very similar input and output code paths | bz | 2009-11-29 | 1 | -4/+2 |
* | Only add the IPcomp header if crypto reported success and we have a lower | bz | 2009-11-29 | 1 | -51/+53 |
* | Remove whitespace. | bz | 2009-11-28 | 1 | -3/+3 |
* | Directly send data uncompressed if the packet payload size is lower than | bz | 2009-11-28 | 1 | -0/+11 |