summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* Remove RADIX_MPATH config option.Alexander V. Chernikov2020-11-291-5/+1
* IPv6: set ifdisabled in the kernel rather than in rcBjoern A. Zeeb2020-11-251-1/+8
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-0/+5
* Rework part of routing code to reduce difference to D26449.Alexander V. Chernikov2020-09-211-10/+15
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-16/+2
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-211-1/+2
* Temporarly revert r363319 to unbreak the build.Alexander V. Chernikov2020-07-191-2/+1
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-191-1/+2
* Switch inet6 default route subscription to the new rib subscription api.Alexander V. Chernikov2020-07-121-25/+7
* Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov2020-05-231-0/+3
* IPv6: Fix a panic in the nd6 code with unmapped mbufs.Andrew Gallatin2020-05-121-3/+21
* Add nhop to the ifa_rtrequest() callback.Alexander V. Chernikov2020-04-291-4/+4
* Move route_temporal.c and route_var.h to net/route.Alexander V. Chernikov2020-04-281-1/+1
* Move struct rtentry definition to nhop_var.h.Alexander V. Chernikov2020-04-281-0/+1
* Convert rtentry field accesses into nhop field accesses.Alexander V. Chernikov2020-04-231-9/+6
* Add nhop parameter to rti_filter callback.Alexander V. Chernikov2020-04-161-2/+4
* nd6: sysctlBjoern A. Zeeb2019-11-191-12/+10
* nd6: make nd6_timer_ch staticBjoern A. Zeeb2019-11-191-1/+1
* nd6: retire defrouter_select(), use _fib() variant.Bjoern A. Zeeb2019-11-161-2/+2
* nd6: simplify codeBjoern A. Zeeb2019-11-151-7/+1
* nd6: make nd6_alloc() file staticBjoern A. Zeeb2019-11-131-1/+1
* nd6 defrouter: consolidate nd_defrouter manipulations in nd6_rtr.cBjoern A. Zeeb2019-11-131-98/+8
* In nd6_timer() enter the network epoch earlier. The defrouter_del() mayGleb Smirnoff2019-11-041-1/+1
* Don't cover in6_ifattach() with network epoch, as it may call intoGleb Smirnoff2019-10-131-2/+6
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-24/+17
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Do not perform DAD on stf(4) interfaces.Mark Johnston2019-03-301-5/+7
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-071-1/+4
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-26/+37
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-3/+3
* UDP: further performance improvements on txMatt Macy2018-05-231-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-8/+8
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-12/+2
* Remove support for FDDI networks.Brooks Davis2018-04-111-7/+1
* Remove infrastructure for token-ring networks.Brooks Davis2018-03-281-5/+0
* ND6: Set the correct state for new neighbor cache entriesEric van Gyzen2018-01-291-2/+3
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-10/+5
* 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-28/+44
* Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk2017-01-281-2/+0
* Release the ND6 list lock before making a prefix off-link in nd6_timer().Mark Johnston2017-01-081-14/+10
* Lock the ND prefix list and add refcounting for prefixes.Mark Johnston2016-10-071-42/+97
* Use a const reference to prefixes in nd6_is_new_addr_neighbor().Mark Johnston2016-10-071-2/+2
* Rename ndpr_refcnt to ndpr_addrcnt.Mark Johnston2016-09-241-2/+2
* Fix per-connection L2 caching in fast pathMike Karels2016-07-221-2/+9
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+12
* Move the callout_reset() to the end of the work not having it stickBjoern A. Zeeb2016-06-061-3/+4
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-5/+11
* Mark the prefix and default router list sysctl handlers MPSAFE.Mark Johnston2016-05-231-6/+9
* Acquire the nd6 lock in the prefix list sysctl handler.Mark Johnston2016-05-231-6/+9