Age | Commit message (Expand) | Author |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | make it possble to use IPsec over link-local address (policy table uses | Jun-ichiro itojun Hagino |
2004-04-18 | pass esp/ah/ipcmp to rawip if processing is disabled with sysctl; | Markus Friedl |
2004-02-17 | switch to sysctl_int_arr(); ok henning, deraadt | Markus Friedl |
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl |
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl |
2003-07-24 | update ip_len to reflect tunnel header removal (lost duing ip_len | Markus Friedl |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-07-08 | make sure the packets contains a complete inner header | Markus Friedl |
2003-07-04 | knf typo | Markus Friedl |
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino |
2003-02-20 | knf | Theo de Raadt |
2003-02-20 | If there's no tag to be reset, don't reset it (avoids a NULL deref in the IPC... | Jason Wright |
2002-06-28 | Fix usage counter for IPCOMP --- sam@errno.com | Angelos D. Keromytis |
2002-06-25 | Forgot variable. | Angelos D. Keromytis |
2002-06-25 | Handle correctly return values from xf_input methods --- since the | Angelos D. Keromytis |
2002-06-13 | Remove whitespace from the end of the file. | Angelos D. Keromytis |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-09 | Set/clear M_AUTH_AH. | Angelos D. Keromytis |
2002-01-23 | disable pmtu for ipsec when the sysctl says so; bug report cjkim2000@yahoo.com | Niels Provos |
2001-12-06 | Use hzto() to handle overflow of (hz * timeout) cases --- when using | Angelos D. Keromytis |
2001-08-09 | Don't check the source address on the packet vs. the one on the SA, as | Angelos D. Keromytis |
2001-08-08 | Remove IPCOMP option, it's now part of IPSEC option. You still need to | Jean-Jacques Bernard-Gundol |
2001-08-07 | enable ah & esp by default, now that we trust the code more | Theo de Raadt |
2001-07-06 | Don't use enc0 interface for IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-26 | KNF | Angelos D. Keromytis |
2001-06-25 | Copyright. | Angelos D. Keromytis |
2001-06-24 | path mtu discovery for ipsec. on receiving a need fragment icmp match | Niels Provos |
2001-06-23 | Remove unneeded ip_id convertions. | Federico G. Schwindt |
2001-06-19 | mop up after angelos | Theo de Raadt |
2001-06-08 | Trim include files. | Angelos D. Keromytis |
2001-06-05 | Add a few DPRINTF()'s | Angelos D. Keromytis |
2001-05-29 | Record last use time for SAs. | Angelos D. Keromytis |
2001-05-27 | If we are passed a packet tag, it's an IPSEC_IN_CRYPTO_DONE so convert | Angelos D. Keromytis |
2001-05-27 | Forgot to convert this tag. | Angelos D. Keromytis |
2001-05-20 | Use packet tags to signal input IPsec processing to upper layer protocols. | Angelos D. Keromytis |
2001-05-11 | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | Aaron Campbell |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-03-30 | Protect the IF_XXX macros in the callback routines with splimp(). Doh! | Angelos D. Keromytis |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-15 | convert SA expirations to the new timeouts. | Michael Shalayeff |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis |
2000-09-17 | Drop dubious ESP/AH packets without crashing (thanks to dr@kyx.net and | Angelos D. Keromytis |
2000-07-11 | Correctly handle ip_off; angelos@ | Todd C. Miller |
2000-06-20 | do not play with rcvif, if the traffic is non-IPv4. | Jun-ichiro itojun Hagino |
2000-06-19 | correct header chasing code. take care of AH length. | Jun-ichiro itojun Hagino |
2000-06-18 | Arguments. | Angelos D. Keromytis |
2000-06-18 | Use ip6_sprintf() rather than the home-cooked inet6_ntoa4() | Angelos D. Keromytis |