summaryrefslogtreecommitdiff
path: root/sys/netinet6/send.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-31IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits
2022-08-17protosw: refactor protosw and domain static declaration and loadGleb Smirnoff
2021-07-28socket: Implement SO_RERRORRoy Marples
2021-05-12Fix mbuf leaks in various pru_send implementationsMark Johnston
2021-05-03Add missing sockaddr length and family validation to various protocolsMark Johnston
2021-02-15Remove per-packet ifa refcounting from IPv6 fast path.Alexander V. Chernikov
2021-02-15Enforce net epoch in in6_selectsrc().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
2018-07-24Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-02Hide struct socket and struct unpcb from the userland.Gleb Smirnoff
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2013-12-17Free mbuf in case of error.Andrey V. Elsukov
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2013-08-25Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston
2013-08-19Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2010-11-22After some off-list discussion, revert a number of changes to theDimitry Andric
2010-11-14Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric
2010-08-19MFp4: anchie_soc2009 branch:Ana Kukec