aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_var.h
Commit message (Expand)AuthorAgeFilesLines
* netinet6: Add a definition of struct ip6_hdr_pseudo{} for OCF compatibility.Bruce M Simpson2026-08-031-0/+18
* netinet6: Remove unused rip6_usrreqs declarationYusuke Ichiki2026-07-101-2/+0
* ndp: Add support for Gratuitous Neighbor Discovery (GRAND)Pouria Mousavizadeh Tehrani2026-03-051-0/+2
* netinet6: Add a struct socket declaration to ip6_var.hMark Johnston2026-02-121-1/+2
* ip_mroute: Try to make function pointer declarations more consistentMark Johnston2026-02-101-2/+0
* ip6: Remove support for RFC2675 (Jumbo Payload Option)Tom Jones2026-01-271-2/+1
* sys/netinet6: Use atomic(9) for dad_failures counterGuido Falsi2025-10-031-1/+1
* carp6: revise the generation of ND6 NAAndrey V. Elsukov2025-10-031-0/+2
* sys/netinet6: Implement RFC 7217Guido Falsi2025-09-201-0/+12
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-051-1/+1
* netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost2024-04-081-4/+13
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-241-5/+0
* ip6_output: Reduce cache misses on pktoptsAndrew Gallatin2024-03-201-19/+37
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Fix MINIMAL buildKristof Provost2023-07-141-0/+1
* netinet6: make IPv6 fragment TTL per-VNET configurable.Alexander V. Chernikov2023-06-011-1/+1
* netinet*: Fix redirects for connections from localhostDoug Rabson2023-05-311-0/+4
* net.inet6.ip6.log_interval: use ppsratecheck(9) internallyPawel Biernacki2023-03-131-4/+2
* netinet6: allow disabling excess log messagesPawel Biernacki2023-03-131-0/+3
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-6/+5
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-041-3/+6
* netinet6: retire ip6protosw.hGleb Smirnoff2022-10-041-0/+29
* netinet*: move ipproto_register() and co to ip_var.h and ip6_var.hGleb Smirnoff2022-10-041-0/+10
* frag6: use callout(9) directly instead of pr_slowtimoGleb Smirnoff2022-08-171-1/+0
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-4/+0
* raw ip6: merge rip6_output() into rip6_send()Gleb Smirnoff2022-08-111-1/+0
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-1/+0
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-1/+1
* ip6: retire in6_selectroute_fib() as promised 8 years agoBjoern A. Zeeb2020-03-031-4/+1
* frag6: replace KAME hand-rolled queues with queue(9) TAILQsBjoern A. Zeeb2019-10-231-5/+7
* frag6: fix vnet teardown leakBjoern A. Zeeb2019-10-211-0/+1
* frag6: move public structure into file local space.Bjoern A. Zeeb2019-08-081-15/+1
* frag6.c: move variables and sysctls into local fileBjoern A. Zeeb2019-08-021-10/+0
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-251-6/+5
* Add stat counter for ipv6 atomic fragmentsTom Jones2019-04-191-0/+1
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-061-0/+5
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-2/+4
* Implement a limit on on the number of IPv6 reassembly queues per bucket.Jonathan T. Looney2018-08-141-0/+3
* Add a limit of the number of fragments per IPv6 packet.Jonathan T. Looney2018-08-141-0/+2
* Make the IPv6 fragment limits be global, rather than per-VNET, limits.Jonathan T. Looney2018-08-141-2/+1
* ip(6)_freemoptions: defer imo destruction to epoch callback taskMatt Macy2018-05-201-0/+3
* Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov2018-02-051-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-3/+0
* New way to manage reference counting of mbuf external storage.Gleb Smirnoff2016-03-011-1/+1
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().Alexander V. Chernikov2016-01-101-3/+4
* Remove 'struct route_int6' argument from in6_selectsrc() andAlexander V. Chernikov2016-01-031-1/+1
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...Adrian Chadd2015-11-061-0/+9