summaryrefslogtreecommitdiffstats
path: root/sys/netinet6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clear AUTOCONF6TEMP flag when we detach inet6.florian2021-03-151-3/+3
* spellingjsg2021-03-1010-26/+26
* We no longer "accept" RAs in the kernel, delete misleading comment.florian2021-03-081-2/+1
* Refactor ip_fragment() and ip6_fragment(). Use a mbuf list tobluhm2021-03-013-77/+74
* we don't have to cast to caddr_t when calling m_copydata anymore.dlg2021-02-251-9/+9
* Use NULL instead of 0 in `m_nextpkt' assignment.mvs2021-02-231-3/+3
* Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().patrick2021-02-111-3/+3
* As done for the AF_INET multicast case, ensure that passed interfaceclaudio2021-02-021-3/+5
* KNF, move { up to if () statementclaudio2021-02-021-3/+2
* Fix path MTU discovery for ESP tunneled in IPv6. We always wantbluhm2021-02-011-1/+8
* Fix white spaces and wrap long lines.bluhm2021-02-011-41/+38
* if stoeplitz is enabled, use it to provide a flowid for tcp packets.dlg2021-01-251-1/+10
* Create a path MTU host route for IPsec over IPv6. Basically thebluhm2021-01-114-27/+104
* Mark a layer 2 address as expired by setting the length to 0 when theflorian2021-01-061-1/+3
* For a while the kerrnel reports EACCES to userland if pf blocks abluhm2020-12-221-3/+3
* fix typo in log message: inteface -> interfacetb2020-11-261-2/+2
* Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*gnezdo2020-11-161-6/+9
* Remove the cases folded into sysctl_bounded_args but left behindgnezdo2020-11-161-13/+1
* Rework source IP address setting.denis2020-11-071-4/+3
* Replace wrong cast with satosin.denis2020-11-051-3/+2
* Add feature to force the selection of source IP addressdenis2020-10-291-1/+24
* When generating the ICMP6 response to an IPv6 packet, the kernelbluhm2020-10-281-8/+9
* Convert icmp6_sysct to sysctl_bounded_argsgnezdo2020-09-011-4/+15
* Convert ip6_sysctl to sysctl_bounded_argsgnezdo2020-08-242-62/+22
* Convert divert*_sysctl to sysctl_bounded_argsgnezdo2020-08-242-12/+9
* No longer prevent TCP connections to IPv6 anycast addresses.florian2020-08-081-3/+1
* The IPv6 source address selection rewrite had one (known) differenceflorian2020-08-071-2/+33
* Validate input given to ioctl(SIOCAIFADDR_IN6) like NetBSD already does.anton2020-08-041-1/+7
* Add missing rtable(4) check in rip6_input()kn2020-08-021-1/+5
* Move range check inside sysctl_int_arrgnezdo2020-08-013-28/+18
* Rewrite IPv6 source address selection in terms of the 8 rules given inflorian2020-07-281-153/+52
* Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEXkn2020-07-171-3/+3
* Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.florian2020-07-032-9/+9
* Fix two places where carp backup state is misspelled in comments.benno2020-06-301-4/+4
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-246-35/+35
* Don't pass a pointer to an uninitialized variable as plenp tokrw2020-06-221-4/+4
* wireguard can do ipv6, but doesnt do link local addresses.dlg2020-06-211-1/+8
* Document the various flavors of NET_LOCK() and rename the reader version.mpi2020-05-273-14/+14
* Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9).mpi2020-05-061-1/+7
* Assert that ND6 timer is never set for RTF_LOCAL routes.mpi2020-04-221-1/+2
* Never update the ND entry (cache) corresponding to a RTF_LOCAL route.mpi2020-04-221-9/+3
* Stop processing packets under non-exclusive (read) netlock.mpi2020-04-121-3/+3
* Move ND6_PRIV_* constants from nd6.h to slaacd the only place whereflorian2020-03-281-6/+1
* Use strlcpy instead of strncpy to ensure results are NUL terminated.tobhe2020-03-171-3/+3
* Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call isvisa2020-03-152-2/+6
* The loopback check in ip6_input_if() was needless. The ::1 destinationbluhm2019-12-301-7/+1
* fix broken tree. sorry for inconveniences.sashan2019-12-231-3/+3
* rdr-to with loopback destination should work even thoughsashan2019-12-231-2/+3
* Make sure packet destination address matches interface address,sashan2019-12-082-2/+29
* add __func__ to panic() and printf() calls in sys/netinet6/*nayden2019-11-298-32/+32