Age | Commit message (Expand) | Author |
2016-11-21 | Check return value of tls_config_set_protocols(3) and log if it fails | Ricardo Mestre |
2016-11-21 | Use the same basename for the rollback tarball as the original patch.sig. | Antoine Jacoutot |
2016-11-21 | Tweak comment. Reverse cmp logic while here. | Antoine Jacoutot |
2016-11-21 | replace calls to iobuf_*() functions with the corresponding io_*() wrappers. | Eric Faurot |
2016-11-21 | Parse flow-status instructions in multipart replies, so we can see what | Rafael Zalamena |
2016-11-20 | Remove some old code that isn't needed anymore. | Mike Larkin |
2016-11-20 | Extend the DLT_OPENFLOW header to include the switch datapath id. | Reyk Floeter |
2016-11-20 | add dedicated functions to set fd and callback on a struct io. | Eric Faurot |
2016-11-19 | Make tcpdump indicate basic rates listed in beacons with an asterisk. | Stefan Sperling |
2016-11-19 | Print metric and type for "redistribute" in ospfd -v. | Stuart Henderson |
2016-11-18 | Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY. | Theo Buehler |
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 | Add support for printing the missing OpenFlow set-queue action. | Rafael Zalamena |
2016-11-18 | Don't print the field 'actions' on features reply, because in the new | Rafael Zalamena |
2016-11-18 | miss_send_len can also be a CONTROLLER_MAXLEN string not just a number. | Reyk Floeter |
2016-11-18 | Updates tcpdump's OpenFlow printer to use the string maps from switchd | Reyk Floeter |
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 |
2016-11-18 | Remove leading _ from include guards as this violates the reserved space. | Reyk Floeter |
2016-11-18 | Add support for multiple listening sockets | Jeremie Courreges-Anglas |
2016-11-18 | Add more maps to print. As discussed with rzalamena@ | Reyk Floeter |
2016-11-18 | Exclude the description field from the generated maps by default. | Reyk Floeter |
2016-11-18 | Small code improvements: | Rafael Zalamena |
2016-11-18 | Fix the flowmod header to send the correct command and buffer id. | Reyk Floeter |
2016-11-18 | Define the struct constmap in each generated C file. | Reyk Floeter |
2016-11-18 | Fix file reference in generated comment OK rzalamena@ | Reyk Floeter |
2016-11-18 | fix regression introduced in previous commit | Eric Faurot |
2016-11-17 | Add io api functions for dealing with buffered data, as wrapper around | Eric Faurot |
2016-11-17 | Fix some styles issues: break big lines and remove some useless spaces. | Rafael Zalamena |
2016-11-17 | Re-add the root user checks in the quirks; that part is to be removed soon. | Antoine Jacoutot |
2016-11-17 | Check the return value of tls_config_set_protocols(), now that it returns | Joel Sing |
2016-11-17 | Move OCSP loading into a separate function - it is not part of the keypair | Joel Sing |
2016-11-17 | Drop priv. to the _pkgfetch (for now) user when running ftp(1) and signify(1). | Antoine Jacoutot |
2016-11-17 | In oflowmod, automatically open the instructions block with the first | Reyk Floeter |
2016-11-17 | Add an abstraction layer / API to create flows including all matches | Reyk Floeter |
2016-11-17 | Accept OFP_XM_T_ETH_TYPE. | Reyk Floeter |
2016-11-17 | Add ofp_validate() for all supported versions. Will be used by switchctl, | Reyk Floeter |
2016-11-17 | Added the missing code to build flow-mod messages and to install | Rafael Zalamena |
2016-11-17 | remove IO_TLSVERIFIED which is not a io event, and inline necessary code | Eric Faurot |
2016-11-16 | pass the user pointer as parameter to the io callback instead of having | Eric Faurot |
2016-11-16 | Merge comments altogether, it's easier to understand this way. | Antoine Jacoutot |
2016-11-16 | Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync | Rafael Zalamena |
2016-11-16 | If we install a new kernel, add /bsd twice (for size checking) when: | Antoine Jacoutot |
2016-11-16 | /bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes from | Antoine Jacoutot |
2016-11-16 | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), | Reyk Floeter |
2016-11-15 | Small wording tweak and a couple of fixes from jmc@ | Antoine Jacoutot |
2016-11-15 | checkfs: ignore nonexistent files and extend comment. There's actually no need | Antoine Jacoutot |
2016-11-15 | Replace bzero(3) with memset(3) | Ricardo Mestre |
2016-11-15 | Double the required size to make sure we have enough space for install(1) safe | Antoine Jacoutot |