summaryrefslogtreecommitdiffstats
path: root/sys/net/raw_usrreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove raw_usrreq and raw_cb, nothing is using them anymore.claudio2018-07-101-161/+0
* Push NET_LOCK down in the default ifioctl case.pirofti2018-04-241-3/+4
* There is no way SS_NOFDREF is set on a raw socket in raw_usrreq forflorian2017-11-031-4/+1
* Move PRU_DETACH out of pr_usrreq into per proto pr_detachflorian2017-11-021-9/+1
* Both PF_ROUTE and PF_KEY need to start to take care of their own PCB listclaudio2017-07-031-15/+2
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-131-15/+1
* Do not grab the NET_LOCK() for routing sockets operations.mpi2017-03-071-2/+2
* Convert the variable argument list of the pr_output functions tobluhm2017-03-031-2/+2
* The function raw_input() has not been called since netiso has beenbluhm2017-01-231-77/+1
* Introduce the NET_LOCK() a rwlock used to serialize accesses to the partsmpi2016-12-191-2/+2
* Enforce that pr_usrreq functions are called at IPL_SOFTNET.mpi2016-11-211-6/+4
* Instead of setting errno and then doing a goto do a m_freem() and return error.claudio2016-10-081-6/+5
* Remove code that was never enabled, it will not happen.claudio2016-09-051-27/+1
* Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is notclaudio2016-09-051-11/+1
* remove old lint annotationstedu2015-12-051-3/+1
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-3/+2
* Get rid of the undocumented & temporary* m_copy() macro added formpi2015-06-301-2/+2
* test mbuf pointers against NULL not 0jsg2015-05-131-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded route.h includesjsg2014-09-081-2/+1
* Rearrange the code a bit to prevent splx() from being called with anmikeb2012-12-121-3/+3
* remove incorrect splnet usage in pfkey interfacemikeb2012-11-271-2/+6
* Ansify raw_... function definitions. No binary change.bluhm2012-01-111-12/+5
* Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, asblambert2011-04-031-1/+3
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-2/+3
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-2/+3
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* de-register. deraadt okitojun2003-12-101-7/+7
* Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.cloder2003-09-281-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* KNF - return is not a function.itojun2002-09-111-2/+2
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-7/+1
* Use queue.h macros.jason2001-12-111-2/+2
* avoid panic; garath@code.ridgefield.orgderaadt1998-09-171-2/+4
* From NetBSD: 960217 mergeniklas1996-03-031-8/+25
* initial import of NetBSD treederaadt1995-10-181-0/+308