summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Collapse)Author
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok
2003-06-06don't try to forward multicast packet to mif that went away; kameJun-ichiro itojun Hagino
2003-06-03remove assumption on mbuf pointed to by m0; sync w/kameJun-ichiro itojun Hagino
2003-06-03remove unneeded break after return. sync w/kameJun-ichiro itojun Hagino
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-27don't use M_WAIT here. we could be in splnet, and caller may not beJun-ichiro itojun Hagino
xx_usrreq. henning ok
2003-05-26sync with RFC2292 variable member defs, not NRL defsJun-ichiro itojun Hagino
2003-05-22remove break after returnJun-ichiro itojun Hagino
2003-05-15rt->rt_ifp may not always be available. masanori kanaoka via kameJun-ichiro itojun Hagino
2003-05-15check pim version before checksum. version check is cheaper.Jun-ichiro itojun Hagino
2003-05-15IPv6 IPsec gateway now functions; patch by itojun, tested by myself and vincentTodd T. Fries
closes pr 3231
2003-05-14KNF; sync w/kameJun-ichiro itojun Hagino
2003-05-14KNFJun-ichiro itojun Hagino
2003-05-14make PULLDOWN_TEST codepath the default (has been default for a long time).Jun-ichiro itojun Hagino
markus ok
2003-05-14remove obsolete commentsJun-ichiro itojun Hagino
2003-05-14it is unlikely that we introduce 6to4 interface (IFT_STF) to openbsd.Jun-ichiro itojun Hagino
2003-05-13corrected the pointer value for ifp nd6_rtmsgJun-ichiro itojun Hagino
(from KIU Shueng Chuan) ok dhartmei
2003-05-07use strlcpy; itojun okTheo de Raadt
2003-04-01avoid memory leak on redirect header generation. from kame.Jun-ichiro itojun Hagino
2003-03-15specifed -> specifiedTheo de Raadt
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
ok henning@, deraadt@
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-11-27recover original stanford copyright. sync w/kameJun-ichiro itojun Hagino
2002-11-11pmtu_probe is not used anywhere (it is used in KAME TCP6-only code).Jun-ichiro itojun Hagino
From: Krister Walfridsson <cato@df.lth.se>
2002-11-09need icmp6.h for MULTICAST_PMTUD case. sync w/kameJun-ichiro itojun Hagino
2002-10-31plug memory leak. from sam leffler. sync w/kameJun-ichiro itojun Hagino
2002-10-17do not differentiate manually configured address from autoconfigured onesJun-ichiro itojun Hagino
wrt prefix management; - always earn a reference to the prefix when an address is configured (by ioctl). - always delete the prefix when an address that has the last referene is manually removed. The change should solve the problem raised in KAME-snap 6989. sync w/kame
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Diff generated by Chris Kuethe.
2002-10-09supress too noisy log - can be re-enabled by sysctl. sync w/kameJun-ichiro itojun Hagino
2002-09-23better "ifconfig ipv6addr deprecated" flag handling. sync w/kameJun-ichiro itojun Hagino
2002-09-23correct length of PADN option before jumbo payload option. sync w/kameJun-ichiro itojun Hagino
deraadt ok
2002-09-23m6stat is a static variable (ip6_mroute.c). sync w/kameJun-ichiro itojun Hagino
2002-09-12configure "next" pointer correctly. from j@pureftpd.orgJun-ichiro itojun Hagino
2002-09-11fix pointer signedness mixup. sync w/kameJun-ichiro itojun Hagino
2002-09-11KNF - return is not a function. sync w/kameJun-ichiro itojun Hagino
2002-09-04allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163Jun-ichiro itojun Hagino
2002-09-04pass struct proc * down to in6_pcbsetportJun-ichiro itojun Hagino
2002-09-04handle error from copyoutJun-ichiro itojun Hagino
2002-08-20set use_deprecated back to 1. sync w/kameJun-ichiro itojun Hagino
2002-08-20more comment on bind(deprecated) handlingJun-ichiro itojun Hagino
2002-08-19correct copyout logic. better fix to be made in kame treeJun-ichiro itojun Hagino
2002-08-19copyout only if oldp is non-nullJun-ichiro itojun Hagino
2002-08-19need explicit copyout().Jun-ichiro itojun Hagino
2002-08-17set default value for use_deprecated to 0, to avoid consequences with ftpd.Jun-ichiro itojun Hagino
2002-07-30remove unneeded NULL pointer checks.Jun-ichiro itojun Hagino
From: tedu <grendel@zeitbombe.org>
2002-07-25correct MTU check. sync w/kameJun-ichiro itojun Hagino
2002-07-20remove unused extern decl (commented out). sync w/kameJun-ichiro itojun Hagino
2002-07-10do not use p++ in tolower(). NetBSD PR 17540. sync w/kameJun-ichiro itojun Hagino
2002-06-29We know noone called Bill FenenrTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries