summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-20Bail out in case m_pulldown failed.joerg
2014-01-15Remove dead code.roy
2014-01-15If the address matches a cloning route, it is also a neighbor.roy
2014-01-13Remove the now un-used function in6ifa_ifplocaladdr.roy
2014-01-13When handling NS/NA we need to check our prefix list instead of ourroy
2014-01-02Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.pooka
2013-12-17Instead of voodo casts use simple byte pointer arithmetic and memcpy tomartin
2013-11-23convert from CIRCLEQ to TAILQ.christos
2013-11-21Revert previous and solve in a different way, using __unused. Fixesriz
2013-10-25Mark a variable as used only in diagnostic kernelsmartin
2013-10-19define constants for scopeid function flags.christos
2013-10-19add scopeid functionschristos
2013-10-18convert a DIAGNOSTIC / panic into a KASSERTMSG().mrg
2013-10-04check result of setscope, from logan.christos
2013-10-03check sockopt_get() error, from logan.christos
2013-09-14Remove unused variablemartin
2013-09-14Remove unused variable and ifdef some others like their usemartin
2013-09-11Include BRDADDR and NETMASK to the v4 ioctls we ban for v6; from FreeBSD.christos
2013-08-30draft-gont-6man-ipv6-atomic-fragment-00 is now RFC 6949 (Loganaden Velvindronchristos
2013-06-29- Rewrite parts of pfil(9): use array to store hooks and thus be more cachermind
2013-06-20Move the detaching and making tentative addresses out if in6_if_uproy
2013-06-11When an interface link state changes to down, mark all attached IPv6roy
2013-06-05IPSEC has not come in two speeds for a long time now (IPSEC == kame,christos
2013-05-29Generate RTM_NEWADDR when adding a pre-existing IPv6 address.roy
2013-05-23Clear mbuf's csum_flags in ip6flow_fastforward(). Fixes PR#47849.msaitoh
2013-05-21Disable nd6_newaddrmsg debugroy
2013-05-21For IPv6, emit RTM_NEWADDR once DAD completes and also when address flagroy
2013-04-27Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.joerg
2013-04-12PR/47738: connect(2) to 239.x.y.z should return error but does not.christos
2013-03-18Initialize variable used as (conditional) result parameter.gdt
2013-03-01Retire OSI network stack. OK core@joerg
2013-02-18PR/47576: Takahiro HAYASHI: Avoid crash destroying tap0 after deletingchristos
2013-01-28Set the socket family for the network mask.joerg
2013-01-25don't return hlim when asked for multicast loop flagkefren
2013-01-24Use rt_getkey.joerg
2013-01-06PR/47408: Anthony Mallet: sendto(2) issue with IPv6 UDP datagramschristos
2012-11-29Add a new sysctl to mark ports as reserved, so that they are not used inchristos
2012-10-11PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass thechristos
2012-09-27Loganaden Velvindron:christos
2012-08-24Remove stray #undef, probably someone's debugging leftover from long ago.dholland
2012-07-21Add comments describing parameter handling for ip6_insertfraghdr.gdt
2012-07-01Remove the wrapper of frag6_input(), restore the behaviour changed in r1.50.rmind
2012-06-25Some fun in trying to work out what was broken with gcc-4.1 toabs
2012-06-25rename rfc6056 -> portalgo, requested by yamtchristos
2012-06-234 new sysctls to avoid ipv6 DoS attacks from OpenBSDchristos
2012-06-22PR/46602: Move the rfc6056 port randomization to the IP layer.christos
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-05ip6_output: check for rtcache_setdst() error, which may happen if runningrmind