aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_nbr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use lltable_get_ifp() instead of direct access to lltable fields.Alexander V. Chernikov2016-01-011-2/+4
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-5/+17
* Revert r292275 & r292379Steven Hartland2015-12-171-121/+23
* Fix issues introduced by r292275Steven Hartland2015-12-161-1/+2
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-23/+120
* Remove LLE read lock from IPv6 fast path.Alexander V. Chernikov2015-12-131-2/+10
* Unify setting lladdr for AF_INET[6].Alexander V. Chernikov2015-11-071-4/+2
* - Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_timer(). ThisHiroki Sato2015-10-031-18/+22
* Eliminate nd6_nud_hint() and its TCP bindings.Alexander V. Chernikov2015-09-271-6/+4
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()Alexander V. Chernikov2015-09-211-23/+8