Age | Commit message (Expand) | Author |
2021-05-25 | As network features are not added dynamically, the domain structures | Alexander Bluhm |
2021-05-17 | Increase the default buffer space using on PF_UNIX sockets to 8k. | Claudio Jeker |
2019-07-03 | add the kernel side of net.link.ifrxq.pressure_return and pressure_drop | David Gwynne |
2018-06-23 | Replace value with a constant | denis |
2017-11-23 | Constify protocol tables and remove an assert now that ip_deliver() is | Martin Pieuchot |
2017-10-29 | Move NET_{,UN}LOCK into individual slowtimo functions. | Florian Obser |
2017-10-09 | Reduces the scope of the NET_LOCK() in sysctl(2) path. | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-05-27 | Kill option KEY, it is a useless knob, nobody uses pfkeyv2 without IPSEC or | Claudio Jeker |
2017-05-09 | Convert a splsoftnet()/splx() dance to NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-02-27 | Retire the AF_MPLS protosw struct. Nothing is using it and the code was super | Claudio Jeker |
2016-12-20 | Grab the NET_LOCK() in so{s,g}etopt(), pffasttimo() and pfslowtimo(). | Martin Pieuchot |
2016-12-20 | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl | Alexander Bluhm |
2016-11-22 | Enforce that pr_ctlinput, pr_slowtimo and pr_fasttimo are called | Martin Pieuchot |
2016-03-03 | replace the XXX next to setting link_maxhdr with an explanation | David Gwynne |
2016-03-03 | bump link_maxhdr up from 16 to 64 | David Gwynne |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | Martin Pieuchot |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-07-17 | manage spd entries by using the radix api directly instead of | Bret Lambert |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-23 | unifdef INET | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-01-19 | Remove max_datalen. It is only used once an can be replaced easily with | Claudio Jeker |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2007-01-18 | allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC to | Henning Brauer |
2006-06-15 | nuke code that has been dead for so long that it stinks. claudio ok | Henning Brauer |
2005-06-08 | bye bye netns | Henning Brauer |
2005-06-07 | remove CCITT handling | Henning Brauer |
2005-01-14 | First step in Bluetooth protocol stack support. | Alexander Yurchenko |
2004-11-27 | introduce pffinddomain(), to find a domain by family. | Patrick Latifi |
2004-11-25 | remove special handling of PF_KEY in net_sysctl; ok deraadt | Markus Friedl |
2004-09-15 | Kill more netiso ghosts. | Alexander Yurchenko |
2004-04-01 | use NULL for ptrs. parts from Joris Vink | Ted Unangst |
2004-02-24 | sysctl knob for bpf tunables. some tips from canacar@ | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2000-09-12 | NATM domain; stoklund@taxidriver.dk | Theo de Raadt |
2000-03-23 | Use new timeouts for pfslowtimo and pffasttimo. | Artur Grabowski |