summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-0110-477/+355
* make sure the packets contains a complete inner headersam2003-08-131-0/+28
* consolidate callback optimization check in one location by adding a flagsam2003-06-303-60/+6
* correct transfer statisticssam2003-06-301-0/+1
* plug xform memory leaks:sam2003-06-292-2/+15
* Check crypto driver capabilities and if the driver operates synchronouslysam2003-06-273-0/+54
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* ovbcopy -> bcopydes2003-04-041-1/+1
* Replace ovbcopy() with bcopy().des2003-04-041-3/+2
* add missing copyright noticessam2003-03-283-4/+90
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-042-9/+2
* fix compilation w/o INET6sam2003-02-281-0/+4
* Update to work with the new timewait state.jlemon2003-02-241-21/+5
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-233-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-196-39/+39
* Comment out srandom():ache2003-02-051-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-39/+39
* o handle jumbograms in m_clonesam2003-01-091-52/+82
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-6/+6
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-302-2/+2
* o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need tosam2002-12-301-8/+29
* SMP locking for ifnet list.hsu2002-12-221-0/+4
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* FAST_IPSEC fixups:sam2002-11-082-0/+21
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-1626-0/+17530
OpenPOWER on IntegriCloud