aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is activeBojan Novković2026-07-222-3/+6
* nd6: Add router address and DHCPv6-PD flags in PIO headersPouria Mousavizadeh Tehrani2026-07-162-1/+6
* inpcb: return ENOMEM if bind(2) fails to allocate lbgroupGleb Smirnoff2026-07-151-4/+6
* inpcb: do not set INP_ANONPORT until successful operationGleb Smirnoff2026-07-151-2/+2
* routing: Subscribe nhops to ifnet link eventsPouria Mousavizadeh Tehrani2026-07-111-3/+3
* netinet6: Remove unused rip6_usrreqs declarationYusuke Ichiki2026-07-101-2/+0
* netinet6: Fix ND link-layer address option layout for IPoIBVinícius Ferrão2026-07-094-23/+58
* netinet6: further refactor in6_pcbconnect()Gleb Smirnoff2026-07-071-15/+19
* inpcb: use correct mask in in6_pcblookup_lbgroup()Gleb Smirnoff2026-07-011-1/+1
* netinet6: cleanse safeguards against IFT_PFLOGGleb Smirnoff2026-06-293-6/+5
* netinet6: refactor in6_pcbconnect()Gleb Smirnoff2026-06-251-17/+17
* socket: Tag all socket option comments consistentlyWarner Losh2026-06-171-4/+4
* in6_mcast: Fix a race in in6p_set_source_filter()Mark Johnston2026-06-091-22/+19
* ip6: Drop dead code in ip6_input_hbh()Mark Johnston2026-06-081-16/+4
* udp: Fix resource leaks in an error path in udp6_send()Mark Johnston2026-06-051-4/+2
* inpcb: update inpcb multipath routing information only on successGleb Smirnoff2026-05-281-9/+10
* inpcb: improve some internal function namesGleb Smirnoff2026-04-292-25/+23
* inpcb: remove always true condition in in_pcblookup_local()Gleb Smirnoff2026-04-211-2/+1
* nd6: Remove goto and unused condition in prelist_updatePouria Mousavizadeh Tehrani2026-04-171-28/+13
* nd6: Break nd6_prefix_lifetime_update out of prelist_updatePouria Mousavizadeh Tehrani2026-04-171-107/+100
* nd6: Remove anycast check in prelist_updatePouria Mousavizadeh Tehrani2026-04-171-19/+6
* nd6: Ignore entire PI if violates RFC 4862 section 5.5.3Pouria Mousavizadeh Tehrani2026-04-171-12/+10
* nd6: Change prelist_update return type to voidPouria Mousavizadeh Tehrani2026-04-171-29/+18
* nd6: Break pfxrtr_add out of nd6_prelist_addPouria Mousavizadeh Tehrani2026-04-174-13/+9
* nd6: Break nd6_prefix_update out of prelist_updatePouria Mousavizadeh Tehrani2026-04-171-37/+41
* nd6: Add support for route information (RFC 4191)Pouria Mousavizadeh Tehrani2026-04-163-2/+357
* ip_mroute: Fix a lock leak in X_ip_mforward()Mark Johnston2026-04-151-0/+4
* inpcb: make in6_pcbdisconnect() just like in_pcbdisconnect()Gleb Smirnoff2026-04-141-0/+3
* routing: Make ip[6]_tryforward() FIB-aware for local trafficPouria Mousavizadeh Tehrani2026-04-141-1/+1
* inpcb: move local address assignment out of in_pcbdisconnect()Gleb Smirnoff2026-04-122-1/+3
* inpcb: make in6_pcbsetport() acquire the hash lock internallyGleb Smirnoff2026-04-122-12/+18
* inpcb: make in_pcbconnect() acquire the hash lock internallyGleb Smirnoff2026-04-122-10/+11
* inpcb: make in_pcbbind() acquire the hash lock internallyGleb Smirnoff2026-04-122-8/+11
* inpcb: retire INP_DROPPED and in_pcbdrop()Gleb Smirnoff2026-04-121-4/+4
* netinet6: remove INP_DROPPED checks from setsockopt(2)Gleb Smirnoff2026-04-121-17/+0
* inpcb: make in_pcbdisconnect() acquire the hash lock internallyGleb Smirnoff2026-04-122-13/+2
* inpcb: retire the inpcb global listGleb Smirnoff2026-04-121-1/+3
* inpcb: apply smr_advance(9)/smr_wait(9) trick only to reusable socketsGleb Smirnoff2026-04-121-7/+8
* gif: use hashalloc(9)Gleb Smirnoff2026-04-121-6/+21
* inpcb: use hashalloc(9)Gleb Smirnoff2026-04-121-1/+1
* nd6: Remove DRAFT_IETF_6MAN_IPV6ONLY_FLAG and EXPERIMENTAL optionsPouria Mousavizadeh Tehrani2026-04-102-118/+0
* ip6_mroute: VNETify countersMark Johnston2026-04-081-8/+10
* Fix nooptions VIMAGE buildAndrew Gallatin2026-04-041-0/+1
* nd6: Fix delayed NA for proxy addressesPouria Mousavizadeh Tehrani2026-04-022-20/+53
* ip6_mroute: Fix the type name in sysctl_mfctable()Mark Johnston2026-04-011-1/+1
* ip6_mroute: Handle interface detach eventsMark Johnston2026-03-301-2/+67
* ip6_mroute: Pass the multicast interface number directly to del_m6if()Mark Johnston2026-03-301-13/+13
* ip6_mroute: Make ip6_mroute.h more self-containedMark Johnston2026-03-301-0/+3
* ip6_mroute: FIBifyMark Johnston2026-03-304-67/+85
* ip(6)_mroute: Grow the routing tables when the number of FIBs changesMark Johnston2026-03-301-3/+40