index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_switch.h
Age
Commit message (
Expand
)
Author
2019-11-06
replace the hooks used with if_detachhooks with a task list.
David Gwynne
2019-05-10
Add port protection support to switch(4). The behavior copies that of
akoshibe
2016-11-20
Extend the DLT_OPENFLOW header to include the switch datapath id.
Reyk Floeter
2016-11-16
Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),
Reyk Floeter
2016-11-11
Remove mutexes protection from the switchctl as they don't seem to be
Rafael Zalamena
2016-11-10
Add support for partial writes in switchwrite so we can use multiple
Rafael Zalamena
2016-11-08
Teach switch(4) device read(2) operations to behave like a stream socket,
Rafael Zalamena
2016-10-28
When doing pktout we must run the classifier again, because some action(s)
Rafael Zalamena
2016-10-07
Use detach hook to notify switch(4) about interface removals instead of
Rafael Zalamena
2016-09-28
Fix a kernel panic that happened when destroying interfaces attached to
Rafael Zalamena
2016-09-04
Make per-packet allocated memory use pool in switch(4)
Kazuya Goda
2016-09-01
Import switch(4), an in-kernel OpenFlow switch which can work alone.
Kazuya Goda