summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ah.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make {ah,esp,ipcomp}stat use percpu counters.visa2017-11-081-2/+44
* Convert all the fields of {ah,esp,ipcomp}stat to uint64.visa2017-11-071-20/+21
* IPsec packets could be dropped unaccounted if output after cryptobluhm2017-02-071-5/+4
* Fix two bugs in IPsec/HMAC-SHA2:markus2010-01-101-4/+1
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-2/+5
* switch to sysctl_int_arr(); ok henning, deraadtmarkus2004-02-171-1/+6
* Remove commons; inspired by netbsd.jason2003-02-121-2/+2
* whitespaceitojun2002-06-091-3/+3
* Copyright.angelos2001-06-251-5/+5
* Inclusion protection.angelos2001-06-091-4/+4
* Lots and lots of changes.angelos2000-09-191-3/+3
* Cryptographic services framework, and software "device driver". Theangelos2000-03-171-11/+12
* Merge "old" and "new" ESP and AH in two files (one for each).angelos2000-01-271-33/+9
* Add an ip4_input6() for use with IPv6 (just a wrapper forangelos2000-01-131-1/+5
* Add ingress ACL for IPsec: after being processed, IPsec packets areangelos2000-01-091-1/+2
* fix IPv6 ipsec template lossage.itojun1999-12-311-2/+2
* Change some function prototypes, dont unnecessarily initialize someangelos1999-12-251-2/+2
* Add v4/v6 wrapper routine definitions.angelos1999-12-091-1/+5
* New ah_new_input(), protocol-independent processing (still lackingangelos1999-12-071-1/+4
* Get rid of unnecessary third argument in *_output routines of IPsec.angelos1999-10-291-3/+2
* Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.niklas1999-04-111-1/+19
* Update copyright; remove a few annoying debugging printfs.angelos1999-02-241-3/+5
* Remove encap.h include; saner debugging printfs; fix buglets; work withangelos1999-02-241-97/+2
* Add checks of packets getting to big after transforms.niklas1998-11-251-1/+2
* first step to the setsockopt/getsockopt interface as described inprovos1998-05-181-10/+16
* add ripemd-160 as authentication function.provos1997-11-241-4/+7
* make it easier to add additional transforms. add blowfish and castprovos1997-11-041-21/+33
* global byte counters.provos1997-07-141-1/+3
* put old esp/ah and new esp/ah in different files.provos1997-07-111-100/+68
* hard and soft limits for SPI's per absolute timer, relative since establish,provos1997-06-251-1/+2
* ah-sha1 + esp-3des + indentationprovos1997-06-201-56/+77
* no more 2(two) md5 libs in kernel!mickey1997-03-301-2/+2
* I/O packet counters added.angelos1997-02-261-1/+3
* Beautification.angelos1997-02-241-9/+9
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+2
* IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inderaadt1997-02-201-0/+162