| Commit message (Expand) | Author | Age | Files | Lines |
* | vnet.h needs to be included before raw_cb.h. Now it compiles due to | glebius | 2013-10-25 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -4/+1 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+3 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Rather than checking for a NULL so_pcb in raw_attach(), assert that | rwatson | 2008-07-09 | 1 | -5/+6 |
* | Add sysctl subtree net.raw for generic raw socket infrastructure; | rwatson | 2008-07-09 | 1 | -2/+11 |
* | Remove unused support for local and foreign addresses in generic raw | rwatson | 2008-07-09 | 1 | -37/+0 |
* | Improve approximation of style(9) in raw socket code. | rwatson | 2008-07-05 | 1 | -17/+11 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -1/+1 |
* | raw_disconnect() now disconnects but does not detach the raw pcb. As a | rwatson | 2006-06-02 | 1 | -3/+1 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -4/+3 |
* | Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket control | rwatson | 2005-01-24 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | Lock down rawcb_list, a global list of control blocks for raw sockets, | rwatson | 2004-06-15 | 1 | -0/+3 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+3 |
* | Constify raw_sendspace and raw_recvspace, as they're not mutable. | rwatson | 2004-06-11 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+1 |
* | Back out some style changes. They are not urgent, | luigi | 2002-11-20 | 1 | -5/+11 |
* | Fix function headers, remove 'register' from variable declarations. | luigi | 2002-11-17 | 1 | -11/+5 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -8/+1 |
* | Include <sys.systm.h> for the declaration of some atomic functions -- don't | bde | 2002-05-22 | 1 | -0/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -3/+10 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Added a used include (in ifdefed code). | bde | 1998-06-07 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -8/+1 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -1/+2 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -1/+1 |
* | Use LIST macros instead of insque/remque | phk | 1997-04-14 | 1 | -4/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -2/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -3/+3 |
* | Moved inline functions for insque() and remque() to <sys/queue.h>. | bde | 1995-12-03 | 1 | -1/+2 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -1/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Cosmetics: to silence gcc -wall. | phk | 1994-10-08 | 1 | -2/+3 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+144 |