summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipcomp.c
AgeCommit message (Expand)Author
2008-09-15remove dead stores and newly created unused variables.Charles Longeau
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-12-20use M_READONLY when trying to find out whether we have to copyMarkus Friedl
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2004-11-25resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it'sMarkus Friedl
2004-06-26only add ipcomp headers if we've actually compressed the payload; with jfb@Markus Friedl
2003-08-14m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.Jason Wright
2003-04-02o sanity check mbuf earlier.Todd C. Miller
2003-03-31Avoid using FREEd data when we get a crypto error; Patrick LatifiTodd C. Miller
2003-03-31Add missing splx; Patrick LatifiTodd C. Miller
2003-02-18missed in lzs addition: allow LZS as an comp typeJason Wright
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2002-09-12Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok.Hakan Olsson
2002-07-05Free crp_opaque only after we've determined we're not going toAngelos D. Keromytis
2002-06-20minor indent cleanup while reading codeTheo de Raadt
2002-06-18Style.Angelos D. Keromytis
2002-06-18Initialize mo to NULL, for good measure -- sam@errno.comAngelos D. Keromytis
2002-06-18Missing freeing of crp, from sam@errno.comAngelos D. Keromytis
2002-06-18Fix double-free.Angelos D. Keromytis
2002-06-09whitespaceJun-ichiro itojun Hagino
2001-07-05IPComp. Just like for deflate earlier, it won't be compiled until everythingJean-Jacques Bernard-Gundol