summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Clear AUTOCONF6TEMP flag when we detach inet6.florian1-3/+3
2021-03-10spellingjsg10-26/+26
2021-03-08We no longer "accept" RAs in the kernel, delete misleading comment.florian1-2/+1
2021-03-01Refactor ip_fragment() and ip6_fragment(). Use a mbuf list tobluhm3-77/+74
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.dlg1-9/+9
2021-02-23Use NULL instead of 0 in `m_nextpkt' assignment.mvs1-3/+3
2021-02-11Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().patrick1-3/+3
2021-02-02As done for the AF_INET multicast case, ensure that passed interfaceclaudio1-3/+5
2021-02-02KNF, move { up to if () statementclaudio1-3/+2
2021-02-01Fix path MTU discovery for ESP tunneled in IPv6. We always wantbluhm1-1/+8
2021-02-01Fix white spaces and wrap long lines.bluhm1-41/+38
2021-01-25if stoeplitz is enabled, use it to provide a flowid for tcp packets.dlg1-1/+10
2021-01-11Create a path MTU host route for IPsec over IPv6. Basically thebluhm4-27/+104
2021-01-06Mark a layer 2 address as expired by setting the length to 0 when theflorian1-1/+3
2020-12-22For a while the kerrnel reports EACCES to userland if pf blocks abluhm1-3/+3
2020-11-26fix typo in log message: inteface -> interfacetb1-2/+2
2020-11-16Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*gnezdo1-6/+9
2020-11-16Remove the cases folded into sysctl_bounded_args but left behindgnezdo1-13/+1
2020-11-07Rework source IP address setting.denis1-4/+3
2020-11-05Replace wrong cast with satosin.denis1-3/+2
2020-10-29Add feature to force the selection of source IP addressdenis1-1/+24
2020-10-28When generating the ICMP6 response to an IPv6 packet, the kernelbluhm1-8/+9
2020-09-01Convert icmp6_sysct to sysctl_bounded_argsgnezdo1-4/+15
2020-08-24Convert ip6_sysctl to sysctl_bounded_argsgnezdo2-62/+22
2020-08-24Convert divert*_sysctl to sysctl_bounded_argsgnezdo2-12/+9
2020-08-08No longer prevent TCP connections to IPv6 anycast addresses.florian1-3/+1
2020-08-07The IPv6 source address selection rewrite had one (known) differenceflorian1-2/+33
2020-08-04Validate input given to ioctl(SIOCAIFADDR_IN6) like NetBSD already does.anton1-1/+7
2020-08-02Add missing rtable(4) check in rip6_input()kn1-1/+5
2020-08-01Move range check inside sysctl_int_arrgnezdo3-28/+18
2020-07-28Rewrite IPv6 source address selection in terms of the 8 rules given inflorian1-153/+52
2020-07-17Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEXkn1-3/+3
2020-07-03Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.florian2-9/+9
2020-06-30Fix two places where carp backup state is misspelled in comments.benno1-4/+4
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha6-35/+35
2020-06-22Don't pass a pointer to an uninitialized variable as plenp tokrw1-4/+4
2020-06-21wireguard can do ipv6, but doesnt do link local addresses.dlg1-1/+8
2020-05-27Document the various flavors of NET_LOCK() and rename the reader version.mpi3-14/+14
2020-05-06Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9).mpi1-1/+7
2020-04-22Assert that ND6 timer is never set for RTF_LOCAL routes.mpi1-1/+2
2020-04-22Never update the ND entry (cache) corresponding to a RTF_LOCAL route.mpi1-9/+3
2020-04-12Stop processing packets under non-exclusive (read) netlock.mpi1-3/+3
2020-03-28Move ND6_PRIV_* constants from nd6.h to slaacd the only place whereflorian1-6/+1
2020-03-17Use strlcpy instead of strncpy to ensure results are NUL terminated.tobhe1-3/+3
2020-03-15Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call isvisa2-2/+6
2019-12-30The loopback check in ip6_input_if() was needless. The ::1 destinationbluhm1-7/+1
2019-12-23fix broken tree. sorry for inconveniences.sashan1-3/+3
2019-12-23rdr-to with loopback destination should work even thoughsashan1-2/+3
2019-12-08Make sure packet destination address matches interface address,sashan2-2/+29
2019-11-29add __func__ to panic() and printf() calls in sys/netinet6/*nayden8-32/+32