aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* netinet6: factor interface addition code to the dedicated functionAlexander V. Chernikov2022-09-271-138/+150
* Revert "routing: install prefix and loopback routes using new nhop-based KPI."Alexander V. Chernikov2022-08-291-34/+20
* routing: install prefix and loopback routes using new nhop-based KPI.Alexander V. Chernikov2022-08-291-20/+34
* mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimoGleb Smirnoff2022-08-171-2/+1
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-121-1/+1
* routing: fix panic for p2p interfaces after 800c68469ba6.Alexander V. Chernikov2022-08-031-0/+1
* netinet6: fix panic on kldunload pfsyncKristof Provost2022-06-011-0/+3
* netinet6: fix ndp proxyingKUROSAWA Takahiro2022-05-301-10/+101
* lltable: introduce the llt_post_resolved callbackKUROSAWA Takahiro2022-05-301-0/+7
* netinet6: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* net: Fix memory leaks in lltable_calc_llheader() error pathsMark Johnston2022-04-081-1/+1
* [lltable] Add per-family lltable getters.Alexander V. Chernikov2021-12-291-0/+11
* Add in_localip_fib(), in6_localip_fib().Gleb Smirnoff2021-11-121-0/+21
* lltable: fix crash introduced in c541bd368f86.Alexander V. Chernikov2021-08-221-3/+4
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-0/+5
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-041-20/+1
* Re-enable network ioctls in capability modeMark Johnston2021-04-231-4/+0
* capsicum: Limit socket operations in capability modeMark Johnston2021-04-071-0/+4
* Fix 'in6_purgeaddr: err=65, destination address delete failed' message.Alexander V. Chernikov2021-03-081-14/+18
* Remove per-packet ifa refcounting from IPv6 fast path.Alexander V. Chernikov2021-02-151-3/+4
* Do not reference returned ifa in in6_ifawithifp().Alexander V. Chernikov2021-02-141-11/+3
* Create new in6_purgeifaddr() which purges bound ifa prefix ifAlexander V. Chernikov2021-01-171-22/+31
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-161-5/+49
* Refactor rt_addrmsg() and rt_routemsg().Alexander V. Chernikov2021-01-071-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+1
* Make net.inet6.ip6.deembed_scopeid behaviour default & remove sysctl.Alexander V. Chernikov2020-08-151-2/+1
* Complete conversions from fib<4|6>_lookup_nh_<basic|ext> to fib<4|6>_lookup().Alexander V. Chernikov2020-07-021-4/+4
* Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff2020-01-151-2/+2
* Fix rtsock route message generation for interface addresses.Alexander V. Chernikov2020-01-071-18/+23
* in6: move includeBjoern A. Zeeb2019-11-191-2/+1
* in6ifa_llaonifp() is never called from fast path, so do not requireGleb Smirnoff2019-10-141-1/+3
* Don't cover in6_ifattach() with network epoch, as it may call intoGleb Smirnoff2019-10-131-1/+1
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-24/+11
* Do not perform DAD on stf(4) interfaces.Mark Johnston2019-03-301-17/+5
* Style.Mark Johnston2019-01-231-6/+3
* Fix an LLE lookup race.Mark Johnston2019-01-231-0/+12
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-24/+34
* Add ifaddr_event_ext event. It is similar to ifaddr_event, but theAndrey V. Elsukov2018-10-211-2/+6
* Move invoking of callout_stop(&lle->lle_timer) into llentry_free().Andrey V. Elsukov2018-07-171-3/+0
* CK: update consumers to use CK macros across the boardMatt Macy2018-05-241-5/+5
* UDP: further performance improvements on txMatt Macy2018-05-231-6/+10
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-13/+14
* Unwrap some not-so-long lines now that extra tabs been removed.Brooks Davis2018-05-151-8/+4
* Remove stray tabs in in6_lltable_dump_entry(). NFC.Brooks Davis2018-05-151-56/+56
* Fix for missing network interface address event when adding the default IPv6Hans Petter Selasky2018-05-081-3/+7
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-021-6/+33
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-2/+0
* Remove support for FDDI networks.Brooks Davis2018-04-111-2/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Document and enforce assumptions about struct (in6_)ifreq.Brooks Davis2018-03-301-0/+8