aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* netinet6: cleanse safeguards against IFT_PFLOGGleb Smirnoff2026-06-291-3/+3
* nd6: Break pfxrtr_add out of nd6_prelist_addPouria Mousavizadeh Tehrani2026-04-171-1/+1
* netinet6: Fix memory leak on auto_linklocalPouria Mousavizadeh Tehrani2026-03-021-2/+2
* netinet6: Fix my style issuesGuido Falsi2026-02-071-13/+9
* netinet6: free in6_ifextra with epoch_call(9)Gleb Smirnoff2026-01-231-5/+20
* netinet6: embed struct scope6_id into struct in6_ifextraGleb Smirnoff2026-01-231-1/+0
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-231-6/+6
* netinet6: embed the counter(9) arrays in struct in6_ifextraGleb Smirnoff2026-01-231-2/+0
* in6_ifattach: include sys/eventhandler.h to unbreak NOVIMAGE buildsBjoern A. Zeeb2025-12-201-0/+1
* net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff2025-12-181-2/+37
* sys/netinet6: Use atomic(9) for dad_failures counterGuido Falsi2025-10-031-2/+4
* sys/netinet6: Fix ABI breakage introduced with RFC 7217 supportGuido Falsi2025-09-221-1/+1
* sys/netinet6: Implement RFC 7217Guido Falsi2025-09-201-42/+231
* sys/netinet6: Fix SLAAC for interfaces with no /64 LL addressReid Linnemann2025-09-051-4/+3
* inet6: RFC 8981 SLAAC Temporary Address ExtensionsFernando Gont2025-06-201-124/+0
* netinet6: Remove a set but not used global variable in6_maxmtuZhenlei Huang2025-05-211-6/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* 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: Mark several callouts as MPSAFEMark Johnston2021-08-091-1/+1
* in6: Enter the net epoch in in6_tmpaddrtimer()Mark Johnston2021-08-091-1/+3
* Remove per-packet ifa refcounting from IPv6 fast path.Alexander V. Chernikov2021-02-151-3/+1
* Map IPv6 link-local prefix to the link-local ifa.Alexander V. Chernikov2021-01-131-1/+4
* Make sure the multicast release tasks are properly drained whenHans Petter Selasky2020-08-101-1/+1
* Don't cover in6_ifattach() with network epoch, as it may call intoGleb Smirnoff2019-10-131-3/+11
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-29/+12
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-251-0/+2
* poib: assign link-local address according to RFCKonstantin Belousov2019-04-231-0/+8
* Do not perform DAD on stf(4) interfaces.Mark Johnston2019-03-301-0/+1
* Fix refcounting leaks in IPv6 MLD code leading to loss of IPv6Hans Petter Selasky2019-01-241-25/+4
* When detaching a network interface drain the workqueue freeing the inm'sHans Petter Selasky2019-01-241-0/+7
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-13/+15
* in6_ifattach_linklocal: handle immediate removal of the new LLAEric van Gyzen2018-11-081-3/+10
* Fix in6_multi double freeMatt Macy2018-08-151-0/+1
* Remove stale comment. in6_ifdetach() can be called from placesAndrey V. Elsukov2018-06-141-1/+0
* UDP: further performance improvements on txMatt Macy2018-05-231-2/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+3
* r333175 introduced deferred deletion of multicast addresses in order to permi...Matt Macy2018-05-061-6/+9
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-021-11/+7
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-20/+0
* Remove support for FDDI networks.Brooks Davis2018-04-111-1/+0
* Remove infrastructure for token-ring networks.Brooks Davis2018-03-281-1/+0
* Assign IPv6 link-local address to loopback interfaces whith unit > 0.Andrey V. Elsukov2018-01-291-22/+11
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk2017-01-281-1/+0
* Lock the ND prefix list and add refcounting for prefixes.Mark Johnston2016-10-071-17/+8
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-10/+38
* Mfp4 @180378:Bjoern A. Zeeb2016-03-221-0/+26
* Remove IN6_IFF_NOPFX. This flag was no longer used.Hiroki Sato2015-09-101-3/+0
* - Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopbackHiroki Sato2015-08-241-3/+0