aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-272-3/+3
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+1
* Add required includes for post-sorwakeup() change to fix FAST_IPSECBruce M Simpson2004-06-231-0/+2
* Fix a paste-o in key_cmpspidx_withmask().Bruce M Simpson2004-06-221-2/+2
* use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policySam Leffler2004-05-031-2/+2
* correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems withSam Leffler2004-05-031-2/+2
* add support to prefer old SA to new SA during allocationSam Leffler2004-05-031-18/+27
* Fix a debugging printf snafu.Bruce M Simpson2004-04-201-1/+1
* use native names for if_link, ifa_link, if_addrhead.Luigi Rizzo2004-04-171-4/+2
* Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS.Pawel Jakub Dawidek2004-04-071-1/+1
* This file was erroneously removed from HEAD when TCP-MD5 support was MFC'd;Bruce M Simpson2004-04-031-0/+169
* Fix type in a sysctl. It used to be: net.key.prefered_oldsaGuido van Rooij2004-02-161-5/+5
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-112-0/+19
* must convert protocol to sa type when preparing a DELETE messageSam Leffler2004-02-051-1/+7
* o add missing breakSam Leffler2004-01-271-1/+10
* change SYSINIT starting point to be consistent with other modulesSam Leffler2004-01-272-2/+2
* add spdcachelookup and spdcachemiss to our version of struct ipsecstat soSam Leffler2004-01-271-0/+3
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'Sam Leffler2004-01-202-3/+6
* fix build after KAME changesSam Leffler2004-01-201-0/+4
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-151-2/+0
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-1/+2
* 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