aboutsummaryrefslogtreecommitdiff
path: root/sys/net/raw_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-6/+5
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-5/+6
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Do not leak control in raw_usendAntoine Brodin2017-11-081-1/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-151-1/+1
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* vnet.h needs to be included before raw_cb.h. Now it compiles due toGleb Smirnoff2013-10-251-1/+1
* Pass the fibnum where we need filtering of the message on theBjoern A. Zeeb2011-09-281-0/+10
* 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-2/+0
* 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
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Remove unused support for local and foreign addresses in generic rawRobert Watson2008-07-091-71/+30
* Improve approximation of style(9) in raw socket code.Robert Watson2008-07-051-41/+32
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+6
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-1/+11
* raw_disconnect() now disconnects but does not detach the raw pcb. As aRobert Watson2006-06-021-0/+1
* Correct an assertion in raw_uattach(): this is a library call that otherRobert Watson2006-04-091-1/+6
* In raw and raw-derived socket types, maintain and enforce invariant thatRobert Watson2006-04-011-19/+7
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-3/+2
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-7/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-5/+10
* 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/+6
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-1/+3
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-2/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-1/+1
* Fix a bunch of off-by-one errors in the range checking code.Ruslan Ermilov2003-09-111-1/+1
* Remove useless local variable from raw_input().Kelly Yancey2002-12-281-3/+0
* Back out some style changes. They are not urgent,Luigi Rizzo2002-11-201-16/+24
* Replace m_copy() with m_copypacket() where applicable.Luigi Rizzo2002-11-171-24/+16
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-10/+0
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-0/+10
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-1/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-3/+1
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-13/+9