summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2003-05-12Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)Jason Wright
2003-05-10"enought to" -> "enough to" comment typoDaniel Hartmeier
2003-05-09string cleaning; ok teduTheo de Raadt
2003-05-06use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@Ted Unangst
2003-05-06string cleaning; tedu okTheo de Raadt
2003-05-04Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, insteadDaniel Hartmeier
2003-05-03string fixes; tedu okTheo de Raadt
2003-05-03just as a safety measure, set m_flags to 0 for mbufs allocated on stack.Jun-ichiro itojun Hagino
2003-04-29Fix logic error introduced when importing a Stevens' bug fix in r1.20;Miod Vallat
2003-04-24fix typo; Patrick LatifiTodd C. Miller
2003-04-22correct (false) assumption made about m->m_len. dhartmei ok.Jun-ichiro itojun Hagino
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-03-30let this compile with TCPDEBUGTed Unangst
2003-03-28another const char * from David HillHenning Brauer
2003-03-28const char *Henning Brauer
2003-03-14kill vaxismsJason Wright
2003-03-06set ip6_nxt to IPPROTO_ETHERIP; ok angelos@Markus Friedl
2003-03-06bpf_mtap incoming proto 97 traffic; ok jason@Markus Friedl
2003-02-28Based on several comments from tedu:Jason Wright
2003-02-21remove useless assignmentTed Unangst
2003-02-21kill unused variablesTed Unangst
2003-02-20knfTheo de Raadt
2003-02-20If there's no tag to be reset, don't reset it (avoids a NULL deref in the IPC...Jason Wright
2003-02-19Grr, forgot to commit this earlier: add ipcomps_minlenJason Wright
2003-02-19add a counter for times ipcomp is skipped because the packet is below theJason Wright
2003-02-18missed in lzs addition: allow LZS as an comp typeJason Wright
2003-02-15rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@Markus Friedl
2003-02-14Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listeningDaniel Hartmeier
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-11No ICMP redirect when PF nat code redirect the packet on the LAN.Cedric Berger
2003-02-01quite some KNF & ANSIHenning Brauer
2003-02-01m_pad() is expected to have free'd the mbuf if it returns NULL, soDaniel Hartmeier
2003-01-31KNFTheo de Raadt
2003-01-31plug a mbuf leakHenning Brauer
2003-01-25don't send more than half of the send buffer space limit inMarkus Friedl
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-11-19Use queue.h macrosJason Wright
2002-11-12Check for undersized IP header, found by jbm@, ok angelos@Daniel Hartmeier
2002-11-07Check for invalid payload lengths also for NULL enc. markus@, angelos@ ok.Hakan Olsson
2002-11-06fix ecn breakage.Kenjiro Cho
2002-10-15Note that this is based on RFC3378.Jason Wright
2002-10-10Missing m_pullup() and mbuf corruption. This potentially causedDaniel Hartmeier
2002-10-04Prevent packet processing while tweaking address and routing tables.Henric Jungheim
2002-09-12Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok.Hakan Olsson
2002-09-11fix pointer signedness mixup.Jun-ichiro itojun Hagino
2002-09-11KNF - return is not a function. sync w/kameJun-ichiro itojun Hagino
2002-09-05never append data to shutdown(s, SHUT_RD) socket. can lead to unexpectedJun-ichiro itojun Hagino