sliver-openvswitch.git
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.
2009-12-02 Ben Pfaffjsonrpc: Make it easy to get a new JSON-RPC request...
2009-12-02 Ben Pfaffjsonrpc: New type "jsonrpc_session", which automaticall...
2009-12-02 Ben Pfaffovsdb: Allow a named-uuid to be used within the operati...
2009-12-02 Ben Pfaffvswitchd: Fix build when source and build directory...
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-12-01 Justin Pettitdpif: Minor provider comment cleanups.
2009-11-24 Ben Pfaffvswitch.ovsidl: Fix comments.
2009-11-24 Ben Pfaffclassifier: Improve comments.
2009-11-24 Justin Pettitovsdb: Minor cleanups to the SPECS file
2009-11-24 Justin Pettitvswitch.ovsidl: Various cleanups
2009-11-24 Justin Pettitovsdb-idlc: Remove "sha" deprecation warning
2009-11-24 Ben Pfaffovsdb: Add ovsdb IDL compiler to build system.
2009-11-23 Ben Pfaffovs-openflowd: Add support for userspace-only switching.
2009-11-23 Ben Pfaffsvec: New function svec_split().
2009-11-23 Ben Pfaffdpif: New function dpif_create_and_open().
2009-11-23 Ben Pfaffnetflow: Break out code for sending packets into a...
2009-11-23 Ben Pfaffnetflow: Use inet_open_active() to factor out some...
2009-11-23 Ben Pfaffsocket-util: Generalize tcp_open_*() to UDP, as inet_op...
2009-11-23 Ben Pfaffsocket-util: Make TCP open function support no default...
2009-11-23 Ben Pfaffnetdev: New function netdev_get_ifindex().
2009-11-23 Ben PfaffMove C compiler warning (-W) flags from CFLAGS to AM_CF...
2009-11-23 Ben Pfaffacinclude.m4: Fix inconsistency.
2009-11-20 Ben Pfaffovsdb: Rename variable to better describe its purpose.
2009-11-20 Ben Pfaffshash: Make it more convenient to store "const" objects...
2009-11-20 Ben Pfaffovsdb: Require database, table, column names to be...
2009-11-19 Justin PettitCorrect dameon options in INSTALL.bridge
2009-11-19 Ben Pfaffnetdev: Really set output values to 0 on failure in...
2009-11-19 Jean Tourrilhesovs-controller: Add --wildcard and --normal features.
2009-11-19 Ian Campbelldatapath: Use HAVE_PROTO_DATA_VALID when defining vswit...
2009-11-18 Ben Pfaffdatapath: Fix warning building datapath on pre-2.6...
2009-11-18 Ben Pfaffdatapath: Check for proto_data_valid member instead...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Jesse Grossdatapath: Allow minimum headroom to be set when copying...
2009-11-18 Jesse Grossdatapath: Copy Xen's checksumming fields when doing...
2009-11-18 Ben Pfaffdatapath: Fix build with kernel header layout recently...
2009-11-18 Ben PfaffDocument userspace switch.
2009-11-18 Ben Pfaffovsdb: Make ovsdb-server tests pass even when @RUNDIR...
2009-11-18 Ben Pfaffovsdb: Add more tests for "monitor" feature.
2009-11-18 Ben Pfaffovsdb-server: Fix crash for invalid parameters to ...
2009-11-18 Ben PfaffUpdate documentation to mention correct Autoconf versio...
2009-11-18 Ben Pfaffovsdb: Monitor support.
2009-11-18 Ben Pfaffjsonrpc: Add logging for messages sent and received...
2009-11-18 Ben Pfaffovsdb-server: Add "exit" unixctl command and --unixctl...
2009-11-17 Justin Pettitdatapath: Remove unused print_flow() function
2009-11-17 Justin Pettitdatapath: Cleanup tab/space issues in datapath
2009-11-17 Justin Pettitvconn: Fix endian issue in unknown action type error...
2009-11-17 Justin Pettitovs-ofctl: Add support for transport and network modifi...
2009-11-17 Justin Pettitofproto: Support missing set_nw_dst and set_tp_dst...
2009-11-17 Justin Pettitdatapath: Calculate proper checksum for set_tp_src...
2009-11-17 Justin Pettitovs-appctl: Fix shadow variable that could cause segfault
2009-11-17 Ben Pfaffovsdb-parser: Fix logic in ovsdb_parser_member().
2009-11-17 Ben Pfaffovsdb-server: Ignore replies to echo requests.
2009-11-16 Ben Pfaffovsdb: Add tests for file storage and for ovsdb-server.
2009-11-16 Ben Pfaffovsdb-client: New command "transact".
2009-11-16 Ben Pfaffovsdb-server: Maintain the database lock with --detach.
2009-11-16 Ben Pfaffovsdb: Refactor JSON-RPC database server implementation.
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-16 Ben Pfaffovsdb: Fix use of non-array for JSON-RPC parameters.
2009-11-16 Ben Pfaffovsdb-parser: Fix indentation.
2009-11-14 Justin Pettitofproto: Update time of super-rule to match sub-rule
2009-11-13 Justin Pettitovs-openflowd: Setup default listener
2009-11-13 Jesse Grossofproto: Don't send OpenFlow flow expirations hidden...
2009-11-13 Jesse Grossofproto: Distinguish stats from before and after action...
2009-11-13 Justin Pettitofproto: Correct structure length assertion for ofp_act...
2009-11-13 Ian Campbellxenserver: interface-reconfigure and vif hotplug relice...
2009-11-12 Justin Pettitofp-print: Add missing error types
2009-11-12 Jesse Grossofproto: Correctly credit stats for displaced rules.
2009-11-12 Ben Pfaffovsdb-client: Support listening for incoming connection...
2009-11-12 Ben Pfaffovsdb-server: Reconnect to clients specified on --connect.
2009-11-12 Ben Pfaffstream: New function pstream_accept_block().
2009-11-12 Ben PfaffNew "reconnect" library for managing network connection...
2009-11-12 Ben Pfaffsvec: New function svec_is_empty().
2009-11-12 Ben Pfaffvswitch: Only one Open vSwitch daemon is supported...
2009-11-12 Jesse Grossbridge: Fix segfault when updating learning table for...
2009-11-12 Jesse Grossmirroring: Preserve key for disabling learning.
2009-11-11 Jesse Grossbridge: Feed flow stats into learning table.
2009-11-11 Jesse Grossofproto: Update stats for exact match flows before...
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-10 Jesse Grossmirroring: Allow learning to be disabled on a VLAN.
2009-11-10 Jesse Grossbridge: Require learning table at all times.
2009-11-10 Justin Pettitvconn: Clean-up "match" typo in comments
2009-11-09 Ben Pfaffovs-vsctl: Capitalize names of global constants but...
2009-11-09 Ben PfaffMake ovs-appctl easier to use and synchronize its inter...
2009-11-09 Jesse Grossbonding: Ignore updelay if there is no active slave.
2009-11-09 Ben PfaffFix incorrect printf format specifiers.
2009-11-09 Ben Pfaffbacktrace: Avoid GCC warning on x86-64.
2009-11-09 Ben Pfaffbacktrace: Suppress dumb GCC warning on x86-64.
2009-11-06 Ben Pfaffovsdb: Add new ovsdb-client program.
2009-11-06 Ben Pfaffovsdb: Add documentation for ovsdb-server and ovsdb...
2009-11-06 Ben Pfaffovsdb: Improve error message for transaction that uses...
2009-11-06 Ben PfaffDon't try to distribute file that doesn't exist.
2009-11-06 Ben Pfaffovsdb: Fix inverted logic in ovsdb_open().
2009-11-06 Ben Pfaffovsdb: Fix use-after-free error in ovsdb_destroy().
2009-11-06 Ben Pfaffovsdb-server: Remove unixctl transaction support.
2009-11-06 Ben Pfaffovsdb-tool: Make "query" and "transact" commands work...
2009-11-06 Jesse Grossudatapath: Implement ZERO_TCP_FLAGS option.
2009-11-06 Jesse Grossnetflow: Only query stats of installed flows.
next