aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/accf_data.c
Commit message (Expand)AuthorAgeFilesLines
* Define a module version for accept filter modules.Mark Johnston2020-05-191-14/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-7/+4
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-8/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-2/+8
* Redo the sigio locking.Alfred Perlstein2002-05-011-7/+1
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-1/+4
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-1/+4
* Remove headers not needed.Alfred Perlstein2000-10-071-14/+0
* Forget to include sysctl.hAlfred Perlstein2000-09-091-0/+1
* return of the accept filter part IIAlfred Perlstein2000-06-201-0/+80