| Commit message (Expand) | Author | Age | Files | Lines |
* | use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policy | sam | 2004-05-03 | 1 | -2/+2 |
* | correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems with | sam | 2004-05-03 | 1 | -2/+2 |
* | add support to prefer old SA to new SA during allocation | sam | 2004-05-03 | 1 | -18/+27 |
* | Fix a debugging printf snafu. | bms | 2004-04-20 | 1 | -1/+1 |
* | use native names for if_link, ifa_link, if_addrhead. | luigi | 2004-04-17 | 1 | -4/+2 |
* | Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS. | pjd | 2004-04-07 | 1 | -1/+1 |
* | This file was erroneously removed from HEAD when TCP-MD5 support was MFC'd; | bms | 2004-04-03 | 1 | -0/+169 |
* | Fix type in a sysctl. It used to be: net.key.prefered_oldsa | guido | 2004-02-16 | 1 | -5/+5 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 2 | -0/+19 |
* | must convert protocol to sa type when preparing a DELETE message | sam | 2004-02-05 | 1 | -1/+7 |
* | o add missing break | sam | 2004-01-27 | 1 | -1/+10 |
* | change SYSINIT starting point to be consistent with other modules | sam | 2004-01-27 | 2 | -2/+2 |
* | add spdcachelookup and spdcachemiss to our version of struct ipsecstat so | sam | 2004-01-27 | 1 | -0/+3 |
* | Fix ipip_output() to always set *mp to NULL on failure, even if 'm' | sam | 2004-01-20 | 2 | -3/+6 |
* | fix build after KAME changes | sam | 2004-01-20 | 1 | -0/+4 |
* | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | bms | 2003-12-15 | 1 | -2/+0 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -1/+2 |
* | MFp4: portability work, general cleanup, locking fixes | sam | 2003-09-29 | 13 | -1136/+1149 |
* | os dependency glue file for improving portability | sam | 2003-09-29 | 1 | -0/+307 |
* | Locking and misc cleanups; most of which I've been running for >4 months: | sam | 2003-09-01 | 10 | -477/+355 |
* | make sure the packets contains a complete inner header | sam | 2003-08-13 | 1 | -0/+28 |
* | consolidate callback optimization check in one location by adding a flag | sam | 2003-06-30 | 3 | -60/+6 |
* | correct transfer statistics | sam | 2003-06-30 | 1 | -0/+1 |
* | plug xform memory leaks: | sam | 2003-06-29 | 2 | -2/+15 |
* | Check crypto driver capabilities and if the driver operates synchronously | sam | 2003-06-27 | 3 | -0/+54 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+1 |
* | ovbcopy -> bcopy | des | 2003-04-04 | 1 | -1/+1 |
* | Replace ovbcopy() with bcopy(). | des | 2003-04-04 | 1 | -3/+2 |
* | add missing copyright notices | sam | 2003-03-28 | 3 | -4/+90 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 2 | -9/+2 |
* | fix compilation w/o INET6 | sam | 2003-02-28 | 1 | -0/+4 |
* | Update to work with the new timewait state. | jlemon | 2003-02-24 | 1 | -21/+5 |
* | o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback | sam | 2003-02-23 | 3 | -3/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 6 | -39/+39 |
* | Comment out srandom(): | ache | 2003-02-05 | 1 | -0/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 6 | -39/+39 |
* | o handle jumbograms in m_clone | sam | 2003-01-09 | 1 | -52/+82 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -6/+6 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 2 | -2/+2 |
* | o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need to | sam | 2002-12-30 | 1 | -8/+29 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+4 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+1 |
* | FAST_IPSEC fixups: | sam | 2002-11-08 | 2 | -0/+21 |
* | "Fast IPsec": this is an experimental IPsec implementation that is derived | sam | 2002-10-16 | 26 | -0/+17530 |