aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_nbr.c
Commit message (Expand)AuthorAgeFilesLines
* netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost2024-04-081-2/+2
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-241-0/+7
* netinet6: Fix two typos in source code commentsGordon Bergling2024-01-221-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* carp: use nd6log() macro to log debug messagesAndrey V. Elsukov2023-06-281-4/+4
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* carp: fix regression panic from ccd69bd573fGleb Smirnoff2022-10-171-1/+2
* Ignore IPv6 NA and drop IPv6 NS when BACKUP CARP address is usedAndrey V. Elsukov2022-10-061-16/+40
* netinet6: call lle_event eventhandler after updating stateAlexander V. Chernikov2022-09-051-1/+1
* netinet6: fix ndp proxyingKUROSAWA Takahiro2022-05-301-28/+29
* net: Fix LLE lock leaksMark Johnston2022-04-081-3/+1
* nd6: use CARP link level address in SLLAO for NS sent outThomas Steen Rasmussen2022-01-251-14/+24
* nd6: Make the DAD callout MPSAFEMark Johnston2021-09-071-51/+65
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-1/+5
* [lltable] Restructure nd6 code.Alexander V. Chernikov2021-08-071-9/+2
* Use lltable calculated header when sending lle holdchain after successful lle...Alexander V. Chernikov2021-08-051-6/+3
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-02-151-0/+4
* icmp6: Count packets dropped due to an invalid hop limitMark Johnston2020-10-191-2/+4
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove RADIX_MPATH headers, they were unused since r293159.Alexander V. Chernikov2020-04-111-4/+0
* Ignore ND6 neighbor advertisement received for static link-layer entries.Andrey V. Elsukov2020-04-011-0/+6
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-8/+12
* netinet6: Remove PULLDOWN_TESTs.Bjoern A. Zeeb2019-11-151-17/+10
* netinet*: variable cleanupBjoern A. Zeeb2019-11-071-42/+53
* Execute nd6_dad_timer() in the network epoch, since nd6_dad_duplicated()Gleb Smirnoff2019-10-221-5/+8
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-4/+8
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-2/+3
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-4/+4
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Remove support for FDDI networks.Brooks Davis2018-04-111-2/+0
* Remove infrastructure for token-ring networks.Brooks Davis2018-03-281-1/+0
* This change adds a flag to the DAD entry to indicate whether it isJonathan T. Looney2018-03-241-13/+17
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-7/+1
* Silence clang analyzer false positive.Alexander Kabaev2017-12-231-1/+2
* Follow the RFC6980 and silently ignore following IPv6 NDP messagesAndrey V. Elsukov2017-12-151-0/+8
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Constrain IPv6 routes to single FIBs when net.add_addr_allfibs=0Alan Somers2017-03-171-4/+3
* Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk2017-01-281-2/+0
* nd6_dad_timer(): don't assert that the address is tentative.Mark Johnston2016-10-011-2/+7
* Convert checks in nd6_dad_start() and nd6_dad_timer() to assertions.Mark Johnston2016-09-241-37/+15
* Always start IPv6 DAD asynchronously.Mark Johnston2016-06-021-7/+1
* Modify defrouter_remove() to perform the router lookup before removal.Mark Johnston2016-03-171-21/+10
* Lock the NDP default router list and count defrouter references.Mark Johnston2016-02-251-16/+19
* Release the ref acquired in nd6_dad_find() if DAD is already in progress.Mark Johnston2016-02-181-2/+3
* Remove a bogus comment from nd6_na_input().Mark Johnston2016-02-121-6/+0
* Remove superfluous return statements from the neighbour discovery code.Mark Johnston2016-02-121-2/+0
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().Alexander V. Chernikov2016-01-101-25/+16
* Add rib_lookup_info() to provide API for retrieving individual routeAlexander V. Chernikov2016-01-041-28/+26
* Remove 'struct route_int6' argument from in6_selectsrc() andAlexander V. Chernikov2016-01-031-23/+4