summaryrefslogtreecommitdiff
path: root/sys/net/raw_usrreq.c
AgeCommit message (Expand)Author
2018-07-10Remove raw_usrreq and raw_cb, nothing is using them anymore.Claudio Jeker
2018-04-24Push NET_LOCK down in the default ifioctl case.Paul Irofti
2017-11-03There is no way SS_NOFDREF is set on a raw socket in raw_usrreq forFlorian Obser
2017-11-02Move PRU_DETACH out of pr_usrreq into per proto pr_detachFlorian Obser
2017-07-03Both PF_ROUTE and PF_KEY need to start to take care of their own PCB listClaudio Jeker
2017-03-13Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.Claudio Jeker
2017-03-07Do not grab the NET_LOCK() for routing sockets operations.Martin Pieuchot
2017-03-03Convert the variable argument list of the pr_output functions toAlexander Bluhm
2017-01-23The function raw_input() has not been called since netiso has beenAlexander Bluhm
2016-12-19Introduce the NET_LOCK() a rwlock used to serialize accesses to the partsMartin Pieuchot
2016-11-21Enforce that pr_usrreq functions are called at IPL_SOFTNET.Martin Pieuchot
2016-10-08Instead of setting errno and then doing a goto do a m_freem() and return error.Claudio Jeker
2016-09-05Remove code that was never enabled, it will not happen.Claudio Jeker
2016-09-05Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is notClaudio Jeker
2015-12-05remove old lint annotationsTed Unangst
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-06-30Get rid of the undocumented & temporary* m_copy() macro added forMartin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-08remove uneeded route.h includesJonathan Gray
2012-12-12Rearrange the code a bit to prevent splx() from being called with anMike Belopuhov
2012-11-27remove incorrect splnet usage in pfkey interfaceMike Belopuhov
2012-01-11Ansify raw_... function definitions. No binary change.Alexander Bluhm
2011-04-03Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, asBret Lambert
2009-11-13Extend the protosw pr_ctlinput function to include the rdomain. This isClaudio Jeker
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-09-28Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.Chad Loder
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-11KNF - return is not a function.Jun-ichiro itojun Hagino
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2001-12-11Use queue.h macros.Jason Wright
1998-09-17avoid panic; garath@code.ridgefield.orgTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt