summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_nbr.c
AgeCommit message (Expand)Author
2024-07-14Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.Alexander Bluhm
2024-06-20Read IPv6 forwarding value only once while processing a packet.Alexander Bluhm
2023-07-30Check for NULL before de-referencing a pointer, not after.Kenneth R Westerback
2023-07-29Check for NULL before de-referencing a pointer, not after.Kenneth R Westerback
2023-05-07I preparation for TSO in software, cleanup the fragment code. UseAlexander Bluhm
2023-05-04Introduce a neighbor discovery mutex like ARP uses it. For now itAlexander Bluhm
2023-05-02Call nd6_ns_output() without kernel lock from nd6_resolve().Alexander Bluhm
2023-04-28Inbound portion of RFC9131. Routers can create new neighbor cache entriesPeter Hessler
2023-04-25When configuring a new address on an interface, an upstream routerPeter Hessler
2023-04-05ARP has a queue of packets that should be sent after name resolution.Alexander Bluhm
2023-03-31Fix white space.Alexander Bluhm
2023-01-06Merge common code into new nd6_dad_destroy()Klemens Nanni
2022-12-10`dp' was just allocated with M_ZERO flag, so the following bzero(3) is notVitaliy Makkoveev
2022-12-10Merge nd6_option_init() into nd6_options()Klemens Nanni
2022-12-09Switch nd_opts from a union to just a struct.Claudio Jeker
2022-12-02Remove constant basereachable and retrans members from struct nd_ifinfoKlemens Nanni
2022-12-02Remove useless variable, simplify codeKlemens Nanni
2022-11-28Statically initialise DAD list, remove obsolete dad_initKlemens Nanni
2022-11-27Remove useless castsKlemens Nanni
2022-11-23Inline useless ND_IFINFO() macroKlemens Nanni
2022-08-29Use struct refcnt for interface address reference counting.Alexander Bluhm
2022-08-08Constify in6_addr pointer arguments in nd6_*() functionsKlemens Nanni
2022-02-07Checking ifaddr pointer for NULL without checking in6_ifaddr worksAlexander Bluhm
2021-12-13nd6_dad_ns_input() could trigger a NULL deref in nd6_dad_duplicated().Alexander Bluhm
2019-11-29add __func__ to panic() and printf() calls in sys/netinet6/*Nayden Markatchev
2019-10-18Don't check that the ipv6 source address of a neighbor advertisment isSebastian Benoit
2018-12-20The timeouts in nd6 are in msec so just use timeout_add_msec() insteadClaudio Jeker
2018-12-07We are not going to send a neighbor advertisement from a non-masterFlorian Obser
2018-12-06When building ND packets use m_align() to pack the mbuf as optimal asClaudio Jeker
2018-07-12Introduce RTM_CHGADDRATTR to inform userland on the route socket whenFlorian Obser
2018-06-11Push the KERNEL_LOCK() inside route_input().Martin Pieuchot
2017-11-23Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch().Martin Pieuchot
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-07-28Add an error argument to rtm_send() instead of rerolling it insideMartin Pieuchot
2017-07-11Purging is at last at hand. Day of Doom is here. All that is evilFlorian Obser
2017-07-05If we are sending a neighbor solicitation for a link local addressFlorian Obser
2017-06-08Notify userland when a new ND is reachable.Martin Pieuchot
2017-05-16Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().Martin Pieuchot
2017-02-09percpu counters for raw ipv6 and icmp6 statsJeremie Courreges-Anglas
2017-01-03Take the neighbor solicitation's source address from the packet toAlexander Bluhm
2016-12-22Remove all splsoftnet() from ND6 converting the non-recrusive ones toMartin Pieuchot
2016-12-21Use __func__ in debug log to reduce noise when grepping.Martin Pieuchot
2016-11-28Remove multiple recursive splsoftnet().Martin Pieuchot
2016-08-23Use rtalloc(9) directly instead of in6_selectsr() in NS/NA outputMartin Pieuchot
2016-08-22Sizes for free(9) from David Hill.Martin Pieuchot
2016-08-04Commit in6_selectsrc() split again, with missing assignment fixed.Vincent Gross
2016-07-22Revert in_selectsrc() refactoring, it breaks IPv6.Martin Pieuchot
2016-07-20Split in6_selectsrc() into a low-level part and a pcb-level part, andVincent Gross
2016-07-05Expand IN6_IFF_NOTREADY, ok bluhm@Martin Pieuchot
2016-06-15Kill nd6_output(), it doesn't do anything since the resolution logicMartin Pieuchot