aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* sctp: remove duplicate codeMichael Tuexen2023-08-081-47/+1
* sctp: cleanupMichael Tuexen2023-08-081-8/+1
* frag6: Avoid a possible integer overflow in fragment handlingJonathan T. Looney2023-08-011-0/+5
* inpcb: do not copy so_options into inp_flags2Gleb Smirnoff2023-07-272-33/+6
* gif(4): Revert in{,6}_gif_output() misalignment handlingMarius Strobl2023-07-261-17/+2
* mac_ipacl: new MAC policy module to limit jail/vnet IP configurationShivank Garg2023-07-261-0/+10
* mld: always commit state changes on leavingKristof Provost2023-07-241-13/+7
* ip output: ensure that mbufs are mapped if ipsec is enabledKonstantin Belousov2023-07-211-0/+6
* Fix MINIMAL buildKristof Provost2023-07-141-0/+1
* netinet[6]: make in[6]_control use ucred instead of td.Alexander V. Chernikov2023-07-012-11/+20
* carp: use nd6log() macro to log debug messagesAndrey V. Elsukov2023-06-281-4/+4
* netinet6: Implement in6_cksum_partial() using m_apply()Mark Johnston2023-06-232-167/+139
* netinet6: make IPv6 fragment TTL per-VNET configurable.Alexander V. Chernikov2023-06-012-6/+60
* ifnet: consistently call hooks when the interface gets up.Alexander V. Chernikov2023-06-011-0/+14
* netinet*: Fix redirects for connections from localhostDoug Rabson2023-05-312-0/+23
* inpcb: Restore missing validation of local addresses for jailed socketsMark Johnston2023-05-301-2/+4
* routing: plug mbuf leak for the packets hitting IPv6 blackhole routeAlexander V. Chernikov2023-05-171-3/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* ipv6: disable RFC 4620 nodeinfo by defaultEd Maste2023-04-261-2/+1
* inpcb: Avoid inp_cred dereferences in SMR-protected lookupMark Johnston2023-04-202-15/+115
* inpcb: Move inpcb matching logic into separate functionsMark Johnston2023-04-201-19/+47
* inpcb: Split PCB hash tablesMark Johnston2023-04-201-20/+20
* inet6: protect address manipulation with a lockMateusz Guzik2023-03-301-0/+9
* inet6: Include if_private.h in one more netstack fileJustin Hibbits2023-03-241-0/+1
* pf: distinguish forwarding and output cases for pf_refragment6()Kristof Provost2023-03-161-1/+1
* jail: convert several functions from int to boolMina Galić2023-03-151-14/+12
* udp: Fix a memory leak in udp6_send()Mark Johnston2023-03-141-2/+2
* net.inet6.ip6.log_interval: use ppsratecheck(9) internallyPawel Biernacki2023-03-134-15/+21
* netinet6: allow disabling excess log messagesPawel Biernacki2023-03-134-3/+14
* netinet: Disallow unspecified addresses in ICMP-embedded packetsMark Johnston2023-03-131-0/+8
* netinet: Tighten checks for unspecified source addressesMark Johnston2023-03-061-0/+2
* netinet: Remove the IP(V6)_RSS_LISTEN_BUCKET socket optionMark Johnston2023-02-282-18/+2
* netinet: Remove IP(V6)_BINDMULTIMark Johnston2023-02-273-26/+2
* inpcb: use family specific sockaddr argument for bind functionsGleb Smirnoff2023-02-153-13/+8
* inpcb: Split in_pcblookup_hash_locked() and clean up a bitMark Johnston2023-02-092-101/+106
* inpcb: immediately return matching pcb on lookupGleb Smirnoff2023-02-071-15/+3
* inpcb: use family specific sockaddr argument for connect functionsGleb Smirnoff2023-02-033-6/+5
* netinet6: require network epoch for in6_pcbconnect()Gleb Smirnoff2023-02-032-8/+6
* inpcb: merge two versions of in6_pcbconnect() into oneGleb Smirnoff2023-02-033-13/+4
* pcb: Move an assignment into in_pcbdisconnect()Mark Johnston2023-02-032-4/+2
* inpcb: Assert against wildcard addrs in in_pcblookup_hash_locked()Mark Johnston2023-02-031-0/+4
* inpcb: Deduplicate some assertionsMark Johnston2023-02-031-12/+5
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-3122-1/+22
* IfAPI: Hide the in6m_lookup_locked() implementation.Justin Hibbits2023-01-312-24/+27
* udp: don't forget to initialize udpcb for UDPv6Gleb Smirnoff2023-01-261-1/+4
* netinet6: honor blackhole/unreach routes in the non-fastforwading code.Alexander V. Chernikov2023-01-221-0/+9
* ip_gre: Fix a common typo in source code commentsGordon Bergling2023-01-191-1/+1
* nd6: fix panic in lltable_drop_entry_queue()Alexander V. Chernikov2023-01-151-3/+6
* inet6: Fix LINT buildJustin Hibbits2022-12-201-2/+2