index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
raw_usrreq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove raw_usrreq and raw_cb, nothing is using them anymore.
claudio
2018-07-10
1
-161
/
+0
*
Push NET_LOCK down in the default ifioctl case.
pirofti
2018-04-24
1
-3
/
+4
*
There is no way SS_NOFDREF is set on a raw socket in raw_usrreq for
florian
2017-11-03
1
-4
/
+1
*
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
florian
2017-11-02
1
-9
/
+1
*
Both PF_ROUTE and PF_KEY need to start to take care of their own PCB list
claudio
2017-07-03
1
-15
/
+2
*
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
claudio
2017-03-13
1
-15
/
+1
*
Do not grab the NET_LOCK() for routing sockets operations.
mpi
2017-03-07
1
-2
/
+2
*
Convert the variable argument list of the pr_output functions to
bluhm
2017-03-03
1
-2
/
+2
*
The function raw_input() has not been called since netiso has been
bluhm
2017-01-23
1
-77
/
+1
*
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
mpi
2016-12-19
1
-2
/
+2
*
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
mpi
2016-11-21
1
-6
/
+4
*
Instead of setting errno and then doing a goto do a m_freem() and return error.
claudio
2016-10-08
1
-6
/
+5
*
Remove code that was never enabled, it will not happen.
claudio
2016-09-05
1
-27
/
+1
*
Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not
claudio
2016-09-05
1
-11
/
+1
*
remove old lint annotations
tedu
2015-12-05
1
-3
/
+1
*
m_freem() can handle NULL, do not check for this condition beforehands.
deraadt
2015-07-15
1
-3
/
+2
*
Get rid of the undocumented & temporary* m_copy() macro added for
mpi
2015-06-30
1
-2
/
+2
*
test mbuf pointers against NULL not 0
jsg
2015-05-13
1
-3
/
+3
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
remove uneeded route.h includes
jsg
2014-09-08
1
-2
/
+1
*
Rearrange the code a bit to prevent splx() from being called with an
mikeb
2012-12-12
1
-3
/
+3
*
remove incorrect splnet usage in pfkey interface
mikeb
2012-11-27
1
-2
/
+6
*
Ansify raw_... function definitions. No binary change.
bluhm
2012-01-11
1
-12
/
+5
*
Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, as
blambert
2011-04-03
1
-1
/
+3
*
Extend the protosw pr_ctlinput function to include the rdomain. This is
claudio
2009-11-13
1
-2
/
+3
*
Deal with the situation when TCP nfs mounts timeout and processes
thib
2008-05-23
1
-2
/
+3
*
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
espie
2004-01-03
1
-2
/
+2
*
de-register. deraadt ok
itojun
2003-12-10
1
-7
/
+7
*
Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.
cloder
2003-09-28
1
-2
/
+2
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
KNF - return is not a function.
itojun
2002-09-11
1
-2
/
+2
*
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
millert
2002-03-15
1
-7
/
+1
*
Use queue.h macros.
jason
2001-12-11
1
-2
/
+2
*
avoid panic; garath@code.ridgefield.org
deraadt
1998-09-17
1
-2
/
+4
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-8
/
+25
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+308