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
/
usr.sbin
/
switchd
/
ofp.c
Age
Commit message (
Expand
)
Author
2016-12-22
Learn remote switch flow tables properties to find out where to install
Rafael Zalamena
2016-12-02
Implement the connection state machine for OpenFlow 1.0 and 1.3 to detect
Rafael Zalamena
2016-11-22
Implement support for version negotiation using hello messages. This
Rafael Zalamena
2016-11-04
Move ofp_output() into ofp_common.c and few function prototypes into
Reyk Floeter
2016-10-12
Start reworking the "device" support in switchd: Once connected, a
Reyk Floeter
2016-10-05
Remove ofp_validate_header() here
Reyk Floeter
2016-09-30
Remove local copy of ofp.h and use net/ofp.h instead
Reyk Floeter
2016-09-30
Disable write events if there is nothing to write.
Reyk Floeter
2016-09-30
Implement socket server code that properly handles async I/O, partial
Reyk Floeter
2016-09-29
Rename ofp_send to ofp_output
Reyk Floeter
2016-09-26
Fix a memory leak and a loop in the ofp_read() that happens every time a
Rafael Zalamena
2016-09-14
Teach switchd(8) how to fork+exec.
Rafael Zalamena
2016-07-21
Turn ofp*_debug functions into ofp*_validate functions to follow a
Reyk Floeter
2016-07-20
fix typos in comments
Reyk Floeter
2016-07-20
pledge(2) all the switchd processes.
Reyk Floeter
2016-07-20
Update OpenFlow 1.3 stub based on the 1.0 code.
Reyk Floeter
2016-07-19
Correctly use ssize_t instead of size_t for read/write return values.
Reyk Floeter
2016-07-19
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.
Reyk Floeter