summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.c
AgeCommit message (Expand)Author
2022-10-24Clear saved_flags to avoid compile error on some archs.msaitoh
2022-10-24Fix PR kern/57037knakahara
2022-09-20Remove routes on an address removal if the routes referencing to the address....knakahara
2021-12-05s/existance/existence/ in comment.msaitoh
2021-12-05s/multple/multiple/ in comment.msaitoh
2021-09-21don't opencode kauth_cred_get()christos
2020-09-29inet: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP when changingroy
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-01-20Remove FDDI support.thorpej
2019-09-25Make panic messages more informativeozaki-r
2019-04-29rtsock: Route address message simplificationroy
2019-03-18 s/pakcet/packet/ in comment.msaitoh
2019-02-05adjust fallthru comments to appease gcc7.mrg
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-10-30Use rt_update framework on updating a rtentryozaki-r
2018-07-04Paper over Undefined Behavior in in6_control1()kamil
2018-05-29Mark in6m as used for non-DIAGNOSTIC builds.prlw1
2018-05-29Avoid NULL pointer dereference on imm->i6mm_maddrozaki-r
2018-05-01Remove now unused net_osdep.h includes, the other BSDs did the same.maxv
2018-04-06Make GARP work again when DAD is disabledozaki-r
2018-03-06Use pool(9) for llentry allocationsozaki-r
2018-03-06Fix memory leaks on arp -d and ndp -d for static entriesozaki-r
2018-03-06Fix reference leaks of llentryozaki-r
2018-03-06Add assertionsozaki-r
2018-02-24Avoid a deadlock between softnet_lock and IFNET_LOCKozaki-r
2018-01-19Suppress noisy debugging outputsozaki-r
2018-01-15Remove extra pserialize_perform from in_purgeaddrozaki-r
2018-01-10add ipsec(4) interface, which is used for route-based VPN.knakahara
2017-12-25Fix wrong usage of psref_heldozaki-r
2017-12-15Ensure to call if_mcast_op with holding IFNET_LOCKozaki-r
2017-11-23Fix a race condition of in6_ifinitozaki-r
2017-11-23Tweak a condition; we don't need to care ifacount to be negativeozaki-r
2017-11-23Remove unnecessary goto because there is no cleanup code to share (NFC)ozaki-r
2017-11-17Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switchozaki-r
2017-11-10Fix a deadlock between a route update and lltableozaki-r
2017-11-10Remove redundant KASSERTMSGozaki-r
2017-06-22Purge ARP/NDP entries on an interface when the interface is downozaki-r
2017-06-22Allow in6_lltable_free_entry to be called without holding the afdata lock of ...ozaki-r
2017-06-21Don't create a permanent L2 cache entry on adding an address to an interfaceozaki-r
2017-04-28Don't output debugging logs just if DIAGNOSTICozaki-r
2017-03-02Plug a race condition on accessing i6mm_maddrozaki-r
2017-03-02Fix racy in6m_solozaki-r
2017-03-02Protect ia6_memberships by in6_ifaddr_lockozaki-r
2017-03-01Restore/add some softnet_lock for nd6_rt_flush and defrouter_addreqozaki-r
2017-02-28Separate the code of joining multicast groupsozaki-r
2017-02-28Prevent ia6 from being freed in in6_ifinitozaki-r