summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_domain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace value with a constantdenis2018-06-231-3/+3
* Constify protocol tables and remove an assert now that ip_deliver() ismpi2017-11-231-11/+11
* Move NET_{,UN}LOCK into individual slowtimo functions.florian2017-10-291-5/+1
* Reduces the scope of the NET_LOCK() in sysctl(2) path.mpi2017-10-091-3/+1
* Remove NET_LOCK()'s argument.mpi2017-08-111-10/+10
* Kill option KEY, it is a useless knob, nobody uses pfkeyv2 without IPSEC orclaudio2017-05-271-2/+2
* Convert a splsoftnet()/splx() dance to NET_ASSERT_LOCKED().mpi2017-05-091-4/+4
* Retire the AF_MPLS protosw struct. Nothing is using it and the code was superclaudio2017-02-271-12/+6
* Grab the NET_LOCK() in so{s,g}etopt(), pffasttimo() and pfslowtimo().mpi2016-12-201-7/+7
* A NET_LOCK() was is missing in tcp_sysctl() which shows up as splbluhm2016-12-201-8/+16
* Enforce that pr_ctlinput, pr_slowtimo and pr_fasttimo are calledmpi2016-11-221-4/+10
* replace the XXX next to setting link_maxhdr with an explanationdlg2016-03-031-2/+9
* bump link_maxhdr up from 16 to 64dlg2016-03-031-3/+3
* Make every subsystem using a radix tree call rn_init() and pass thempi2015-09-041-3/+3
* Use a global table for domains instead of building a list at run time.mpi2015-08-301-31/+37
* manage spd entries by using the radix api directly instead ofblambert2015-07-171-13/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-231-3/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* "It's not the years, honey; it's the mileage."tedu2014-07-111-5/+1
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-2/+1
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-3/+1
* Remove max_datalen. It is only used once an can be replaced easily withclaudio2014-01-191-2/+1
* tedu netnatm and ueagle(4).mpi2013-08-201-4/+1
* begone, fucking rotten appletalk shit. ok roomhenning2011-07-091-4/+1
* Include PIPEX in kernel by default. And add new sysctl variableyasuoka2011-07-081-1/+6
* timeout_add -> timeout_add_msecblambert2010-07-021-3/+3
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-2/+2
* netstat statistics for pflow(4) via pseudo familygollo2008-09-161-1/+7
* Import MPLS (Multi Protocol Label Switching)norby2008-04-231-1/+11
* remove remaining IPX hooks. all inside #ifdef IPX, so no actual changehenning2007-06-061-4/+1
* allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC tohenning2007-01-181-4/+4
* nuke code that has been dead for so long that it stinks. claudio okhenning2006-06-151-7/+1
* bye bye netnshenning2005-06-081-4/+1
* remove CCITT handlinghenning2005-06-071-4/+1
* First step in Bluetooth protocol stack support.grange2005-01-141-1/+5
* introduce pffinddomain(), to find a domain by family.pat2004-11-271-48/+47
* remove special handling of PF_KEY in net_sysctl; ok deraadtmarkus2004-11-251-18/+2
* Kill more netiso ghosts.grange2004-09-151-4/+1
* use NULL for ptrs. parts from Joris Vinktedu2004-04-011-6/+6
* sysctl knob for bpf tunables. some tips from canacar@tedu2004-02-241-1/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)jason2003-05-121-1/+3
* First round of __P removal in sysmillert2002-03-141-4/+4
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* NATM domain; stoklund@taxidriver.dkderaadt2000-09-121-1/+4
* Use new timeouts for pfslowtimo and pffasttimo.art2000-03-231-11/+18
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-7/+34
* make option IPSEC imply option KEYniklas1999-03-301-5/+5
* Disable encap domain.angelos1999-02-241-4/+1