aboutsummaryrefslogtreecommitdiff
path: root/sys/net/raw_cb.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* vnet.h needs to be included before raw_cb.h. Now it compiles due toGleb Smirnoff2013-10-251-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-4/+1
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Rather than checking for a NULL so_pcb in raw_attach(), assert thatRobert Watson2008-07-091-5/+6
* Add sysctl subtree net.raw for generic raw socket infrastructure;Robert Watson2008-07-091-2/+11
* Remove unused support for local and foreign addresses in generic rawRobert Watson2008-07-091-37/+0
* Improve approximation of style(9) in raw socket code.Robert Watson2008-07-051-17/+11
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-1/+1
* raw_disconnect() now disconnects but does not detach the raw pcb. As aRobert Watson2006-06-021-3/+1
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-4/+3
* Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket controlRobert Watson2005-01-241-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+1
* Lock down rawcb_list, a global list of control blocks for raw sockets,Robert Watson2004-06-151-0/+3
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-0/+3
* Constify raw_sendspace and raw_recvspace, as they're not mutable.Robert Watson2004-06-111-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Back out some style changes. They are not urgent,Luigi Rizzo2002-11-201-5/+11
* Fix function headers, remove 'register' from variable declarations.Luigi Rizzo2002-11-171-11/+5
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-8/+1
* Include <sys.systm.h> for the declaration of some atomic functions -- don'tBruce Evans2002-05-221-0/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-3/+10
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Added a used include (in ifdefed code).Bruce Evans1998-06-071-1/+3
* Removed unused #includes.Bruce Evans1997-10-281-8/+1
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-1/+1
* Use LIST macros instead of insque/remquePoul-Henning Kamp1997-04-141-4/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+3
* Moved inline functions for insque() and remque() to <sys/queue.h>.Bruce Evans1995-12-031-1/+2
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2