2010-04-14 |
Ben Pfaff | stream-ssl: Avoid access-after-free error in update_ssl... |
tree | commitdiff |
2010-04-13 |
Ben Pfaff | odp-util: Print bad action numbers in hexadecimal in... |
tree | commitdiff |
2010-04-13 |
Ben Pfaff | dpif: Make dpif_flow_get() results predictable on error. |
tree | commitdiff |
2010-04-13 |
Ben Pfaff | Make fatal signals cause an exit more promptly in speci... |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | ovsdb: Use port 6632 as a default port for database... |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | vconn-stream: Factor out port defaults into public... |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | stream: Generalize stream_open_block(). |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | jsonrpc: Add support for passive connections. |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | reconnect: Implement "passive mode". |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | reconnect: Get rid of unused state. |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | stream-ssl: Make it possible to avoid checking peer... |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | stream: New functions stream_verify_name() and pstream_... |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | ovsdb-server: Document --unixctl option. |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | Fix hyphens in manpage. |
tree | commitdiff |
2010-04-12 |
Ben Pfaff | stream-ssl: Read existing CA certificate more eagerly... |
tree | commitdiff |
2010-04-12 |
Justin Pettit | print: Print mod_vlan_vid action in decimal |
tree | commitdiff |
2010-04-12 |
Justin Pettit | ovs-ofctl: Allow setting cookie as a decimal or hex... |
tree | commitdiff |
2010-04-11 |
Ben Pfaff | netdev: Allow recv, recv_wait, drain, send, send_wait... |
tree | commitdiff |
2010-04-08 |
Justin Pettit | leak-checker: Document "--leak-limit" option |
tree | commitdiff |
2010-04-06 |
Ben Pfaff | dpif: Really don't log many dpif errors. |
tree | commitdiff |
2010-04-01 |
Justin Pettit | Define IQ macro for SSL man page fragment |
tree | commitdiff |
2010-03-26 |
Justin Pettit | Cleanup default file locations and XenServer packaging |
tree | commitdiff |
2010-03-25 |
Ben Pfaff | Merge "citrix" branch into "master". |
tree | commitdiff |
2010-03-25 |
Ben Pfaff | timeval: Always log true poll interval instead of round... |
tree | commitdiff |
2010-03-25 |
Tetsuo NAKAGAWA | dpif-linux: Fix file descriptor leak. |
tree | commitdiff |
2010-03-24 |
Ben Pfaff | jsonrpc: Fix potential memory leak. |
tree | commitdiff |
2010-03-24 |
Ben Pfaff | fatal-signal: Initialize library upon any call to publi... |
tree | commitdiff |
2010-03-24 |
Ben Pfaff | stream-ssl: Only re-read certificates and keys if they... |
tree | commitdiff |
2010-03-19 |
Ben Pfaff | docs: Move PKI section heading into individual manpages. |
tree | commitdiff |
2010-03-19 |
Ben Pfaff | docs: Make SSL manpage fragments less specific to OpenFlow. |
tree | commitdiff |
2010-03-19 |
Ben Pfaff | stream-ssl: Make no-op reconfiguration cheap. |
tree | commitdiff |
2010-03-19 |
Ben Pfaff | stream-ssl: Permit race in bootstrapping CA certificate. |
tree | commitdiff |
2010-03-19 |
Jesse Gross | classifier: Check all rules of equal priority when... |
tree | commitdiff |
2010-03-18 |
Ben Pfaff | util: New functions get_cwd(), abs_file_name(). |
tree | commitdiff |
2010-03-17 |
Ben Pfaff | Merge "next" branch into "master". |
tree | commitdiff |
2010-03-17 |
Ben Pfaff | ovsdb: Add support for weak references. |
tree | commitdiff |
2010-03-17 |
Ben Pfaff | ovsdb: Check for changed columns only once per transact... |
tree | commitdiff |
2010-03-17 |
Ben Pfaff | New function ovsdb_error_assert() for verifying that... |
tree | commitdiff |
2010-03-15 |
Jesse Gross | datapath: Consistently maintain flow key. |
tree | commitdiff |
2010-03-15 |
Jesse Gross | datapath: Validate ToS when flow is added. |
tree | commitdiff |
2010-03-15 |
Tetsuo NAKAGAWA | vconn-stream: Copy stream's IP and port info into vconn... |
tree | commitdiff |
2010-03-15 |
Ben Pfaff | vconn-stream: Fix listening on ptcp: and pssl: without... |
tree | commitdiff |
2010-03-11 |
Justin Pettit | ofp-print: Cleanup typos in print OpenFlow Flow Stats... |
tree | commitdiff |
2010-03-08 |
Ben Pfaff | lockfile: Occasionally log a warning when waiting for... |
tree | commitdiff |
2010-03-08 |
Ben Pfaff | ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a... |
tree | commitdiff |
2010-03-08 |
Ben Pfaff | csum: Fix rare error cases in checksum computation. |
tree | commitdiff |
2010-03-05 |
Jesse Gross | Add extern "C" to more header files. |
tree | commitdiff |
2010-03-05 |
Jesse Gross | gre: Add support for path MTU discovery. |
tree | commitdiff |
2010-03-05 |
Jesse Gross | gre: Allow ToS on outer packet to be configured. |
tree | commitdiff |
2010-03-05 |
Jesse Gross | gre: Always set TTL on outer packet to 64. |
tree | commitdiff |
2010-03-03 |
Ben Pfaff | brcompatd: Make bridge ioctls synchronous again. |
tree | commitdiff |
2010-03-03 |
Ben Pfaff | ovsdb-idl: New function ovsdb_idl_txn_commit_block(). |
tree | commitdiff |
2010-03-03 |
Ben Pfaff | ovsdb-idl: Improve check in ovsdb_idl_row_is_orphan(). |
tree | commitdiff |
2010-03-03 |
Ben Pfaff | ovsdb-idl: Fix iteration over rows in IDL tables. |
tree | commitdiff |
2010-03-03 |
Ben Pfaff | json: Fix typo in error message. |
tree | commitdiff |
2010-03-02 |
Justin Pettit | Properly escape quotes in process_escape_args() library... |
tree | commitdiff |
2010-02-27 |
Ben Pfaff | ovsdb-idl: Fix bad logic in ovsdb_idl_txn_commit()... |
tree | commitdiff |
2010-02-21 |
Justin Pettit | dpif-netdev: Clarify function to modify VLAN TCI field |
tree | commitdiff |
2010-02-25 |
Ben Pfaff | ovsdb: Add support for "enum" constraints. |
tree | commitdiff |
2010-02-25 |
Ben Pfaff | ovsdb: Drop regular expression constraints. |
tree | commitdiff |
2010-02-24 |
Ben Pfaff | Merge "master" into "next". |
tree | commitdiff |
2010-02-24 |
Ben Pfaff | Fix excessive white space in manpages. |
tree | commitdiff |
2010-02-20 |
Ben Pfaff | datapath: Set the correct bits for OFPAT_SET_NW_TOS... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | Don't go beyond buffer length when printing descriptions |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Querying port stats for individual ports ... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0) |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Improve resolution of flow stats and removed... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Add support for matching IP addresses in ARP... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Add support for flow cookies (OpenFlow 1.0) |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Add user-specifiable datapath description... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Use 64-bit datapath id and management id ... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Add support for barrier command (OpenFlow... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Add selective Flow Removed messages and flow... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Check overlap, emerg flow cache, and error... |
tree | commitdiff |
2010-02-20 |
Justin Pettit | ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow... |
tree | commitdiff |
2010-02-17 |
Jesse Gross | Add extern "C" to more header files. |
tree | commitdiff |
2010-02-15 |
Ben Pfaff | ovsdb: Factor out code to fsync a file's containing... |
tree | commitdiff |
2010-02-15 |
Ben Pfaff | uuid: New function uuid_from_string_prefix(). |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | Use VLAN_PCP_SHIFT consistently, instead of open-coding... |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | compiler: Don't use __attribute__ for non-GCC compilers. |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | Work around bugs in system headers. |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | ofp-print: Properly order #includes. |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED. |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | compiler: Remove "likely" and "unlikely" macros, since... |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | compiler: Remove PACKED macro and its only (unneeded... |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | classifier: New function cls_rule_to_string(). |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | vconn: New functions vconn_verify_name(), pvconn_verify... |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | rconn: New function rconn_get_last_error(). |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | rconn: Decentralize and improve disconnection logging. |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | vconn: When validating OpenFlow actions always check... |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | ofpbuf: New function ofpbuf_to_string(). |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | ofpbuf: Mark ofpbuf_headroom(), ofpbuf_tailroom() param... |
tree | commitdiff |
2010-02-12 |
Ben Pfaff | dpif-netdev: Fix validation of VLAN PCP value in usersp... |
tree | commitdiff |
2010-02-12 |
Neil McKee | Allow sFlowCpInterval=0 to disable counter samples... |
tree | commitdiff |
2010-02-11 |
Ben Pfaff | Merge "master" into "next". |
tree | commitdiff |
2010-02-11 |
Ben Pfaff | Rename UNUSED macro to OVS_UNUSED to avoid naming conflict. |
tree | commitdiff |
2010-02-11 |
Ben Pfaff | process: Remove pointless, redundant assignments from... |
tree | commitdiff |
2010-02-11 |
Ben Pfaff | netdev-linux: Avoid fiddling with indeterminate data. |
tree | commitdiff |
2010-02-11 |
Ben Pfaff | dhcp: Don't pass NULL to memcmp() even with size 0. |
tree | commitdiff |
2010-02-11 |
Ben Pfaff | flow: Fix null pointer dereference in flow_from_match(). |
tree | commitdiff |
next |