summaryrefslogtreecommitdiffstats
path: root/sys/netinet6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove #if 0'ed code (which was experimental and should never be used)itojun2005-02-101-26/+1
* Rewriting the lladdr can now be done without using mbuf tags.mpf2005-01-181-9/+1
* should not check "code" field on icmp6 too big message. from kameitojun2005-01-171-3/+1
* correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF,djm2005-01-111-26/+37
* Check that if_type != IFT_CARP before using ifp->if_carp.mcbride2004-12-211-3/+3
* Convert carp(4) to behave more like a regular interface, much in the samemcbride2004-12-072-3/+4
* wrong paren. Patrick Latifiitojun2004-11-171-3/+3
* Fix 'netstat -sp pim6'mcbride2004-11-102-2/+3
* treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel okhenning2004-10-282-2/+4
* remove onlink assumption behavior (consider destination on-link if defaultitojun2004-10-281-142/+5
* g/c ip6_flow_seq. found by mcbride. mcbride okitojun2004-10-183-6/+3
* missing dohooks(), needed for (em0:network) style notation with v6, was nothenning2004-10-071-1/+2
* revert. itojun notes that 128 is ok because of bitlen check.tedu2004-08-241-3/+5
* make sure we do not overwrite checksum field on shared mbuf.itojun2004-08-231-6/+13
* correct bounds checks. found at/by Coverity.tedu2004-08-211-3/+3
* completely revert to r1.31, there were still problems on the forwardingdhartmei2004-07-141-20/+15
* remove PF_FORWARD (which was introduced by ipv6 reass-on-scrub).itojun2004-07-121-2/+2
* IPv6 reassembly on "scrub" directive.itojun2004-06-251-16/+21
* "error" could be left uninitializeditojun2004-06-241-2/+2
* First step towards more sane time handling in the kernel -- this changestholo2004-06-218-41/+41
* Get rid of pf_test_eh() wrapper.mcbride2004-06-213-6/+6
* correct multicast handling for special groups (like solicited node multicast).itojun2004-06-171-72/+56
* missing paren in macro def. Patrick Latifiitojun2004-06-161-2/+2
* avoid creating multiple multicast filter entry for the same group.itojun2004-06-151-40/+54
* support IPV6_USE_MIN_MTU, to make BIND9 better.itojun2004-06-124-9/+18
* back out tree breakage. Like, come onderaadt2004-06-114-18/+9
* support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameitojun2004-06-114-9/+18
* there's no use in checking curproc privilege in input path.itojun2004-06-011-18/+7
* do not loop on nd6_output() when transmission fails. from kameitojun2004-05-191-6/+3
* Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.millert2004-05-071-2/+3
* radix tree with multipath support. from kame. deraadt okitojun2004-04-251-1/+8
* correct arg to in6_cksum. keiichi@kameitojun2004-04-221-2/+2
* Don't use mbuf pointer in error case, when it has been set to NULL.dhartmei2004-03-251-2/+1
* avoid touching out-of-bound memory if len == 128.itojun2004-02-231-2/+3
* switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtmarkus2004-02-153-74/+60
* permit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address).itojun2004-02-061-3/+2
* remove never-to-be-used codepath (IPv4 mapped address). ok mcbrideitojun2004-02-051-49/+22
* typo within comment, deilver -> deliverdhartmei2004-02-041-2/+2
* remove kludge now that proper IPV6_MMTU handling is indhartmei2004-02-041-2/+2
* strictly follow RFC2460 section 5, last paragraph (sender behavior whenitojun2004-02-041-18/+100
* make the stack compile if NPF=0. ok deraadt@ markus@cedric2004-02-022-3/+5
* ignore too small MTUs (below 296 octets), similar to IPv4.dhartmei2004-02-011-2/+2
* Provide explicit function argument declarations.miod2004-01-151-2/+2
* Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp.mcbride2004-01-132-4/+6
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henningmarkus2003-12-211-4/+4
* use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacarmarkus2003-12-213-14/+8
* niels kindly dropped clause 3/4 from the license. tnx!itojun2003-12-121-6/+1
* validate set/getsockopt arg more strictly. local privileged user could causeitojun2003-12-101-24/+39
* correct non-repetitive ID code, based on comments from niels provos.itojun2003-12-101-6/+3