aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* netinet6: Remove ndpr_raf_ra_derived flagHiroki Sato2025-06-121-5/+3
* netinet6: Remove a set but not used global variable in6_maxmtuZhenlei Huang2025-05-211-4/+0
* inet6: add the missing lock acquire to nd6_get_llentryMateusz Guzik2025-02-101-0/+1
* nd6: Fix the routing table subscriptionMark Johnston2024-07-251-3/+3
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-241-13/+31
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* nd6: fix panic in lltable_drop_entry_queue()Alexander V. Chernikov2023-01-151-3/+6
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-281-2/+2
* routing: constantify @rc in rib_decompose_notification().Alexander V. Chernikov2022-08-291-1/+1
* routing: make rib_add_redirect() use new nhop-based KPIAlexander V. Chernikov2022-08-291-5/+2
* netinet6: fix SIOCSPFXFLUSH_IN6 by skipping manually-configured prefixesAlexander V. Chernikov2022-08-241-3/+4
* netinet6: allow ND entries creation for all directly-reachableAlexander V. Chernikov2022-08-101-68/+22
* inet6(4): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* Adjust function definition in nd6.c to avoid clang 15 warningsDimitry Andric2022-07-261-1/+1
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2022-05-311-42/+11
* net: Fix memory leaks in lltable_calc_llheader() error pathsMark Johnston2022-04-081-1/+3
* inet6(4): Fix a few common typos in source code commentsGordon Bergling2021-08-281-2/+2
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-35/+141
* nd6: Mark several callouts as MPSAFEMark Johnston2021-08-091-2/+2
* [lltable] Restructure nd6 code.Alexander V. Chernikov2021-08-071-40/+74
* Use lltable calculated header when sending lle holdchain after successful lle...Alexander V. Chernikov2021-08-051-11/+19
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-041-24/+8
* base: remove if_wg(4) and associated utilities, manpageKyle Evans2021-03-171-2/+2
* if_wg: import latest fixup work from the wireguard-freebsd projectKyle Evans2021-03-151-2/+2
* arp/nd: Cope with late calls to iflladdr_eventKristof Provost2021-02-231-0/+2
* When we are about to send down to the driver layerRandall Stewart2021-01-271-0/+1
* Bump amount of queued packets in for unresolved ARP/NDP entries to 16.Alexander V. Chernikov2021-01-111-1/+1
* 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