summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/esp_input.c
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-2/+2
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasume2003-11-151-8/+6
* correct stat to increment.ume2003-10-311-1/+1
* add ECN support in layer-3.ume2003-10-291-2/+8
* more strict sanity check for ESP tailsuz2003-10-221-1/+1
* - fix typo in comment.ume2003-10-071-11/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-4/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-061-6/+4
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-2/+1
* check packet length before fetching ESP crypto checksum.ume2002-08-241-0/+8
* fixed to make mbuf chain.ume2002-07-181-1/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-26/+10
* Corrected arguments to key_allocsa called fromume2002-03-251-4/+6
* Fix another boatload of warnings (missing include) and a cosmeticpeter2002-02-281-0/+2
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-071-13/+4
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-4/+3
* Sync with recent KAME.ume2001-06-111-36/+228
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-11/+4
* add missing splx(), when outgoing interface queue is full on tunnelleditojun2000-08-161-0/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-391/+222
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* IPSEC support in the kernel.shin1999-12-221-0/+984
OpenPOWER on IntegriCloud