summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
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
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-17nd6: prevent ln from being freed while releasing held packetsozaki-r
2021-08-10PR kern/56348kardel
2021-08-02fix various typos in comments and log messages.andvar
2021-07-31fix typos in commentsandvar
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-03-11flowlabel will never return anything other than 1 or 0.ryo
2021-03-10byte-flipping a random number is not very useful.christos
2021-03-08no need for ip6_id.c...christos
2021-03-07Amend missed messages:christos
2021-03-07netinet/netinet6: Add necessary includes to make these standalone.christos
2021-03-07netinet6: Mark randomid unused.christos
2021-02-19- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is morechristos
2021-02-17- pass the alignment instead of the mask (as Roy asked and to match thechristos
2021-02-15Fix the build.martin
2021-02-14- centralize header align and pullup into a single inline functionchristos
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