Age | Commit message (Expand) | Author |
2019-11-27 | OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs) | akoshibe |
2019-11-21 | Fix comment typo: specification | akoshibe |
2019-11-21 | Remove duplicate #define OFP_ALIGNMENT | akoshibe |
2019-05-10 | Add port protection support to switch(4). The behavior copies that of | akoshibe |
2018-12-28 | Fix mbuf releated crashes in switch(4). They have been found by | Alexander Bluhm |
2018-08-21 | Fix alignment fault in switchd(8) on sparc64. Use memcpy to set oxm_value, | akoshibe |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2017-08-11 | Fix out-of-bounds read when looking up the flow-mod handler. | Reyk Floeter |
2017-08-11 | Set free'd tables to NULL in swofp_flow_entry_instruction_free(). | Reyk Floeter |
2017-08-11 | Priority is stored in the vlan_pcp field not in the vlan_vid field. | Reyk Floeter |
2017-08-11 | Fix copy-paste error: first check is on "target", second check is on "key". | Reyk Floeter |
2017-08-11 | Instead of repeating the same return statement in both cases of a | Reyk Floeter |
2017-08-11 | Fix out-of-bounds read when looking up the multipart message handler. | Reyk Floeter |
2017-08-11 | Fix out-of-bounds read when looking up the message handler. | Reyk Floeter |
2017-07-19 | The proper way to check for successful allocation of an mbuf cluster is | Claudio Jeker |
2017-05-12 | Make a kernel with switch(4) but without INET6 compile again. | Alexander Bluhm |
2017-03-01 | Remove a misleading comment asking if a timeout needs a LOCK, it doesn't. | Martin Pieuchot |
2017-01-24 | Kill some unused variables found by clang. | Rafael Zalamena |
2017-01-17 | Make switch(4) compile with debug again. | Rafael Zalamena |
2017-01-17 | Initialize swas_actions for set-field with the expected pointer to the | Rafael Zalamena |
2017-01-17 | Fix a panic when set-field with VLAN is set, but no VLANs were | Rafael Zalamena |
2017-01-17 | Clean-up switch(4) device by removing excess prototypes, verbose debugs | Rafael Zalamena |
2017-01-17 | Add more action specific validations, unbreak instructions validation | Rafael Zalamena |
2017-01-16 | spacing | Reyk Floeter |
2017-01-16 | Add missing declarations found with -Wmissing-declarations | Reyk Floeter |
2017-01-16 | The term "pipline" is used in many places, rename it to pipeline. | Reyk Floeter |
2017-01-16 | Removed unused function that is a leftover from the old debug code. | Reyk Floeter |
2017-01-12 | Don't write configuration request replies outside of the packet | Rafael Zalamena |
2017-01-11 | Remove m_pullup() from packet-out since it is not doing anything anymore | Rafael Zalamena |
2016-12-22 | Validate the OFP header to make sure it always have a sane size, also | Rafael Zalamena |
2016-12-05 | Propagate error type in validation functions that call | Rafael Zalamena |
2016-12-05 | Remove the flow id from the flow entry struct and the global variable, | Rafael Zalamena |
2016-12-05 | Add missing prototypes for all functions declared in the file. | Rafael Zalamena |
2016-12-02 | Limit the amount of flows that can be installed on flow tables. | Rafael Zalamena |
2016-12-02 | Use the right variable for storing the maximum group table size and use | Rafael Zalamena |
2016-12-02 | Fix flow-removed OFP header xid value: use htonl() instead of htons() for | Rafael Zalamena |
2016-11-30 | Fix another free() with wrong size panic when handling group-mod buckets | Rafael Zalamena |
2016-11-29 | Remove debugging code that was always enabled and printed parsed | Reyk Floeter |
2016-11-28 | Implement more validations for switch(4) groups handling: check for invalid | Rafael Zalamena |
2016-11-28 | Rename "flowmax" to "maxflow" and give each switch(4) ioctl a | Reyk Floeter |
2016-11-21 | Simplify pad calculation for flow match on swofp_put_flow(). | Rafael Zalamena |
2016-11-21 | Include the OFP header of the message that caused the error on error | Rafael Zalamena |
2016-11-20 | Extend the DLT_OPENFLOW header to include the switch datapath id. | Reyk Floeter |
2016-11-18 | Define a group_id map and rename the defines accordingly. | Reyk Floeter |
2016-11-18 | Fix a panic introduced with the memory leak correction. Use the saved | Rafael Zalamena |
2016-11-16 | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), | Reyk Floeter |
2016-11-10 | Add support for partial writes in switchwrite so we can use multiple | Rafael Zalamena |
2016-11-10 | Fix swofp_send_error mbuf handling so it doesn't leak mbufs and set the | Rafael Zalamena |
2016-11-07 | Add validation for input data that we use as switch configuration, like: | Rafael Zalamena |
2016-11-07 | Remove duplicated call for splnet() inside the swofp_mp_recv_port_stats() | Rafael Zalamena |