summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* 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