aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* ndp: implement delayed anycast and proxy NAPouria Mousavizadeh Tehrani28 hours2-24/+57
* netinet6: Remove support for connecting to IN6ADDR_ANYEd Maste5 days1-17/+2
* ndp: Simplify and breakdown nd6_ra_input()Pouria Mousavizadeh Tehrani5 days2-150/+158
* ndp: Add support for Gratuitous Neighbor Discovery (GRAND)Pouria Mousavizadeh Tehrani5 days8-1/+227
* netinet6: Fix memory leak on auto_linklocalPouria Mousavizadeh Tehrani8 days1-2/+2
* icmp6: clear csum_flags on mbuf reuseTimo Völker2026-02-191-0/+1
* netinet6: spell Identifiers in the commentMaxim Konovalov2026-02-191-1/+1
* netinet6: Return EAFNOSUPPORT for non-IPv6 addresses in mcast sockopts.Bruce M Simpson2026-02-141-8/+11
* ip_mroute: Make the routing socket privateMark Johnston2026-02-136-25/+31
* netinet6: Add a struct socket declaration to ip6_var.hMark Johnston2026-02-121-1/+2
* ip6_mroute: Deindent some code in ip6_mdq()Mark Johnston2026-02-101-66/+68
* ip_mroute: Try to make function pointer declarations more consistentMark Johnston2026-02-105-2/+17
* sys/netinet6: switch net.inet6.ip6.use_stableaddr to on by defaultGuido Falsi2026-02-091-1/+1
* netinet6: Fix my style issuesGuido Falsi2026-02-071-13/+9
* ip6_mroute: Remove an unhelpful commentMark Johnston2026-02-021-4/+0
* ip6_mroute: Remove an unused constantMark Johnston2026-02-021-2/+0
* ip6_mroute: Fix the UPCALL_TIMING buildMark Johnston2026-02-021-1/+1
* ip6_mroute: Make MF6CFIND a regular functionMark Johnston2026-02-021-25/+20
* ip_mroute: Make privilege checking more consistentMark Johnston2026-02-022-6/+15
* ip6_mroute: Remove unnecessary castsMark Johnston2026-01-301-4/+3
* ip6_mroute: Mark functions as staticMark Johnston2026-01-301-10/+10
* netinet6: Disallow connections to IN6ADDR_ANYEd Maste2026-01-291-1/+1
* ip6: Remove support for RFC2675 (Jumbo Payload Option)Tom Jones2026-01-274-203/+42
* netinet6: free in6_ifextra with epoch_call(9)Gleb Smirnoff2026-01-232-5/+22
* netinet6: embed struct mld_ifsoftc into struct in6_ifextraGleb Smirnoff2026-01-235-65/+31
* netinet6: embed struct scope6_id into struct in6_ifextraGleb Smirnoff2026-01-235-28/+17
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-2311-166/+170
* netinet6: use in6_ifmtu() instead of IN6_LINKMTU() macroGleb Smirnoff2026-01-238-18/+16
* netinet6: embed the counter(9) arrays in struct in6_ifextraGleb Smirnoff2026-01-233-27/+17
* netinet6: embed struct nd_ifinfo into struct in6_ndireqGleb Smirnoff2026-01-231-18/+22
* ipv6: account for jumbo payload optionMichael Tuexen2026-01-161-0/+1
* netinet6: garbage collect OSIOCGIFINFO_IN6Gleb Smirnoff2026-01-154-34/+1
* in6: Modify address prefix lifetimes when updating address lifetimesMark Johnston2026-01-121-0/+22
* in6: Add a helper function to compute expiry timesMark Johnston2026-01-123-41/+22
* 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-1811-60/+79
* usb: don't create ifnet(9) for usbus devicesGleb Smirnoff2025-12-151-1/+0
* lltable: use own lockGleb Smirnoff2025-12-083-24/+21
* netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCK in defrtr_ipv6_only_ifpGleb Smirnoff2025-12-051-6/+9
* netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCKGleb Smirnoff2025-12-051-5/+9
* net: remove dom_ifmtuGleb Smirnoff2025-12-043-7/+3
* net: routing table attach never failsGleb Smirnoff2025-12-041-3/+0
* netinet: Remove left-over sys/cdefs.hWarner Losh2025-12-0325-25/+0
* rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin2025-11-221-0/+3
* ip: use standard C types for ECN helper functionsSeyed Pouria Mousavizadeh Tehrani2025-11-211-2/+2
* mld6: Properly initialize MLD packet optionsAndrey V. Elsukov2025-11-021-0/+1
* netinet6: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* ipv6: don't complain when deleting an address with prefix length of 128Andrey V. Elsukov2025-10-071-7/+7
* sys/netinet6: Use atomic(9) for dad_failures counterGuido Falsi2025-10-037-13/+16
* carp6: revise the generation of ND6 NAAndrey V. Elsukov2025-10-034-82/+99