| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/stable/10' into devel | Renato Botelho | 2015-11-27 | 1 | -0/+4 |
|\ |
|
| * | MFC 290028: | gnn | 2015-11-26 | 1 | -0/+4 |
* | | Revert "Optimize the case where we have IPSEC enabled but do not have securit... | Renato Botelho | 2015-11-27 | 1 | -4/+0 |
* | | Revert "MFC r290165:" | Renato Botelho | 2015-11-27 | 1 | -1/+1 |
* | | MFC r290165: | Luiz Otavio O Souza | 2015-10-29 | 1 | -1/+1 |
* | | Optimize the case where we have IPSEC enabled but do not have security policies. | Luiz Otavio O Souza | 2015-10-26 | 1 | -0/+4 |
* | | MFC r282046: | Luiz Otavio O Souza | 2015-10-20 | 1 | -3/+4 |
* | | MFC r275713: | Luiz Otavio O Souza | 2015-10-20 | 1 | -31/+3 |
* | | MFC r275710: | Luiz Otavio O Souza | 2015-10-20 | 1 | -6/+4 |
* | | MFC r275708: | Luiz Otavio O Souza | 2015-10-20 | 1 | -1/+1 |
* | | MFC r275704: | Luiz Otavio O Souza | 2015-10-20 | 1 | -26/+12 |
* | | MFC r275703: | Luiz Otavio O Souza | 2015-10-20 | 1 | -23/+7 |
* | | MFC r275702: | Luiz Otavio O Souza | 2015-10-20 | 1 | -49/+6 |
* | | MFC r272177: | Luiz Otavio O Souza | 2015-10-20 | 1 | -13/+0 |
* | | Revert IPSEC patches. | Luiz Otavio O Souza | 2015-10-20 | 1 | -4/+20 |
* | | Importing pfSense patch ipsec_improvement.diff | Renato Botelho | 2015-08-17 | 1 | -20/+4 |
|/ |
|
* | MFC r275392: | ae | 2015-06-02 | 1 | -30/+1 |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 1 | -3/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -6/+2 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -12/+2 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | glebius | 2012-10-08 | 1 | -2/+3 |
* | Clean up some #endif comments removing from short sections. Add #endif | bz | 2012-01-22 | 1 | -1/+1 |
* | Correct comments and debug logging in ipsec to better match reality. | bz | 2011-06-08 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -2/+2 |
* | Make the IPsec SADB embedded route cache a union to be able to hold both the | bz | 2010-10-23 | 1 | -1/+1 |
* | The proper fix for the delayed SCTP checksum is to | rrs | 2010-03-12 | 1 | -1/+1 |
* | Remove ifdefed out part of code, which seems to have originated a decade ago | trasz | 2009-11-09 | 1 | -16/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -8/+14 |
* | Only four out of nine arguments for ip_ipsec_output() are actually used. | pjd | 2009-06-05 | 1 | -2/+1 |
* | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | bz | 2009-05-23 | 1 | -2/+9 |
* | Don't require packet to match a route (any route; this information wasn't | trasz | 2009-04-28 | 1 | -1/+2 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -1/+1 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 1 | -3/+1 |
* | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 1 | -1/+10 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+3 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Take the route mtu into account, if available, when sending an | bz | 2008-04-09 | 1 | -2/+1 |
* | Correct IPsec behaviour with a 'use' level in SP but no SA available. | bz | 2008-03-14 | 1 | -0/+12 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |
* | Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. | bz | 2007-08-05 | 1 | -3/+3 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -10/+10 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -194/+2 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -3/+2 |
* | Remove unneeded mac.h include. | rwatson | 2006-07-06 | 1 | -1/+0 |
* | Make sure the ip data pointer is correct before touching it again | bz | 2006-05-05 | 1 | -0/+1 |
* | Move the IPSEC related code blocks to their own file to unclutter | andre | 2006-02-01 | 1 | -0/+579 |