aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* sockets: garbage collect PRCOREQUESTS and stale commentGleb Smirnoff2024-05-071-2/+2
* icmp: correct the assertion that checks limit + jitterGleb Smirnoff2024-04-081-1/+1
* netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost2024-04-081-5/+5
* icmp: allow zero value for ICMP limitsGleb Smirnoff2024-03-251-1/+1
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2024-03-241-23/+162
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-241-5/+29
* icmp6: rate limit our echo repliesGleb Smirnoff2024-03-241-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2024-03-241-3/+2
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* netinet: Disallow unspecified addresses in ICMP-embedded packetsMark Johnston2023-03-131-0/+8
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* pf: apply the network stack's ICMP rate limiting to ICMP errors sent by pfKristof Provost2022-10-141-2/+1
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-43/+57
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-041-3/+2
* netinet6: retire ip6protosw.hGleb Smirnoff2022-10-041-1/+0
* mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimoGleb Smirnoff2022-08-171-14/+0
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-7/+3
* netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirectGleb Smirnoff2022-08-121-10/+0
* icmp6: Improve validation of PMTUKornel Dulęba2022-07-271-1/+6
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-108/+63
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-63/+108
* SMR protection for inpcbsGleb Smirnoff2021-12-021-108/+63
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-1/+1
* socket: Implement SO_RERRORRoy Marples2021-07-281-4/+2
* Remove per-packet ifa refcounting from IPv6 fast path.Alexander V. Chernikov2021-02-151-6/+2
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-02-151-0/+3
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-2/+4
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-4/+2
* Fix use-after-free in icmp6_notify_error().Alexander V. Chernikov2020-10-281-9/+5
* icmp6: Count packets dropped due to an invalid hop limitMark Johnston2020-10-191-1/+2
* Fix IPv6 regression introduced by r362900.Alexander V. Chernikov2020-07-031-1/+1
* Complete conversions from fib<4|6>_lookup_nh_<basic|ext> to fib<4|6>_lookup().Alexander V. Chernikov2020-07-021-10/+11
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-011-0/+1
* Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov2020-06-011-1/+0
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-011-0/+1
* Use fib[46]_lookup() in mtu calculations.Alexander V. Chernikov2020-05-281-0/+2
* Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection toAlexander V. Chernikov2020-04-141-6/+7
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-221-4/+4
* Make icmp6_reflect() static.Bjoern A. Zeeb2019-12-031-1/+2
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-57/+86
* icmpv6: Fix mbuf change in mldBjoern A. Zeeb2019-11-181-1/+1
* netinet6: Remove PULLDOWN_TESTs.Bjoern A. Zeeb2019-11-151-136/+82
* netinet*: update *mp to pass the proper value backBjoern A. Zeeb2019-11-121-4/+12
* Remove unnecessary recursive epoch enter via INP_INFO_RLOCKGleb Smirnoff2019-11-071-3/+2
* netinet*: variable cleanupBjoern A. Zeeb2019-11-071-23/+25
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-12/+4
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-14/+14
* Fix hostname to be returned in an ICMPv6 NI Reply message definedHiroki Sato2019-05-161-14/+19
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-13/+11