summaryrefslogtreecommitdiffstats
path: root/sys/net/raw_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Pass the fibnum where we need filtering of the message on thebz2011-09-281-0/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-2/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+3
* Remove unused support for local and foreign addresses in generic rawrwatson2008-07-091-71/+30
* Improve approximation of style(9) in raw socket code.rwatson2008-07-051-41/+32
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+6
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-1/+11
* raw_disconnect() now disconnects but does not detach the raw pcb. As arwatson2006-06-021-0/+1
* Correct an assertion in raw_uattach(): this is a library call that otherrwatson2006-04-091-1/+6
* In raw and raw-derived socket types, maintain and enforce invariant thatrwatson2006-04-011-19/+7
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-3/+2
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-7/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-5/+10
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* Lock down rawcb_list, a global list of control blocks for raw sockets,rwatson2004-06-151-0/+6
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-1/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-2/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+1
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-111-1/+1
* Remove useless local variable from raw_input().kbyanc2002-12-281-3/+0
* Back out some style changes. They are not urgent,luigi2002-11-201-16/+24
* Replace m_copy() with m_copypacket() where applicable.luigi2002-11-171-24/+16
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-10/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+10
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-1/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-171-2/+2
* KSE Milestone 2julian2001-09-121-5/+5
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Update network code to use poll support.peter1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-13/+9
* Removed unused #includes.bde1997-08-021-7/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-154/+152
* Use LIST macros instead of insque/remquephk1997-04-141-4/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-2/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
OpenPOWER on IntegriCloud