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