| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Suppress "role reply" that can appear in async message test. | Ben Pfaff | 2012-03-07 | 1 | -0/+1 |
* | python: Make build number format consistent with C. | Ethan Jackson | 2012-03-07 | 2 | -3/+1 |
* | ovs-ofctl: Make "barrier" output reproducible for testing. | Ben Pfaff | 2012-03-07 | 1 | -2/+1 |
* | tests: Convert *_SCHEMA macros to shell functions. | Ben Pfaff | 2012-03-07 | 5 | -100/+97 |
* | tests: Convert OVS_WAIT_* macros to shell functions. | Ben Pfaff | 2012-03-07 | 1 | -14/+24 |
* | tests: Convert interface-reconfigure macros to shell functions. | Ben Pfaff | 2012-03-07 | 1 | -90/+96 |
* | Abstract everything that uses ofp_phy_port, add OF1.1 support. | Ben Pfaff | 2012-03-07 | 2 | -13/+121 |
* | ofp-print: Print OpenFlow version number of message, unless it's 1.0. | Ben Pfaff | 2012-03-07 | 1 | -3/+3 |
* | Begin breaking openflow-1.0.h into common and version-specific definitions. | Ben Pfaff | 2012-03-07 | 1 | -10/+10 |
* | Introduce ofputil_protocol, to abstract the protocol in use on a connection. | Ben Pfaff | 2012-03-07 | 4 | -32/+72 |
* | unixctl: Timeout unit tests instead of hanging. | Ethan Jackson | 2012-03-07 | 3 | -31/+46 |
* | unixctl: Re-enable unit tests. | Ethan Jackson | 2012-03-06 | 1 | -6/+0 |
* | xenserver: Add vm-id to the external_ids. | Gurucharan Shetty | 2012-03-06 | 2 | -4/+13 |
* | unixctl: Skip Python unixctl tests. | Ethan Jackson | 2012-03-02 | 1 | -0/+6 |
* | python: Port unixctl to Python. | Ethan Jackson | 2012-03-02 | 6 | -0/+318 |
* | tests: Add code coverage for Python. | Ethan Jackson | 2012-03-02 | 2 | -3/+23 |
* | jsonrpc.py: Don't swallow errors in transact_block(). | Ethan Jackson | 2012-03-02 | 1 | -0/+5 |
* | tests: Prefer development Python files over installed ones. | Ethan Jackson | 2012-03-01 | 1 | -1/+1 |
* | timeval: Add "time/stop" unixctl command, for use in unit tests. | Ben Pfaff | 2012-02-28 | 1 | -0/+1 |
* | unixctl: New JSON RPC back-end. | Ethan Jackson | 2012-02-21 | 2 | -23/+23 |
* | jsonrpc: Don't swallow errors in jsonrpc_transact_block(). | Ethan Jackson | 2012-02-21 | 1 | -1/+1 |
* | Add ability to direct "packet-in"s to particular controllers. | Ben Pfaff | 2012-02-27 | 3 | -3/+29 |
* | jsonrpc: Make jsonrpc_error() internal. | Ben Pfaff | 2012-02-27 | 1 | -12/+14 |
* | ovs-vsctl.at: Use full name for referring to the "NetFlow" table. | Justin Pettit | 2012-02-18 | 1 | -4/+4 |
* | Implement new "fin_timeout" action and "learn" feature. | Ben Pfaff | 2012-02-15 | 3 | -2/+55 |
* | ofproto: Implement OpenFlow extension to allow control over async messages. | Ben Pfaff | 2012-02-09 | 2 | -0/+107 |
* | Add support for parsing and printing OFPFF_* flags. | Ben Pfaff | 2012-02-09 | 1 | -4/+4 |
* | ofp-util: Add struct ofputil_packet_out, helper functions, and use it all. | Ben Pfaff | 2012-02-09 | 1 | -1/+1 |
* | ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL. | Aaron Rosen | 2012-02-08 | 1 | -0/+11 |
* | Add information about time left before timeouts to flow dumps. | Ben Pfaff | 2012-02-07 | 3 | -8/+100 |
* | tests: Use ofctl_strip consistently. | Ben Pfaff | 2012-02-07 | 4 | -65/+65 |
* | stp: Log topology change events. | Ethan Jackson | 2012-02-02 | 2 | -12/+80 |
* | Add support for bitwise matching on TCP and UDP ports. | Ben Pfaff | 2012-02-02 | 2 | -5/+21 |
* | tests: Reduce risk of port collision and remove bash dependency. | Ben Pfaff | 2012-02-02 | 4 | -8/+36 |
* | daemon: New function daemon_save_fd() to preserve fds across detach. | Ben Pfaff | 2012-02-02 | 1 | -9/+2 |
* | tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target. | Ben Pfaff | 2012-02-02 | 1 | -0/+2 |
* | Add support for limiting the number of flows in an OpenFlow flow table. | Ben Pfaff | 2012-02-01 | 3 | -0/+238 |
* | heap: New library that implements a binary heap-based priority queue. | Ben Pfaff | 2012-02-01 | 5 | -1/+509 |
* | util: New function bitwise_zero(). | Ben Pfaff | 2012-02-01 | 1 | -0/+43 |
* | util: Move bitwise_copy() here, add new bitwise functions, add a test. | Ben Pfaff | 2012-02-01 | 1 | -1/+61 |
* | tests: Fix broken interface-reconfigure tests. | Ben Pfaff | 2012-01-24 | 1 | -0/+4 |
* | lacp: Require successful LACP negotiations when configured. | Ethan Jackson | 2012-01-23 | 1 | -1/+1 |
* | bond: Change default bond_mode to active-backup. | Ethan Jackson | 2012-01-16 | 1 | -1/+0 |
* | bond: Add ovs-appctl bond/show to LACP sanity checks. | Ethan Jackson | 2012-01-16 | 1 | -3/+19 |
* | ofproto: New action TTL decrement. | Pravin B Shelar | 2012-01-13 | 2 | -4/+36 |
* | Better abstract OpenFlow error codes. | Ben Pfaff | 2012-01-12 | 2 | -57/+94 |
* | dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests. | Ben Pfaff | 2012-01-12 | 1 | -250/+140 |
* | ovs-vsctl: Add set relational operators to "find" command. | Ben Pfaff | 2012-01-11 | 1 | -1/+135 |
* | openflow: New Nicira Extended PACKET_IN format. | Ethan Jackson | 2012-01-10 | 2 | -38/+68 |
* | ofproto-dpif: Implement PACKET_IN in userspace. | Ethan Jackson | 2012-01-10 | 1 | -2/+2 |