Age | Commit message (Expand) | Author |
2003-06-06 | don't try to forward multicast packet to mif that went away; kame | Jun-ichiro itojun Hagino |
2003-06-03 | remove assumption on mbuf pointed to by m0; sync w/kame | Jun-ichiro itojun Hagino |
2003-06-03 | remove unneeded break after return. sync w/kame | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-27 | don't use M_WAIT here. we could be in splnet, and caller may not be | Jun-ichiro itojun Hagino |
2003-05-26 | sync with RFC2292 variable member defs, not NRL defs | Jun-ichiro itojun Hagino |
2003-05-22 | remove break after return | Jun-ichiro itojun Hagino |
2003-05-15 | rt->rt_ifp may not always be available. masanori kanaoka via kame | Jun-ichiro itojun Hagino |
2003-05-15 | check pim version before checksum. version check is cheaper. | Jun-ichiro itojun Hagino |
2003-05-15 | IPv6 IPsec gateway now functions; patch by itojun, tested by myself and vincent | Todd T. Fries |
2003-05-14 | KNF; sync w/kame | Jun-ichiro itojun Hagino |
2003-05-14 | KNF | Jun-ichiro itojun Hagino |
2003-05-14 | make PULLDOWN_TEST codepath the default (has been default for a long time). | Jun-ichiro itojun Hagino |
2003-05-14 | remove obsolete comments | Jun-ichiro itojun Hagino |
2003-05-14 | it is unlikely that we introduce 6to4 interface (IFT_STF) to openbsd. | Jun-ichiro itojun Hagino |
2003-05-13 | corrected the pointer value for ifp nd6_rtmsg | Jun-ichiro itojun Hagino |
2003-05-07 | use strlcpy; itojun ok | Theo de Raadt |
2003-04-01 | avoid memory leak on redirect header generation. from kame. | Jun-ichiro itojun Hagino |
2003-03-15 | specifed -> specified | Theo de Raadt |
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-27 | recover original stanford copyright. sync w/kame | Jun-ichiro itojun Hagino |
2002-11-11 | pmtu_probe is not used anywhere (it is used in KAME TCP6-only code). | Jun-ichiro itojun Hagino |
2002-11-09 | need icmp6.h for MULTICAST_PMTUD case. sync w/kame | Jun-ichiro itojun Hagino |
2002-10-31 | plug memory leak. from sam leffler. sync w/kame | Jun-ichiro itojun Hagino |
2002-10-17 | do not differentiate manually configured address from autoconfigured ones | Jun-ichiro itojun Hagino |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-09 | supress too noisy log - can be re-enabled by sysctl. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-23 | better "ifconfig ipv6addr deprecated" flag handling. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-23 | correct length of PADN option before jumbo payload option. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-23 | m6stat is a static variable (ip6_mroute.c). sync w/kame | Jun-ichiro itojun Hagino |
2002-09-12 | configure "next" pointer correctly. from j@pureftpd.org | Jun-ichiro itojun Hagino |
2002-09-11 | fix pointer signedness mixup. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-09-04 | allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163 | Jun-ichiro itojun Hagino |
2002-09-04 | pass struct proc * down to in6_pcbsetport | Jun-ichiro itojun Hagino |
2002-09-04 | handle error from copyout | Jun-ichiro itojun Hagino |
2002-08-20 | set use_deprecated back to 1. sync w/kame | Jun-ichiro itojun Hagino |
2002-08-20 | more comment on bind(deprecated) handling | Jun-ichiro itojun Hagino |
2002-08-19 | correct copyout logic. better fix to be made in kame tree | Jun-ichiro itojun Hagino |
2002-08-19 | copyout only if oldp is non-null | Jun-ichiro itojun Hagino |
2002-08-19 | need explicit copyout(). | Jun-ichiro itojun Hagino |
2002-08-17 | set default value for use_deprecated to 0, to avoid consequences with ftpd. | Jun-ichiro itojun Hagino |
2002-07-30 | remove unneeded NULL pointer checks. | Jun-ichiro itojun Hagino |
2002-07-25 | correct MTU check. sync w/kame | Jun-ichiro itojun Hagino |
2002-07-20 | remove unused extern decl (commented out). sync w/kame | Jun-ichiro itojun Hagino |
2002-07-10 | do not use p++ in tolower(). NetBSD PR 17540. sync w/kame | Jun-ichiro itojun Hagino |
2002-06-29 | We know noone called Bill Fenenr | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-11 | silence some of log(), as the codepath will be visited for IPv6-non-capable | Jun-ichiro itojun Hagino |