summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_domain.c
AgeCommit message (Expand)Author
2019-07-03add the kernel side of net.link.ifrxq.pressure_return and pressure_dropDavid Gwynne
2018-06-23Replace value with a constantdenis
2017-11-23Constify protocol tables and remove an assert now that ip_deliver() isMartin Pieuchot
2017-10-29Move NET_{,UN}LOCK into individual slowtimo functions.Florian Obser
2017-10-09Reduces the scope of the NET_LOCK() in sysctl(2) path.Martin Pieuchot
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-05-27Kill option KEY, it is a useless knob, nobody uses pfkeyv2 without IPSEC orClaudio Jeker
2017-05-09Convert a splsoftnet()/splx() dance to NET_ASSERT_LOCKED().Martin Pieuchot
2017-02-27Retire the AF_MPLS protosw struct. Nothing is using it and the code was superClaudio Jeker
2016-12-20Grab the NET_LOCK() in so{s,g}etopt(), pffasttimo() and pfslowtimo().Martin Pieuchot
2016-12-20A NET_LOCK() was is missing in tcp_sysctl() which shows up as splAlexander Bluhm
2016-11-22Enforce that pr_ctlinput, pr_slowtimo and pr_fasttimo are calledMartin Pieuchot
2016-03-03replace the XXX next to setting link_maxhdr with an explanationDavid Gwynne
2016-03-03bump link_maxhdr up from 16 to 64David Gwynne
2015-09-04Make every subsystem using a radix tree call rn_init() and pass theMartin Pieuchot
2015-08-30Use a global table for domains instead of building a list at run time.Martin Pieuchot
2015-07-17manage spd entries by using the radix api directly instead ofBret Lambert
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-23unifdef INETTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-01-19Remove max_datalen. It is only used once an can be replaced easily withClaudio Jeker
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2011-07-09begone, fucking rotten appletalk shit. ok roomHenning Brauer
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2009-11-13Extend the protosw pr_ctlinput function to include the rdomain. This isClaudio Jeker
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2007-06-06remove remaining IPX hooks. all inside #ifdef IPX, so no actual changeHenning Brauer
2007-01-18allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC toHenning Brauer
2006-06-15nuke code that has been dead for so long that it stinks. claudio okHenning Brauer
2005-06-08bye bye netnsHenning Brauer
2005-06-07remove CCITT handlingHenning Brauer
2005-01-14First step in Bluetooth protocol stack support.Alexander Yurchenko
2004-11-27introduce pffinddomain(), to find a domain by family.Patrick Latifi
2004-11-25remove special handling of PF_KEY in net_sysctl; ok deraadtMarkus Friedl
2004-09-15Kill more netiso ghosts.Alexander Yurchenko
2004-04-01use NULL for ptrs. parts from Joris VinkTed Unangst
2004-02-24sysctl knob for bpf tunables. some tips from canacar@Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2000-09-12NATM domain; stoklund@taxidriver.dkTheo de Raadt
2000-03-23Use new timeouts for pfslowtimo and pffasttimo.Artur Grabowski
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-03-30make option IPSEC imply option KEYNiklas Hallqvist