| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Strip IP header only when we act in tunnel mode. | ae | 2014-11-13 | 1 | -29/+30 |
* | Remove redundant ip6_plen initialization. | ae | 2014-11-13 | 1 | -3/+0 |
* | ipsec6_process_packet is called before ip6_output fixes ip6_plen. | ae | 2014-11-12 | 1 | -5/+2 |
* | Fix ips_out_nosa errors accounting. | ae | 2014-11-12 | 1 | -1/+10 |
* | Pass mbuf to pfil processing before stripping outer IP header as it | ae | 2014-11-07 | 1 | -17/+6 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 6 | -74/+74 |
* | When mode isn't explicitly specified (wildcard) and inner protocol isn't | ae | 2014-11-06 | 1 | -1/+10 |
* | 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 | 2 | -5/+9 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -1/+1 |
* | Do not strip outer header when operating in transport mode. | ae | 2014-10-02 | 1 | -2/+10 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 2 | -8/+8 |
* | Change pr_output's prototype to avoid the need for explicit casts. | kevlo | 2014-08-15 | 2 | -2/+2 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | kevlo | 2014-08-08 | 4 | -14/+40 |
* | Fix style bug: rename the refcount field of m_ext to ext_cnt, to match | glebius | 2014-07-11 | 1 | -2/+2 |
* | The assumption in ipsec4_process_packet() that the payload may be | zec | 2014-07-01 | 1 | -3/+5 |
* | Use IPv4 statistics in ipsec4_process_packet() rather than the IPv6 | bz | 2014-05-28 | 1 | -2/+2 |
* | Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels. | vanhu | 2014-05-28 | 4 | -338/+207 |
* | Only do a ports check if this is a NAT-T SA. Otherwise other | bz | 2014-05-24 | 1 | -6/+20 |
* | Remove _IP_VHL* macros and related ifdefs. | ae | 2014-04-16 | 2 | -24/+0 |
* | The check for local address spoofing lacks ifaddr locking. | ae | 2014-04-04 | 1 | -44/+13 |
* | Remove unused variable. | ae | 2014-04-04 | 1 | -3/+0 |
* | Remove dead code. | ae | 2014-04-04 | 1 | -13/+0 |
* | Remove more constants related to static sysctl nodes. The MAXID constants | jhb | 2014-02-25 | 2 | -5/+0 |
* | Initialize prot variable. | ae | 2013-11-11 | 1 | -0/+1 |
* | Provide includes that are needed in these files, and before were read | glebius | 2013-10-26 | 3 | -1/+5 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 5 | -1/+6 |
* | Remove most of the remaining sysctl name list macros. They were only | jhb | 2013-08-26 | 2 | -50/+0 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 1 | -30/+4 |
* | Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat, | ae | 2013-07-09 | 13 | -55/+94 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 7 | -135/+131 |
* | Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, | ae | 2013-06-20 | 13 | -202/+194 |
* | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | ae | 2013-06-20 | 5 | -14/+16 |
* | 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 |