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
/
switchctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor klist insertion and removal
visa
2020-12-25
1
-4
/
+4
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
1
-3
/
+3
*
Abstract the head of knote lists. This allows extending the lists,
visa
2020-04-07
1
-4
/
+4
*
Replace field f_isfd with field f_flags in struct filterops to allow
visa
2020-02-20
1
-3
/
+3
*
Simplify filterops routines where klist_invalidate() is used.
visa
2020-01-28
1
-12
/
+1
*
Use C99 designated initializers with struct filterops. In addition,
visa
2019-12-31
1
-5
/
+12
*
poll handlers must return a poll(2) revents value, not errno(2) values.
reyk
2019-12-19
1
-2
/
+2
*
tsleep(9) -> tsleep_nsec(9)
mpi
2019-10-16
1
-2
/
+3
*
pushing NET_LOCK() further down from if_clone_{create,destroy}()
sashan
2019-05-12
1
-3
/
+1
*
Fix mbuf releated crashes in switch(4). They have been found by
bluhm
2018-12-28
1
-2
/
+4
*
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
claudio
2018-11-09
1
-3
/
+3
*
Remove NET_LOCK()'s argument.
mpi
2017-08-11
1
-3
/
+3
*
Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc.
reyk
2017-01-16
1
-2
/
+2
*
Grab the netlock when device is opened; ok mpi, rzalamena
mikeb
2016-12-22
1
-3
/
+3
*
Remove most of the splsoftnet() recursions related to cloned interfaces.
mpi
2016-12-12
1
-3
/
+6
*
Remove mutexes protection from the switchctl as they don't seem to be
rzalamena
2016-11-11
1
-10
/
+1
*
Add support for partial writes in switchwrite so we can use multiple
rzalamena
2016-11-10
1
-24
/
+81
*
Simplify the switchread loop and fix the case where only first mbuf in
rzalamena
2016-11-09
1
-23
/
+25
*
Teach switch(4) device read(2) operations to behave like a stream socket,
rzalamena
2016-11-08
1
-7
/
+37
*
When auto-creating an interface when opening a /dev/{tun,tap,switch}
reyk
2016-09-04
1
-2
/
+5
*
Do "goto failed" in case returning EAGAIN as well.
yasuoka
2016-09-04
1
-3
/
+3
*
Fixed missing null check in switchctl.c
goda
2016-09-03
1
-8
/
+25
*
Import switch(4), an in-kernel OpenFlow switch which can work alone.
goda
2016-09-01
1
-0
/
+375