summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-12-02netinet: Remove left-over sys/cdefs.hWarner Losh
2025-09-20sys/netinet6: Implement RFC 7217Guido Falsi
2025-09-15ip6: add SO_BINTIME supportJonathan T. Looney
2025-06-20inet6: RFC 8981 SLAAC Temporary Address ExtensionsMarek Zarychta
2025-01-16ip: Defer checks for an unspecified dstaddr until after pfil hooksMark Johnston
2024-04-08netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost
2024-01-29pfil: PFIL_PASS never frees the mbufKristof Provost
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-31netinet*: Fix redirects for connections from localhostDoug Rabson
2023-03-24inet6: Include if_private.h in one more netstack fileJustin Hibbits
2022-10-03netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff
2022-10-03netinet*: use sparse C99 initializer for inetctlerrmapGleb Smirnoff
2022-10-03netinet6: retire ip6protosw.hGleb Smirnoff
2022-10-03netinet*: move ipproto_register() and co to ip_var.h and ip6_var.hGleb Smirnoff
2022-09-08net: employ newly added pfil_mbuf_{in,out} where approriateMateusz Guzik
2022-09-07net: remove stale altq_input referenceMateusz Guzik
2022-08-17ip6_input: explicitly include <sys/eventhandler.h>Gleb Smirnoff
2022-08-17protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff
2022-08-17protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff
2022-07-10netinet6: fix interface handling for loopback trafficAlexander V. Chernikov
2022-07-05netinet6: perform out-of-bounds check for loX multicast statisticsAlexander V. Chernikov
2022-05-17sockbuf: improve sbcreatecontrol()Gleb Smirnoff
2022-05-17sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff
2022-01-03protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff
2021-11-12Add net.inet6.ip6.source_address_validationGleb Smirnoff
2021-07-28socket: Implement SO_RERRORRoy Marples
2021-03-10Flush remaining routes from the routing table during VNET shutdown.Alexander V. Chernikov
2021-02-15Remove per-packet ifa refcounting from IPv6 fast path.Alexander V. Chernikov
2021-02-08Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov
2021-02-08SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-06Update comment.Bjoern A. Zeeb
2019-12-06ip6_input: remove redundant v4mapped checkBjoern A. Zeeb
2019-12-01Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb
2019-11-15netinet6: Remove PULLDOWN_TESTs.Bjoern A. Zeeb
2019-11-12netinet*: update *mp to pass the proper value backBjoern A. Zeeb
2019-11-07netinet*: variable cleanupBjoern A. Zeeb
2019-10-21frag6: fix vnet teardown leakBjoern A. Zeeb
2019-09-19When processing an incoming IPv6 packet over the loopback interface whichMichael Tuexen
2019-08-02IPv6 cleanup: kernelBjoern A. Zeeb
2019-01-31New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff
2018-08-14Restore ability to send ICMP and ICMPv6 redirects.Andrey V. Elsukov
2018-07-30Make timespecadd(3) and friends publicAlan Somers
2018-05-23UDP: further performance improvements on txMatt Macy
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-03-23netpfil: Introduce PFIL_FWD flagKristof Provost
2018-02-05Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov