summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipsec_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for autmatically moving traffic between rdomains on ipsec(4)tobhe2020-04-231-1/+3
* Initialize the TDB to NULL in ipsec_common_input() andmestre2018-09-141-2/+2
* Add per-TDB counters and a new SADB extension to export them tompi2018-08-281-5/+12
* Introduce ipsec_output_cb() to merge duplicate code and account formpi2018-07-121-1/+83
* Cleanup IPsec output error handling with consistent goto drop.bluhm2018-06-041-45/+61
* When walking the IPv6 header chain in IPsec output, check that thebluhm2018-05-141-2/+10
* Make {ah,esp,ipcomp}stat use percpu counters.visa2017-11-081-3/+3
* Use %s and __func__ in DPRINTF() to reduce false positive with grep(1).mpi2017-11-061-2/+2
* The function name ip4_input() is confusing as it also handles IPv6bluhm2017-05-181-2/+2
* Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().mpi2017-05-161-2/+2
* Replace bcopy with a simple assignment where both variables aredhill2017-04-061-2/+2
* Kill recursive splsofnet()/splx() dances.mpi2017-01-201-5/+2
* Rename 'i' to 'hlen' for greater readability; ok millert, naddymikeb2016-10-111-19/+20
* avoid extensive mbuf allocation for IPsec by replacing m_inject(4)markus2016-09-131-5/+4
* When IPsec UDP encapsulation is used for IPv6, the stack shouldmikeb2016-02-281-4/+25
* Kill yet another argument to functions in IPv6. This time ip6_output'sclaudio2015-09-111-2/+2
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-5/+2
* Move away from using hzto(9); OK dlgmikeb2015-06-111-12/+5
* Stubs and support code for NIC-enabled IPsec bite the dust.mikeb2015-04-171-9/+3
* make ipsp_address thread safe; ok mpimikeb2015-04-141-6/+11
* Userland (base & ports) was adapted to always include <netinet/in.h>deraadt2015-01-241-7/+5
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-30/+1
* remove uneeded route.h includesjsg2014-09-081-2/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* ip_output() using varargs always struck me as bizarre, esp since it's onlyhenning2014-04-211-2/+2
* we'll do fine without casting NULL to struct foo * / void *henning2014-04-211-3/+3
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-2/+1
* unbreak PMTU-discovery for AES-GCM; ok mikeb@markus2013-08-031-2/+2
* Remove various external variable declaration from sources files andmpi2013-04-101-3/+1
* code that calls timeout functions should include timeout.htedu2013-03-281-1/+2
* spltdb() was really just #define'd to be splsoftnet(); replace the formerblambert2012-09-201-2/+2
* remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setmarkus2012-09-181-9/+3
* The function pf_tag_packet() never fails. Remove a redundant checkbluhm2011-03-051-3/+2
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-2/+4
* Fix two bugs in IPsec/HMAC-SHA2:markus2010-01-101-2/+2
* we need to call pf_pkt_addr_changed here too. found by davidhenning2008-08-261-1/+2
* Assign the ip and ip6 pointers in ipsp_process_packet() only if abluhm2008-08-211-8/+11
* apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.henning2007-06-011-2/+2
* double pf performance.henning2007-05-281-2/+2
* - AH: when computing crypto checksum for output, massage source-routingitojun2007-02-081-1/+62
* TDBF_USEDTUNNEL flag manipulation was inside #ifdef INET. it appliesitojun2006-12-191-2/+2
* do not install pmtu routes for transport mode SAs, as they do notmarkus2006-12-051-1/+5
* add support to tag ipsec traffic belonging to specific IKE-initiatedreyk2006-11-241-1/+13
* handle PMTU for ipip SAs, too; ok hshoexer, clodermarkus2005-04-121-1/+5
* pmtu support for udpencap; ok hshoexer, homarkus2004-09-241-1/+3
* Default enable udpencap. Add 'disable' sysctl to sysctl.conf. markus@ ok.ho2004-06-261-2/+2
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-8/+4
* don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@markus2004-06-211-3/+6
* UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)markus2003-12-021-1/+30
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-8/+3