summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
...
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-0215-47/+4
* Remove unused structure declarations.ae2014-12-021-11/+0
* Remove unused declartations.ae2014-12-021-10/+0
* Remove ip4_input() declaration. It was removed in r275133.ae2014-11-271-1/+0
* Do not use xform_ipip as decapsulation fallback.ae2014-11-263-433/+6
* Count statistics for the specific address family.ae2014-11-131-1/+2
* Strip IP header only when we act in tunnel mode.ae2014-11-131-29/+30
* Remove redundant ip6_plen initialization.ae2014-11-131-3/+0
* ipsec6_process_packet is called before ip6_output fixes ip6_plen.ae2014-11-121-5/+2
* Fix ips_out_nosa errors accounting.ae2014-11-121-1/+10
* Pass mbuf to pfil processing before stripping outer IP header as itae2014-11-071-17/+6
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-076-74/+74
* When mode isn't explicitly specified (wildcard) and inner protocol isn'tae2014-11-061-1/+10
* Use in_localip() instead of handmade implementation.ae2014-10-311-21/+2
* Use a static callout to drive key_timehandler() instead of timeout().jhb2014-10-232-5/+9
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Do not strip outer header when operating in transport mode.ae2014-10-021-2/+10
* Mechanically convert to if_inc_counter().glebius2014-09-192-8/+8
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-152-2/+2
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-084-14/+40
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchglebius2014-07-111-2/+2
* The assumption in ipsec4_process_packet() that the payload may bezec2014-07-011-3/+5
* Use IPv4 statistics in ipsec4_process_packet() rather than the IPv6bz2014-05-281-2/+2
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.vanhu2014-05-284-338/+207
* Only do a ports check if this is a NAT-T SA. Otherwise otherbz2014-05-241-6/+20
* Remove _IP_VHL* macros and related ifdefs.ae2014-04-162-24/+0
* The check for local address spoofing lacks ifaddr locking.ae2014-04-041-44/+13
* Remove unused variable.ae2014-04-041-3/+0
* Remove dead code.ae2014-04-041-13/+0
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-252-5/+0
* Initialize prot variable.ae2013-11-111-0/+1
* Provide includes that are needed in these files, and before were readglebius2013-10-263-1/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-265-1/+6
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-262-50/+0
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-30/+4
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-0913-55/+94
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-097-135/+131
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-2013-202/+194
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-205-14/+16
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-092-3/+3
* Use m_get2() + m_align() instead of hand made key_alloc_mbuf(). Codeglebius2013-03-151-104/+50
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-055-33/+33
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-3/+0
* - Fix one more miss from r241913.glebius2012-10-231-2/+4
* Couple of changes missed from r241913, which convertedglebius2012-10-222-23/+9
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-3/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-6/+0
* Add missing breakkevlo2012-09-181-0/+1
* In NAT-T transport mode, allow a client to open a new connection just aftervanhu2012-09-121-3/+5
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-083-6/+0
OpenPOWER on IntegriCloud