aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Fix nooptions VIMAGE buildAndrew Gallatin29 hours1-0/+1
* nd6: Fix delayed NA for proxy addressesPouria Mousavizadeh Tehrani4 days2-20/+53
* ip6_mroute: Fix the type name in sysctl_mfctable()Mark Johnston5 days1-1/+1
* ip6_mroute: Handle interface detach eventsMark Johnston7 days1-2/+67
* ip6_mroute: Pass the multicast interface number directly to del_m6if()Mark Johnston7 days1-13/+13
* ip6_mroute: Make ip6_mroute.h more self-containedMark Johnston7 days1-0/+3
* ip6_mroute: FIBifyMark Johnston7 days4-67/+85
* ip(6)_mroute: Grow the routing tables when the number of FIBs changesMark Johnston7 days1-3/+40
* ip6_mroute: Start putting global variables into a structureMark Johnston7 days1-162/+229
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani9 days8-29/+10
* in6_mcast: Acquire ref to ifp and exit epoch earlier in sysctlPouria Mousavizadeh Tehrani13 days1-4/+4
* ip6_input: Remove unused check for IPv4-compatible IPv6Pouria Mousavizadeh Tehrani2026-03-191-15/+0
* ndp: Accept multiple queued ND for non-GRAND NAsPouria Mousavizadeh Tehrani2026-03-192-53/+73
* ecn(9): Update ecn tunneling functions to RFC 6040Pouria Mousavizadeh Tehrani2026-03-191-5/+0
* ndp: don't send unsolicited NA for multicast addressPouria Mousavizadeh Tehrani2026-03-171-1/+2
* inpcb: remove a completely outdated commentGleb Smirnoff2026-03-131-11/+0
* ndp: fix late KASSERT in nd6_queue_timerPouria Mousavizadeh Tehrani2026-03-131-2/+4
* ndp: Fix free after use and exclude delayed proxyPouria Mousavizadeh Tehrani2026-03-131-10/+12
* ndp: implement delayed anycast and proxy NAPouria Mousavizadeh Tehrani2026-03-092-24/+57
* netinet6: Remove support for connecting to IN6ADDR_ANYEd Maste2026-03-051-17/+2
* ndp: Simplify and breakdown nd6_ra_input()Pouria Mousavizadeh Tehrani2026-03-052-150/+158
* ndp: Add support for Gratuitous Neighbor Discovery (GRAND)Pouria Mousavizadeh Tehrani2026-03-058-1/+227
* netinet6: Fix memory leak on auto_linklocalPouria Mousavizadeh Tehrani2026-03-021-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