summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2002-03-24double m_free() - niklas@openbsdJun-ichiro itojun Hagino
2002-03-23correct arg to bcmp(). need to compare 15 bytes, not 3 bytes. sync w/kameJun-ichiro itojun Hagino
2002-03-20remove obsolete commentJun-ichiro itojun Hagino
2002-03-19check sa_len/family strictlyJun-ichiro itojun Hagino
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-15have a real lock around IPv6 reassembly.Jun-ichiro itojun Hagino
2002-03-15s/0/NULL/ for pointer assignment. sync w/kameJun-ichiro itojun Hagino
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-05on redirect output, always try to attach target link layer address option.Jun-ichiro itojun Hagino
2002-02-10spellingTheo de Raadt
2002-01-23compatability -> compatibility.Federico G. Schwindt
2002-01-21remove couple of #if 0'ed portion we will never useJun-ichiro itojun Hagino
2002-01-08do not log() in per-packet input path. sync w/kameJun-ichiro itojun Hagino
2002-01-08correct behavior of IPv4 over IPv6 tunnel (using gif).Jun-ichiro itojun Hagino
2002-01-02at least ; required after label or case; openbsd@davidkrause.comTheo de Raadt
2001-12-16- Call pf_test6() after we have checked header length and protocol version.jasoni
2001-12-07give up local, instead of remote, on ping6 -w during memory starvedJun-ichiro itojun Hagino
2001-12-07correct icmp6 MIB counter mistakeJun-ichiro itojun Hagino
2001-12-07whitespace/comment sync with kameJun-ichiro itojun Hagino
2001-12-06remove kame IPSEC code within #ifdef.Jun-ichiro itojun Hagino
2001-11-30unifdef OLDIP6OUTPUTJun-ichiro itojun Hagino
2001-11-28typo in sockopt level name (ipsec6 related)Jun-ichiro itojun Hagino
2001-11-26add fastroute options similar to what is found in ipfjasoni
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-02do not return value that overruns mbuf length from ip6_nexthdr.Jun-ichiro itojun Hagino
2001-10-01reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed afterjasoni
2001-09-29filter forwarded ipv6 packets; checked by itojun, tested byjasoni
2001-09-25free mbuf when dropping a packet. ok dhartmei@ (also checked byjasoni
2001-09-19comment; sockopt # 57-59 are also reservedJun-ichiro itojun Hagino
2001-09-15IPv6 support from Ryan McBride (mcbride@countersiege.com)Mike Frantzen
2001-08-24Add a missing spacebrian
2001-08-23suppress printf() on non-multicast interface.Jun-ichiro itojun Hagino
2001-08-23don't try to enable IPv6 on IFT_PFLOG.Jun-ichiro itojun Hagino
2001-08-22IPCOMP policy stuff missed the last time roundNiklas Hallqvist
2001-08-22Add IPCOMP setsockopt policy controls. While here fix the other policies tooNiklas Hallqvist
2001-08-21Don't check for BYPASS options in PCB on ip_output/ip6_output --- thisAngelos D. Keromytis
2001-08-19Pass the interface (if any) to ipip_input(), so it can be used inAngelos D. Keromytis
2001-08-08remove IPCOMP option. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-07-27variable name "gif" is way too generic - use "gif_softc". sync with kameJun-ichiro itojun Hagino
2001-07-18avoid using malloc() during interupt context for multicast kludge entry.Jun-ichiro itojun Hagino
2001-07-18sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behaviorJun-ichiro itojun Hagino
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-29call defrouter_select() only if i am autoconfigured hostJun-ichiro itojun Hagino
2001-06-27do not try to update ipv6 default route if i'm not an autoconfigured host,Jun-ichiro itojun Hagino
2001-06-27ALTQ base modifications to the kernel.Kenjiro Cho
2001-06-27Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingAngelos D. Keromytis
2001-06-27Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup();Angelos D. Keromytis
2001-06-26modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDRJun-ichiro itojun Hagino