Age | Commit message (Expand) | Author |
2003-12-08 | move pf_test6() call below loopback (and mapped-ipv4) tests, so rdr -> ::1 | Daniel Hartmeier |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-11-07 | fix behavior when ipv6mr_interface is 0. reported on netbsd list | Jun-ichiro itojun Hagino |
2003-11-04 | don't call in_pcbrehash twice; ok itojun@ | Markus Friedl |
2003-10-31 | Add IPv6 support to CARP. | Ryan Thomas McBride |
2003-10-15 | c++ friendly, sync w/kame. pvalchev ok | Jun-ichiro itojun Hagino |
2003-10-14 | oops, i did not mean to commit this portion (IPSEC mod), sorry | Jun-ichiro itojun Hagino |
2003-10-14 | IP6F_OFF_MASK is already endian-flipped; sync w/ kame | Jun-ichiro itojun Hagino |
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | Jun-ichiro itojun Hagino |
2003-10-01 | correct m_cat misuse. i remember it was ok'ed by someone but don't remember ... | Jun-ichiro itojun Hagino |
2003-09-28 | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. | Chad Loder |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright |
2003-08-07 | make net.inet6.ip6.redirect actually work. from kame | Jun-ichiro itojun Hagino |
2003-08-07 | m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat. | Jun-ichiro itojun Hagino |
2003-07-18 | remove #if 0 portion | Jun-ichiro itojun Hagino |
2003-07-08 | unifdef -U__otherBSD__ | Jun-ichiro itojun Hagino |
2003-07-08 | on interface removal, clear multicast forwarding stuff. from kame | Jun-ichiro itojun Hagino |
2003-06-30 | initialize srcrt properly (so that it won't go mad when NPF==0). cedric | Jun-ichiro itojun Hagino |
2003-06-30 | do not generate icmp6 redirect if PF rewrote the destination address. | Jun-ichiro itojun Hagino |
2003-06-28 | i don't think pfsync needs a link-local addr. | Jun-ichiro itojun Hagino |
2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | Jun-ichiro itojun Hagino |
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino |
2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | Jun-ichiro itojun Hagino |
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino |
2003-06-24 | clear ln_hold earlier. from kame | Jun-ichiro itojun Hagino |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino |
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 |