Age | Commit message (Expand) | Author |
2005-12-20 | use M_READONLY when trying to find out whether we have to copy | Markus Friedl |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl |
2004-06-26 | only add ipcomp headers if we've actually compressed the payload; with jfb@ | Markus Friedl |
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright |
2003-04-02 | o sanity check mbuf earlier. | Todd C. Miller |
2003-03-31 | Avoid using FREEd data when we get a crypto error; Patrick Latifi | Todd C. Miller |
2003-03-31 | Add missing splx; Patrick Latifi | Todd C. Miller |
2003-02-18 | missed in lzs addition: allow LZS as an comp type | Jason Wright |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2002-09-12 | Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok. | Hakan Olsson |
2002-07-05 | Free crp_opaque only after we've determined we're not going to | Angelos D. Keromytis |
2002-06-20 | minor indent cleanup while reading code | Theo de Raadt |
2002-06-18 | Style. | Angelos D. Keromytis |
2002-06-18 | Initialize mo to NULL, for good measure -- sam@errno.com | Angelos D. Keromytis |
2002-06-18 | Missing freeing of crp, from sam@errno.com | Angelos D. Keromytis |
2002-06-18 | Fix double-free. | Angelos D. Keromytis |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2001-07-05 | IPComp. Just like for deflate earlier, it won't be compiled until everything | Jean-Jacques Bernard-Gundol |