Age | Commit message (Expand) | Author |
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 |
2022-11-12 | Zap dead ip6_auto_linklocal | Klemens Nanni |
2022-11-10 | Use local variable for consistency | Klemens Nanni |
2022-11-07 | Run the ND6 expiry timer without kernel lock | Klemens Nanni |
2022-10-17 | Change pru_abort() return type to the type of void and make pru_abort() | Vitaliy Makkoveev |
2022-10-03 | System calls should not fail due to temporary memory shortage in | Alexander Bluhm |
2022-09-13 | Do soreceive() with shared netlock for raw sockets. | Vitaliy Makkoveev |
2022-09-09 | Clarify/typofix comments | Klemens Nanni |
2022-09-08 | Rename global ifnet TAILQ | Klemens Nanni |
2022-09-05 | Move mld6 address variables from data to stack memory to make them | Alexander Bluhm |
2022-09-05 | Use shared netlock in soreceive(). The UDP and IP divert layer | Alexander Bluhm |
2022-09-04 | spelling | Jonathan Gray |
2022-09-03 | Move PRU_PEERADDR request to (*pru_peeraddr)(). | Vitaliy Makkoveev |
2022-09-03 | Move PRU_SOCKADDR request to (*pru_sockaddr)() | Vitaliy Makkoveev |
2022-09-02 | Move PRU_CONTROL request to (*pru_control)(). | Vitaliy Makkoveev |
2022-09-01 | Move PRU_CONNECT2 request to (*pru_connect2)(). | Vitaliy Makkoveev |
2022-08-31 | Move PRU_SENDOOB request to (*pru_sendoob)(). | Vitaliy Makkoveev |
2022-08-30 | Refactor internet PCB lookup function. Rename in_pcbhashlookup() | Alexander Bluhm |
2022-08-29 | Move PRU_RCVOOB request to (*pru_rcvoob)(). | Vitaliy Makkoveev |
2022-08-29 | Use struct refcnt for interface address reference counting. | Alexander Bluhm |
2022-08-28 | Move PRU_SENSE request to (*pru_sense)(). | Vitaliy Makkoveev |
2022-08-28 | Move PRU_ABORT request to (*pru_abort)(). | Vitaliy Makkoveev |
2022-08-27 | Move PRU_SEND request to (*pru_send)(). | Vitaliy Makkoveev |
2022-08-26 | Move PRU_RCVD request to (*pru_rcvd)(). | Vitaliy Makkoveev |
2022-08-22 | Move PRU_SHUTDOWN request to (*pru_shutdown)(). | Vitaliy Makkoveev |