Age | Commit message (Expand) | Author |
2023-04-05 | Push kernel lock into nd6_resolve() | Klemens Nanni |
2023-04-05 | ARP has a sysctl to show the number of packets waiting for an arp | Alexander Bluhm |
2023-04-05 | ARP has a queue of packets that should be sent after name resolution. | Alexander Bluhm |
2023-04-05 | Call getuptime(9) once for consistency; OK bluhm | Klemens Nanni |
2023-04-05 | Call getuptime(9) once for consistency, sync with ARP | Klemens Nanni |
2023-04-04 | When sending IP packets to userland with divert-packet rules, the | Alexander Bluhm |
2023-03-31 | Fix white space. | Alexander Bluhm |
2023-03-25 | sync nd6_resolve() EINVAL handling with arpresolve() | Klemens Nanni |
2023-03-25 | sync nd6_resolve() uptime handling with arpresolve() | Klemens Nanni |
2023-01-24 | Refactor nd6_options() a bit more. Rewrite the loop to be a proper loop | Claudio Jeker |
2023-01-22 | Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of | Vitaliy Makkoveev |
2023-01-06 | Clean up struct nd_opts, use nd6_options() function local variables | Klemens Nanni |
2023-01-06 | Inline nd6_option() helper, remove indirections | Klemens Nanni |
2023-01-06 | Clarify nd6_option() return semantics | Klemens Nanni |
2023-01-06 | Simplify nd6_options() initialise logic | Klemens Nanni |
2023-01-06 | Merge common code into new nd6_dad_destroy() | Klemens Nanni |
2022-12-10 | Remove unused experimental ICMP6 redirect low water bits | Klemens Nanni |
2022-12-10 | Reuse off variable from previous line; no object change | Klemens Nanni |
2022-12-10 | zap 68 trailing spaces from a single line | Klemens Nanni |
2022-12-10 | `dp' was just allocated with M_ZERO flag, so the following bzero(3) is not | Vitaliy Makkoveev |
2022-12-10 | Merge nd6_option_init() into nd6_options() | Klemens Nanni |
2022-12-09 | Switch nd_opts from a union to just a struct. | Claudio Jeker |
2022-12-07 | Do not store unused ICMPv6 Option PREFIX_INFORMATION | Klemens Nanni |
2022-12-06 | Add missing kernel lock around (*if_ioctl)() call within | Vitaliy Makkoveev |
2022-12-02 | Remove constant basereachable and retrans members from struct nd_ifinfo | Klemens Nanni |
2022-12-02 | Remove useless variable, simplify code | Klemens Nanni |
2022-12-02 | Unlock in6_ioctl_get() aka. SIOCGIF{DSTADDR,NETMASK,AFLAG,ALIFETIME}_IN6 | Klemens Nanni |
2022-11-30 | Unlock nd6_ioctl(), push kernel lock into in6_ioctl_{get,change_ifaddr}() | Klemens Nanni |
2022-11-28 | Document struct nd_ifinfo protection, remove obsolete .initialized member | Klemens Nanni |
2022-11-28 | Remove useless nd6_init_done | Klemens Nanni |
2022-11-28 | Statically initialise DAD list, remove obsolete dad_init | Klemens Nanni |
2022-11-27 | Remove useless casts | Klemens Nanni |
2022-11-25 | Revert hunk accidentially committed in r1.248 "Clarify/typofix comments" | Klemens Nanni |
2022-11-23 | Remove unused NDPRF_* defines; dead since 2017 sys/netinet6/nd6.c r1.210 | Klemens Nanni |
2022-11-23 | Remove unused struct in6_ndifreq; dead since 2013 sys/netinet6/in6_var.h r1.37 | Klemens Nanni |
2022-11-23 | Remove unused struct prf_ra; dead since 2017 sys/netinet/icmp6.h r1.45 | Klemens Nanni |
2022-11-23 | Inline useless ND_IFINFO() macro | Klemens Nanni |
2022-11-23 | Let nd6_if{at,de}tach() be void and take an ifp argument | Klemens Nanni |
2022-11-23 | Add *if_nd to struct ifnet, call nd6_if{at,de}tach() directly | Klemens Nanni |
2022-11-23 | ND_IFINFO() cannot be NULL, use inline read-only idiom for clarity | Klemens Nanni |
2022-11-23 | Recommit previous "Remove useless struct in6_ifextra" | Klemens Nanni |
2022-11-22 | Backout "Remove useless struct in6_ifextra" commit | Klemens Nanni |
2022-11-22 | Use local variable consistently | Klemens Nanni |
2022-11-22 | Remove useless struct in6_ifextra | Klemens Nanni |
2022-11-19 | Push kernel lock into pru_control() aka. in6_control() / in_control() | Klemens Nanni |
2022-11-15 | Not assigning a link local address by default breaks various things. | Claudio Jeker |
2022-11-14 | Relax the list of interfaces which support IPv6 a bit. | Claudio Jeker |
2022-11-12 | Remove unused fields from struct in6_ifextra | Klemens Nanni |
2022-11-12 | Remove unused RS_LHCOOKIE macro | Klemens Nanni |
2022-11-12 | Zap comment about dead linkmtu | Klemens Nanni |