| Commit message (Expand) | Author | Age | Files | Lines |
| * | netinet6: Add a definition of struct ip6_hdr_pseudo{} for OCF compatibility. | Bruce M Simpson | 2026-08-03 | 1 | -0/+18 |
| * | netinet6: Remove unused rip6_usrreqs declaration | Yusuke Ichiki | 2026-07-10 | 1 | -2/+0 |
| * | ndp: Add support for Gratuitous Neighbor Discovery (GRAND) | Pouria Mousavizadeh Tehrani | 2026-03-05 | 1 | -0/+2 |
| * | netinet6: Add a struct socket declaration to ip6_var.h | Mark Johnston | 2026-02-12 | 1 | -1/+2 |
| * | ip_mroute: Try to make function pointer declarations more consistent | Mark Johnston | 2026-02-10 | 1 | -2/+0 |
| * | ip6: Remove support for RFC2675 (Jumbo Payload Option) | Tom Jones | 2026-01-27 | 1 | -2/+1 |
| * | sys/netinet6: Use atomic(9) for dad_failures counter | Guido Falsi | 2025-10-03 | 1 | -1/+1 |
| * | carp6: revise the generation of ND6 NA | Andrey V. Elsukov | 2025-10-03 | 1 | -0/+2 |
| * | sys/netinet6: Implement RFC 7217 | Guido Falsi | 2025-09-20 | 1 | -0/+12 |
| * | vm_lowmem: Fix signature mismatches in vm_lowmem callbacks | SHENGYI HONG | 2025-03-05 | 1 | -1/+1 |
| * | netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats counters | Kristof Provost | 2024-04-08 | 1 | -4/+13 |
| * | icmp6: move ICMPv6 related tunables to the files where they are used | Gleb Smirnoff | 2024-03-24 | 1 | -5/+0 |
| * | ip6_output: Reduce cache misses on pktopts | Andrew Gallatin | 2024-03-20 | 1 | -19/+37 |
| * | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
| * | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Fix MINIMAL build | Kristof Provost | 2023-07-14 | 1 | -0/+1 |
| * | netinet6: make IPv6 fragment TTL per-VNET configurable. | Alexander V. Chernikov | 2023-06-01 | 1 | -1/+1 |
| * | netinet*: Fix redirects for connections from localhost | Doug Rabson | 2023-05-31 | 1 | -0/+4 |
| * | net.inet6.ip6.log_interval: use ppsratecheck(9) internally | Pawel Biernacki | 2023-03-13 | 1 | -4/+2 |
| * | netinet6: allow disabling excess log messages | Pawel Biernacki | 2023-03-13 | 1 | -0/+3 |
| * | netinet*: remove PRC_ constants and streamline ICMP processing | Gleb Smirnoff | 2022-10-04 | 1 | -6/+5 |
| * | netinet*: de-void control input IP protocol methods | Gleb Smirnoff | 2022-10-04 | 1 | -3/+6 |
| * | netinet6: retire ip6protosw.h | Gleb Smirnoff | 2022-10-04 | 1 | -0/+29 |
| * | netinet*: move ipproto_register() and co to ip_var.h and ip6_var.h | Gleb Smirnoff | 2022-10-04 | 1 | -0/+10 |
| * | frag6: use callout(9) directly instead of pr_slowtimo | Gleb Smirnoff | 2022-08-17 | 1 | -1/+0 |
| * | protosw: separate pr_input and pr_ctlinput out of protosw | Gleb Smirnoff | 2022-08-17 | 1 | -4/+0 |
| * | raw ip6: merge rip6_output() into rip6_send() | Gleb Smirnoff | 2022-08-11 | 1 | -1/+0 |
| * | protocols: init with standard SYSINIT(9) or VNET_SYSINIT | Gleb Smirnoff | 2022-01-03 | 1 | -1/+0 |
| * | Convert route caching to nexthop caching. | Alexander V. Chernikov | 2020-04-25 | 1 | -1/+1 |
| * | ip6: retire in6_selectroute_fib() as promised 8 years ago | Bjoern A. Zeeb | 2020-03-03 | 1 | -4/+1 |
| * | frag6: replace KAME hand-rolled queues with queue(9) TAILQs | Bjoern A. Zeeb | 2019-10-23 | 1 | -5/+7 |
| * | frag6: fix vnet teardown leak | Bjoern A. Zeeb | 2019-10-21 | 1 | -0/+1 |
| * | frag6: move public structure into file local space. | Bjoern A. Zeeb | 2019-08-08 | 1 | -15/+1 |
| * | frag6.c: move variables and sysctls into local file | Bjoern A. Zeeb | 2019-08-02 | 1 | -10/+0 |
| * | Convert all IPv4 and IPv6 multicast memberships into using a STAILQ | Hans Petter Selasky | 2019-06-25 | 1 | -6/+5 |
| * | Add stat counter for ipv6 atomic fragments | Tom Jones | 2019-04-19 | 1 | -0/+1 |
| * | Update for IETF draft-ietf-6man-ipv6only-flag. | Bjoern A. Zeeb | 2019-03-06 | 1 | -0/+5 |
| * | New pfil(9) KPI together with newborn pfil API and control utility. | Gleb Smirnoff | 2019-01-31 | 1 | -2/+4 |
| * | Implement a limit on on the number of IPv6 reassembly queues per bucket. | Jonathan T. Looney | 2018-08-14 | 1 | -0/+3 |
| * | Add a limit of the number of fragments per IPv6 packet. | Jonathan T. Looney | 2018-08-14 | 1 | -0/+2 |
| * | Make the IPv6 fragment limits be global, rather than per-VNET, limits. | Jonathan T. Looney | 2018-08-14 | 1 | -2/+1 |
| * | ip(6)_freemoptions: defer imo destruction to epoch callback task | Matt Macy | 2018-05-20 | 1 | -0/+3 |
| * | Modify ip6_get_prevhdr() to be able use it safely. | Andrey V. Elsukov | 2018-02-05 | 1 | -1/+1 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | The pr_destroy field does not allow us to run the teardown code in a | Bjoern A. Zeeb | 2016-06-01 | 1 | -3/+0 |
| * | New way to manage reference counting of mbuf external storage. | Gleb Smirnoff | 2016-03-01 | 1 | -1/+1 |
| * | Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). | Alexander V. Chernikov | 2016-01-10 | 1 | -3/+4 |
| * | Remove 'struct route_int6' argument from in6_selectsrc() and | Alexander V. Chernikov | 2016-01-03 | 1 | -1/+1 |
| * | [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve... | Adrian Chadd | 2015-11-06 | 1 | -0/+9 |