Age | Commit message (Expand) | Author |
2019-11-27 | OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs) | akoshibe |
2019-11-21 | Remove arguments from ofp13_flowmod() which are unused and unnecessary. | akoshibe |
2019-07-23 | delete a stray blank from the usage() message; reported by Jesper Wallin | Ingo Schwarze |
2019-07-22 | switchd(8)'s main proc needs to open the following paths, and which can be | Ricardo Mestre |
2019-07-11 | to avoid confusion, use the IANA-registered port rather than the old made-up | Stuart Henderson |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-05 | switchd(8) will sometimes not save a copy of a packet needing forwarding | akoshibe |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-11-11 | Mention the default address (0.0.0.0) and port (6653) that switchd(8) | akoshibe |
2018-11-08 | Set sc_server.srv_tls value for "LISTEN ON STRING opttls". | akoshibe |
2018-11-08 | Currently, switchd(8) defaults to listening on port 6633, which was the | akoshibe |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-10-30 | typo; from bryan stenson | Jason McIntyre |
2018-09-10 | Mirror bluhm's fixes for proc.c daemons to dup /dev/null for child processes | akoshibe |
2018-09-09 | Make switchd(8) ignore PACKET_INs generated from looped traffic. Currently, | akoshibe |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-08-05 | Remove cpath pledge(2) promise. We decided that not deleting the unix control | Ricardo Mestre |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2017-08-28 | 65535 is a valid port to listen on. | Florian Obser |
2017-08-06 | packet.c and parse.y no longer require err.h. ok jca@ florian@ | rob |
2017-07-06 | /tmp/cvsa9y4jm | Marc Espie |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-05-29 | sync proc.c changes from relayd/httpd | Sebastian Benoit |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-08 | argument to the document description (Nd) macro should be lowercase. | Igor Sobrado |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-17 | Fix OXM parser for set-field messages. Found it the hardway while | Rafael Zalamena |
2017-01-16 | pasto; snmpd->switchd in sample "include" line. ok reyk@ | Stuart Henderson |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
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-29 | article fix; from rob pierce | Jason McIntyre |
2016-11-22 | Add "features request" support and reply validation. | Rafael Zalamena |
2016-11-22 | Implement support for version negotiation using hello messages. This | Rafael Zalamena |
2016-11-21 | Do more strict checks of OXM by looking at mask restrictions and add | Rafael Zalamena |
2016-11-21 | Add truncation validation for packet-out and reuse the action validation | Rafael Zalamena |
2016-11-21 | Fix jumbo regress test for ofp10.c and use htonl() with OFP_PKTOUT_NO_BUFFER | Rafael Zalamena |
2016-11-21 | Implement better table features validation. With this we get free switchctl | Rafael Zalamena |
2016-11-21 | Parse flow-status instructions in multipart replies, so we can see what | Rafael Zalamena |
2016-11-18 | The special LOCAL and CONTROLLER ports are valid source ports that | Reyk Floeter |
2016-11-18 | Make switchd(8) use more strings just like tcpdump(8). While here remove | Rafael Zalamena |
2016-11-18 | Define a group_id map and rename the defines accordingly. | Reyk Floeter |
2016-11-18 | Define constmap in ofp_map.h to be shared along with ofp_map.c | Reyk Floeter |