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
Age
Commit message (
Expand
)
Author
2016-11-07
Implement support for flow-mod messages validation, this includes:
Rafael Zalamena
2016-11-07
Fix a small parsing error in packet-in: don't count ofp_match header bytes
Rafael Zalamena
2016-11-04
Empty -> empty in log messages
Reyk Floeter
2016-11-04
Move ofp_output() into ofp_common.c and few function prototypes into
Reyk Floeter
2016-10-20
spread the Xr! as a bonus, typo fix in switchd.conf.5 too;
Jason McIntyre
2016-10-13
Implement simple feature request/reply support so we can get more
Rafael Zalamena
2016-10-12
Start reworking the "device" support in switchd: Once connected, a
Reyk Floeter
2016-10-12
Teach switchd(8) how to send set_config to the switch so we can be able
Rafael Zalamena
2016-10-12
copy updated log.c from vmd: for correctness, save errno when doing
Reyk Floeter
2016-10-11
Sync proc.c file vmd(8) and switchd(8).
Rafael Zalamena
2016-10-07
Move some shared code into a new file.
Reyk Floeter
2016-10-07
Add support for multipart replies and implement a simple ofp 1.3.5 error
Rafael Zalamena
2016-10-06
Switch switchd to the _switchd user.
Reyk Floeter
2016-10-05
Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd
Rafael Zalamena
2016-10-05
Call setsid() to create a new session for the executed processes.
Reyk Floeter
2016-10-05
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
Reyk Floeter
2016-10-05
Remove ofp_validate_header() here
Reyk Floeter
2016-10-05
Move ofp_validate_header() to ofp10.c until we have a better place
Reyk Floeter
2016-10-05
I added a second buffer as fix for the fact that /dev/switch doesn't
Reyk Floeter
2016-10-05
More debugging
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
Open next available tap(4) device instead of just tap0
Reyk Floeter
2016-09-30
Implement socket server code that properly handles async I/O, partial
Reyk Floeter
2016-09-29
Add print_hex() for debugging of received packets (from iked)
Reyk Floeter
2016-09-29
Rename ofp_send to ofp_output
Reyk Floeter
2016-09-29
Teach switchd(8) how to request flow entries and how to validate the
Rafael Zalamena
2016-09-29
handle AF_UNIX sockaddrs
Reyk Floeter
2016-09-29
Replace memset in ibuf_zero with explicit_bzero as done in iked.
Reyk Floeter
2016-09-29
Use the macro OFP_ALIGN() to find alignment instead of rolling my own way.
Rafael Zalamena
2016-09-29
Teach switchd(8) how to ask for and debug equipment description
Rafael Zalamena
2016-09-29
Teach switchd(8) some multipart table properties request/parse code to
Rafael Zalamena
2016-09-28
Use the packed attribute for every structure that is used in the wire
Rafael Zalamena
2016-09-28
Always ask the switch to send the whole packet unbuffered so we can
Rafael Zalamena
2016-09-27
Fix previous: don't attempt to write a NULL packet to the tap device.
Reyk Floeter
2016-09-27
OpenFlow PACKET_IN can send truncated packets; this only makes sense
Reyk Floeter
2016-09-26
Teach switchd(8) how to create flows for new connections using OpenFlow
Rafael Zalamena
2016-09-26
Set pkt_buf variable on incoming packet_in messages.
Rafael Zalamena
2016-09-26
Fix a memory leak and a loop in the ofp_read() that happens every time a
Rafael Zalamena
2016-09-26
Enable more debug messages to help developing flow modification messages.
Rafael Zalamena
2016-09-25
Correct the flag listing for switchd(8) and add a files section for the
Jonathan Gray
2016-09-23
It is ok to call free() on NULL pointers.
Rafael Zalamena
2016-09-20
Unbreak logging for children process in switchd(8). log_init/verbose()
Rafael Zalamena
2016-09-19
Fix 'const char *' qualifier removal warning by casting it out with
Rafael Zalamena
2016-09-18
Kill p_env from proc.c. The p_env variable was not being used seriously and
Rafael Zalamena
2016-09-15
Teach switchd(8) how to shutdown using close() instead of kill().
Rafael Zalamena
2016-09-14
Teach switchd(8) how to fork+exec.
Rafael Zalamena
2016-08-30
does not need sys/param.h
Theo de Raadt
2016-08-25
goda@ contributed most of the OpenFlow 1.3.5 parts in ofp.h (for the
Reyk Floeter
2016-08-08
Create socket with SOCK_NONBLOCK instead of using fcntl() without the
Rafael Zalamena
[next]