aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-2913-1136/+1149
* os dependency glue file for improving portabilitySam Leffler2003-09-291-0/+307
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-0110-477/+355
* make sure the packets contains a complete inner headerSam Leffler2003-08-131-0/+28
* consolidate callback optimization check in one location by adding a flagSam Leffler2003-06-303-60/+6
* correct transfer statisticsSam Leffler2003-06-301-0/+1
* plug xform memory leaks:Sam Leffler2003-06-292-2/+15
* Check crypto driver capabilities and if the driver operates synchronouslySam Leffler2003-06-273-0/+54
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* ovbcopy -> bcopyDag-Erling Smørgrav2003-04-041-1/+1
* Replace ovbcopy() with bcopy().Dag-Erling Smørgrav2003-04-041-3/+2
* add missing copyright noticesSam Leffler2003-03-283-4/+90
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-042-9/+2
* fix compilation w/o INET6Sam Leffler2003-02-281-0/+4
* Update to work with the new timewait state.Jonathan Lemon2003-02-241-21/+5
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbackSam Leffler2003-02-233-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-196-39/+39
* Comment out srandom():Andrey A. Chernov2003-02-051-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-216-39/+39
* o handle jumbograms in m_cloneSam Leffler2003-01-091-52/+82
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-6/+6
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-302-2/+2
* o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need toSam Leffler2002-12-301-8/+29
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+4
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* FAST_IPSEC fixups:Sam Leffler2002-11-082-0/+21
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-1626-0/+17530