| Commit message (Expand) | Author | Age | Files | Lines |
| * | Retire 4.4BSD raw sockets | Gleb Smirnoff | 2022-08-11 | 1 | -279/+0 |
| * | protocols: init with standard SYSINIT(9) or VNET_SYSINIT | Gleb Smirnoff | 2022-01-03 | 1 | -2/+3 |
| * | socket: Implement SO_RERROR | Roy Marples | 2021-07-28 | 1 | -5/+6 |
| * | Revert "SO_RERROR indicates that receive buffer overflows should be handled a... | Alexander V. Chernikov | 2021-02-08 | 1 | -6/+5 |
| * | SO_RERROR indicates that receive buffer overflows should be handled as errors. | Alexander V. Chernikov | 2021-02-08 | 1 | -5/+6 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Do not leak control in raw_usend | Antoine Brodin | 2017-11-08 | 1 | -1/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. | Kevin Lo | 2016-09-15 | 1 | -1/+1 |
| * | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
| * | vnet.h needs to be included before raw_cb.h. Now it compiles due to | Gleb Smirnoff | 2013-10-25 | 1 | -1/+1 |
| * | Pass the fibnum where we need filtering of the message on the | Bjoern A. Zeeb | 2011-09-28 | 1 | -0/+10 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -2/+0 |
| * | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -2/+0 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+3 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+3 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -2/+3 |
| * | Remove unused support for local and foreign addresses in generic raw | Robert Watson | 2008-07-09 | 1 | -71/+30 |
| * | Improve approximation of style(9) in raw socket code. | Robert Watson | 2008-07-05 | 1 | -41/+32 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+6 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -1/+11 |
| * | raw_disconnect() now disconnects but does not detach the raw pcb. As a | Robert Watson | 2006-06-02 | 1 | -0/+1 |
| * | Correct an assertion in raw_uattach(): this is a library call that other | Robert Watson | 2006-04-09 | 1 | -1/+6 |
| * | In raw and raw-derived socket types, maintain and enforce invariant that | Robert Watson | 2006-04-01 | 1 | -19/+7 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -3/+2 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -7/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -5/+10 |
| * | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+1 |
| * | Lock down rawcb_list, a global list of control blocks for raw sockets, | Robert Watson | 2004-06-15 | 1 | -0/+6 |
| * | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -1/+3 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -2/+3 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+1 |
| * | Fix a bunch of off-by-one errors in the range checking code. | Ruslan Ermilov | 2003-09-11 | 1 | -1/+1 |
| * | Remove useless local variable from raw_input(). | Kelly Yancey | 2002-12-28 | 1 | -3/+0 |
| * | Back out some style changes. They are not urgent, | Luigi Rizzo | 2002-11-20 | 1 | -16/+24 |
| * | Replace m_copy() with m_copypacket() where applicable. | Luigi Rizzo | 2002-11-17 | 1 | -24/+16 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -10/+0 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -0/+10 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -1/+4 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -2/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |