summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2020-12-28Add more guards against NULL deref, since KUBSAN still complains.nia
2020-12-26Avoid NULL pointer dereference, noticed by KUBSAN.nia
2020-09-29inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changingroy
2020-09-15Implement RFC 7048, making Neighbor Unreachability Detection less impatientroy
2020-09-14nd: Name l3addr union of llentry and use in-place of nd_addr.roy
2020-09-11inet6: Use generic Neighor Detection rather than IPv6 specificroy
2020-09-08Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address inchristos
2020-08-28inet6: reduce silent packet discardsozaki-r
2020-08-28inet6: pass rcvif to ip6_forward to avoid extra psref_acquireozaki-r
2020-08-28ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicyozaki-r
2020-08-28inet, inet6: count packets dropped by IPsecozaki-r
2020-08-20[ozaki-r] Changes to the kernel core for wireguardriastradh
2020-08-20Sprinkle some constroy
2020-07-27icmp6: Remove __packed attribute from icmp6 structuresroy
2020-07-27ip6: Remove __packed attribute from ip6 structuresroy
2020-06-19localifymaxv
2020-06-16remove unusedmaxv
2020-06-14inet6: Allow addresses to be marked AUTOCONF from userlandroy
2020-06-13COMPAT_90 doesn't necessarily imply COMPAT_50. So include compat in6_var.h inmlelstv
2020-06-12Remove in-kernel handling of Router Advertisementsroy
2020-04-28inet6: Ensure that route MTU is guarded by ARC_PHDS_MAXMTUroy
2020-04-27Call IPv4 handler for accept().rjs
2020-04-27Do sctp_connectx() handling using ioctl() for IPv6 as well.rjs
2020-04-24Fill in .pr_usrreqs for SOCK_SEQPACKET and SOCK_STREAM variants of SCTP too.jakllsch
2020-04-22inet6: nd6_na_input() now considers ln_state <= ND6_LLINFO_INCOMPLETEroy
2020-04-13Fix default route selectionkim
2020-04-12nd6: RTM_MISS reports RTA_AUTHOR once moreroy
2020-04-03PR/55030: Avoid locking against myself panic by moving the icmp error outsidechristos
2020-03-09route: RTM_MISS now puts the message source address in RTA_AUTHORroy
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-20Remove FDDI support.thorpej
2020-01-03Don't forget to initialize 'sin6_len'. With kASan, from time to time themaxv
2019-12-27s/referece/reference/ in comment.msaitoh
2019-11-13Get rid of unnecessary NULL checks for rt_ifa and ifa_ifpozaki-r
2019-11-12Add more checks in ip6_pullexthdr, to prevent a panic in m_copydata. Themaxv
2019-11-01Make global and per-interface ipsecif(4) pmtu tunable like gif(4).knakahara
2019-11-01Fix ipsecif(4) IPV6_MINMTU does not work correctly.knakahara
2019-10-30Add sysctl nodes to control fragmentation with IPv[46] over IPv6 gif(4).knakahara
2019-10-18in6: reset the temporary address timer on a change of the interval periodozaki-r
2019-10-18 s/initalize/initialize/ in comment or printf message.msaitoh
2019-10-16Validate ip6_temp_preferred_lifetime (net.inet6.ip6.temppltime) on a changeozaki-r
2019-10-16Reorganize in6_tmpaddrtimer stuffsozaki-r
2019-10-06icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput,uwe
2019-09-25Make panic messages more informativeozaki-r
2019-09-25Initialize DAD components properlyozaki-r
2019-09-23Remove __noubsan from in6_clearscope()kamil
2019-09-20Decorate in6_clearscope() with __noubsankamil
2019-09-19Avoid having a rtcache directly in a percpu storage for tunnel protocols.knakahara
2019-09-19Apply some missing changes lost on the previous commitozaki-r
2019-09-19Avoid having a rtcache directly in a percpu storageozaki-r