summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipsec_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add a counter for times ipcomp is skipped because the packet is below thejason2003-02-191-1/+4
* Fix a problem where passing NULL as a pointer with varargs does not promotepefo2002-08-281-2/+2
* Move mtod() after the m_pullup() --- noted by sam@errno.com (who seemsangelos2002-07-011-2/+2
* Remove redundant address family check -- sam@errno.comangelos2002-06-191-17/+13
* whitespaceitojun2002-06-091-5/+5
* IPsec is written ``IPsec'', not ``IPSec''.miod2002-02-191-2/+2
* Use hzto() to handle overflow of (hz * timeout) cases --- when usingangelos2001-12-061-3/+14
* Remove IPCOMP option, it's now part of IPSEC option. You still need tojjbg2001-08-081-3/+1
* IPComp support. angelos@ ok.jjbg2001-07-051-2/+14
* KNFangelos2001-06-261-258/+254
* Copyright.angelos2001-06-251-4/+3
* path mtu discovery for ipsec. on receiving a need fragment icmp matchprovos2001-06-241-1/+107
* Trim include files.angelos2001-06-081-3/+1
* Update to match prototypes.angelos2001-05-301-13/+8
* Record last use time for SAs.angelos2001-05-291-1/+3