| Age | Commit message (Expand) | Author |
| 2018-11-29 | Don't validate the source address of forwarding IPv6 packets (same as IPv4) | ozaki-r |
| 2018-11-29 | Don't run DAD on link-up if it's explicitly disabled | ozaki-r |
| 2018-11-29 | Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions | ozaki-r |
| 2018-11-22 | Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. | knakahara |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-11-06 | Restore the length check of a sockaddr passed from userland at udp6_output | ozaki-r |
| 2018-11-04 | Fix error path in ip6 source address selection. | mlelstv |
| 2018-10-30 | Use rt_update framework on updating a rtentry | ozaki-r |
| 2018-10-30 | Avoid double rt_replace_ifa on rtrequest1(RTM_ADD) | ozaki-r |
| 2018-10-25 | Remove a leftover debug printf | ozaki-r |
| 2018-09-19 | Fix in_undefer_cksum() and in6_undefer_cksum(). | rin |
| 2018-09-15 | Make it compile after change to non-variadic pr_input. | rjs |
| 2018-09-06 | Remove netinet6/ipsec.h. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-09-03 | fix: l2tp(4) cannot receive packets after reset session without reset tunnel.... | knakahara |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-08-14 | Retire EtherIP, we have L2TP instead. | maxv |
| 2018-08-14 | Don't call find_pfxlist_reachable_router, which may sleep, in a pserialize re... | ozaki-r |
| 2018-08-10 | Remove the callback and localify. Same as IPv4. | maxv |
| 2018-08-10 | Rename | maxv |
| 2018-07-04 | Paper over Undefined Behavior in in6_control1() | kamil |
| 2018-06-21 | sbappendaddr() is required any lock. Currently, softnet_lock is appropriate. | knakahara |
| 2018-06-01 | Rename | maxv |
| 2018-06-01 | Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers | ozaki-r |
| 2018-05-29 | Remove dead code, we don't care. | maxv |
| 2018-05-29 | Mark in6m as used for non-DIAGNOSTIC builds. | prlw1 |
| 2018-05-29 | Avoid double LIST_REMOVE which corrupts lists | ozaki-r |
| 2018-05-29 | Move LIST_REMOVE | ozaki-r |
| 2018-05-29 | Make a deletion of in6m in nd6_rtrequest atomic | ozaki-r |
| 2018-05-29 | Make a refcount decrement and a removal from a list of an item atomic | ozaki-r |
| 2018-05-29 | Avoid NULL pointer dereference on imm->i6mm_maddr | ozaki-r |
| 2018-05-29 | Improve atomicity of in6_leavegroup and in6_delmulti | ozaki-r |
| 2018-05-29 | Release in6_multilock on callout_halt of mld_timeo to avoid a deadlock | ozaki-r |
| 2018-05-29 | Don't hold softnet_lock in mld_timeo | ozaki-r |
| 2018-05-20 | Remove notyet, we've never had this. | maxv |
| 2018-05-19 | Style. | maxv |
| 2018-05-19 | Remove misleading comment. | maxv |
| 2018-05-18 | Add missing m_put_rcvif_psref. | maxv |
| 2018-05-17 | Fix the KASSERTs. It doesn't matter at all since the packet can't be this | maxv |
| 2018-05-17 | Add KASSERTs, related to PR/39794. | maxv |
| 2018-05-15 | When reassembling IPv4/IPv6 packets, ensure each fragment has been subject | maxv |
| 2018-05-14 | Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument | maxv |
| 2018-05-11 | Dedup: introduce rip6_sbappendaddr. Same as IPv4. | maxv |
| 2018-05-11 | Increase the default size of some receive buffers from 8k to 16k. | roy |
| 2018-05-09 | Replace | maxv |
| 2018-05-07 | Remove misleading comments. | maxv |
| 2018-05-03 | Rename m_pkthdr_remove -> m_remove_pkthdr, to match the existing naming | maxv |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2018-05-03 | Remove net_osdep.h completely. | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |