summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
...
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-062-12/+6
* Fix VIMAGE build.ae2014-12-251-1/+1
* Rename ip4_def_policy variable to def_policy. It is used by both IPv4 andae2014-12-244-209/+140
* Treat errors when retrieving security policy as policy violation.ae2014-12-111-2/+4
* Initialize error variable.ae2014-12-111-0/+1
* Remove flag/flags argument from the following functions:ae2014-12-112-23/+12
* Remove flags and tunalready arguments from ipsec4_process_packet()ae2014-12-112-94/+54
* Remove now unused mtag argument from ipsec*_common_input_cb.ae2014-12-116-31/+16
* Remove code related to PACKET_TAG_IPSEC_IN_CRYPTO_DONE mbuf tag.ae2014-12-112-153/+71
* Remove unused mtag variable.ae2014-12-111-2/+0
* key_getspacq() returns holding the spacq_lock. Unlock it in all cases.ae2014-12-071-1/+2
* Fix style(9) and remove m_freem(NULL).ae2014-12-041-4/+3
* Remove __P() macro.ae2014-12-0310-206/+202
* ANSIfy function declarations.ae2014-12-033-257/+103
* Remove unneded check. No need to do m_pullup to the size that we prepended.ae2014-12-021-2/+0
* 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
OpenPOWER on IntegriCloud