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
/
switchctl.c
Age
Commit message (
Expand
)
Author
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-01-28
Simplify filterops routines where klist_invalidate() is used.
Visa Hankala
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-12-19
poll handlers must return a poll(2) revents value, not errno(2) values.
Reyk Floeter
2019-10-16
tsleep(9) -> tsleep_nsec(9)
Martin Pieuchot
2019-05-12
pushing NET_LOCK() further down from if_clone_{create,destroy}()
Alexandr Nedvedicky
2018-12-28
Fix mbuf releated crashes in switch(4). They have been found by
Alexander Bluhm
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-01-16
Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc.
Reyk Floeter
2016-12-22
Grab the netlock when device is opened; ok mpi, rzalamena
Mike Belopuhov
2016-12-12
Remove most of the splsoftnet() recursions related to cloned interfaces.
Martin Pieuchot
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-09
Simplify the switchread loop and fix the case where only first mbuf in
Rafael Zalamena
2016-11-08
Teach switch(4) device read(2) operations to behave like a stream socket,
Rafael Zalamena
2016-09-04
When auto-creating an interface when opening a /dev/{tun,tap,switch}
Reyk Floeter
2016-09-04
Do "goto failed" in case returning EAGAIN as well.
YASUOKA Masahiko
2016-09-03
Fixed missing null check in switchctl.c
Kazuya Goda
2016-09-01
Import switch(4), an in-kernel OpenFlow switch which can work alone.
Kazuya Goda