aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/keysock.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* Rework key_sendup_mbuf() a bit:Andrey V. Elsukov2018-03-111-40/+20
* Add KASSERT to check that proper targed was used.Andrey V. Elsukov2018-03-111-0/+2
* Replace panic() with KASSERTs.Andrey V. Elsukov2018-03-111-4/+3
* Check that we have PF_KEY sockets before iterating over all RAW sockets.Andrey V. Elsukov2018-03-111-0/+5
* Remove obsoleted and unused key_sendup() function.Andrey V. Elsukov2018-03-111-84/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-4/+4
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-151-2/+2
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-4/+4
* Remove unneded mbuf length adjustment, M_PREPEND() already did that.Andrey V. Elsukov2015-05-191-2/+0
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Fix style(9) and remove m_freem(NULL).Andrey V. Elsukov2014-12-041-4/+3
* Remove __P() macro.Andrey V. Elsukov2014-12-031-1/+1
* ANSIfy function declarations.Andrey V. Elsukov2014-12-031-13/+3
* Remove unneded check. No need to do m_pullup to the size that we prepended.Andrey V. Elsukov2014-12-021-2/+0
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-1/+0
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-151-1/+1
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-1/+1
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,Andrey V. Elsukov2013-07-091-1/+6
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,Andrey V. Elsukov2013-06-201-24/+24
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-4/+4
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-14/+9
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+3
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-281-5/+0
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-2/+6
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+12
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-31/+32
* Remove unused support for local and foreign addresses in generic rawRobert Watson2008-07-091-3/+0
* Move the priv check before the malloc call for so_pcb.Bjoern A. Zeeb2007-11-161-6/+6
* Add a missing priv check in key_attach to prevent non-su usersBjoern A. Zeeb2007-11-121-0/+7
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-64/+25
* Fix build breakage from previous commit which confused key_abort and key_close.George V. Neville-Neil2006-07-221-1/+1
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-0/+12
* Remove unused variables s and error in key_detach. The previousDima Dorfman2006-04-041-1/+0
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-12/+8
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-6/+3
* Fix stack corruptions on amd64.Bjoern A. Zeeb2006-01-211-14/+2