Age | Commit message (Expand) | Author |
2024-08-16 | Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers and | Vitaliy Makkoveev |
2024-08-14 | Push kernel lock down to net_sysctl(). | Vitaliy Makkoveev |
2024-08-12 | Run network protocol timer without kernel lock. | Alexander Bluhm |
2024-01-11 | Use domain name for socket lock. | Alexander Bluhm |
2023-05-18 | Backout sysctl(2) unlocking. Lock order issue was triggered in UVM | Vitaliy Makkoveev |
2023-05-18 | Revert ip_sysctl() unlocking. Lock order issue was triggered in UVM | Vitaliy Makkoveev |
2023-05-16 | Introduce temporary PR_MPSYSCTL flag to mark (*pr_sysctl)() handler MP | Vitaliy Makkoveev |
2023-05-04 | Push kernel lock deep down to sys_sysctl(). At least network subset of | Vitaliy Makkoveev |
2022-08-14 | remove unneeded includes in sys/kern | Jonathan Gray |
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 |