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