Age | Commit message (Expand) | Author |
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-03-30 | let this compile with TCPDEBUG | Ted Unangst |
2003-03-28 | another const char * from David Hill | Henning Brauer |
2003-03-28 | const char * | Henning Brauer |
2003-03-14 | kill vaxisms | Jason Wright |
2003-03-06 | set ip6_nxt to IPPROTO_ETHERIP; ok angelos@ | Markus Friedl |
2003-03-06 | bpf_mtap incoming proto 97 traffic; ok jason@ | Markus Friedl |
2003-02-28 | Based on several comments from tedu: | Jason Wright |
2003-02-21 | remove useless assignment | Ted Unangst |
2003-02-21 | kill unused variables | Ted Unangst |
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 |
2003-02-19 | Grr, forgot to commit this earlier: add ipcomps_minlen | Jason Wright |
2003-02-19 | add a counter for times ipcomp is skipped because the packet is below the | Jason Wright |
2003-02-18 | missed in lzs addition: allow LZS as an comp type | Jason Wright |
2003-02-15 | rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@ | Markus Friedl |
2003-02-14 | Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listening | Daniel Hartmeier |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-02-11 | No ICMP redirect when PF nat code redirect the packet on the LAN. | Cedric Berger |
2003-02-01 | quite some KNF & ANSI | Henning Brauer |
2003-02-01 | m_pad() is expected to have free'd the mbuf if it returns NULL, so | Daniel Hartmeier |
2003-01-31 | KNF | Theo de Raadt |
2003-01-31 | plug a mbuf leak | Henning Brauer |
2003-01-25 | don't send more than half of the send buffer space limit in | Markus Friedl |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-11-19 | Use queue.h macros | Jason Wright |
2002-11-12 | Check for undersized IP header, found by jbm@, ok angelos@ | Daniel Hartmeier |
2002-11-07 | Check for invalid payload lengths also for NULL enc. markus@, angelos@ ok. | Hakan Olsson |
2002-11-06 | fix ecn breakage. | Kenjiro Cho |
2002-10-15 | Note that this is based on RFC3378. | Jason Wright |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier |
2002-10-04 | Prevent packet processing while tweaking address and routing tables. | Henric Jungheim |
2002-09-12 | Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok. | Hakan Olsson |
2002-09-11 | fix pointer signedness mixup. | Jun-ichiro itojun Hagino |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-05 | never append data to shutdown(s, SHUT_RD) socket. can lead to unexpected | Jun-ichiro itojun Hagino |
2002-09-04 | Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by | Daniel Hartmeier |
2002-09-04 | pass struct proc * down to in6_pcbsetport | Jun-ichiro itojun Hagino |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-08-19 | committed by mistake - i'm still working on these | Jun-ichiro itojun Hagino |
2002-08-19 | be consistent with other KAME source, use "ip6" for ip6_hdr, not "ipv6". | Jun-ichiro itojun Hagino |
2002-08-19 | merge in IPv6 deprecated address handling from KAME. | Jun-ichiro itojun Hagino |
2002-08-16 | pass unprocessed GRE packet to raw ip socket. binkertn@ ok | Jun-ichiro itojun Hagino |
2002-08-08 | redo socketbuf speedup. | Niels Provos |
2002-08-08 | backout the tree break. ok pb@, art@ | Todd T. Fries |
2002-08-08 | socket buf speedup from thorpej@netbsd, okay art@ ericj@: | Niels Provos |
2002-07-31 | remove $Id$ | Jun-ichiro itojun Hagino |