openvswitch
2009-12-10 Justin PettitUpdate .gitignore files
2009-12-10 Justin Pettitxenserver: Modify init scripts to use new configuration...
2009-12-10 Justin Pettitxenserver: Remove ip_gre kernel module when other modul...
2009-12-10 Ben Pfaffovs-vsctl: New commands for working with external IDs.
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
2009-12-09 Ben Pfaffovs-vsctl: Fix bugs.
2009-12-09 Ben Pfaffvsctl: Start making it work with ovsdb.
2009-12-09 Ben Pfaffovsdb-idlc: Add "const" to "set" function arguments...
2009-12-09 Ben Pfaffovsdb-idl: New function to obtain the current transacti...
2009-12-09 Ben Pfaffovsdb-idl: Bug fixes.
2009-12-08 Ben Pfaffvswitch: Add "external_ids" and "ofport" columns to...
2009-12-08 Ben Pfaffovsdb-idlc: Fix parsing of "ephemeral" member of "column".
2009-12-08 Ben Pfaffovsdb-idl: Update IDL data when "set" functions are...
2009-12-08 Ben Pfaffovsdb-idl: Make it possible to write data through the...
2009-12-08 Ben Pfaffovsdb: Implement new "declare" operation.
2009-12-08 Ben Pfaffjson: New convenience function json_array_create_1().
2009-12-08 Ben Pfaffbitmap: New function bitmap_scan() and macro BITMAP_FOR...
2009-12-08 Ben Pfaffhmap: Add function to mark an hmap_node as "null" and...
2009-12-08 Ben Pfaffovsdb-idlc: Add rules to make sure .h files get generat...
2009-12-08 Glen GibbFix alphabetic ordering in lib/automake.mk
2009-12-07 Ben Pfaffovsdb: Remove obsolete declaration from ovsdb-server.c.
2009-12-07 Ben Pfaffvswitchd: Avoid segfault when local port is required...
2009-12-07 Jesse Grossgre: Temporary workarounds for GRE on Xen.
2009-12-07 Jesse Grossgre: Add userspace GRE support.
2009-12-07 Jesse Grossgre: Add kernel GRE support.
2009-12-07 Jesse Grossgre: Compatibility with older Linux kernel versions.
2009-12-07 Jesse Grossnetflow: Correctly set active timeout value.
2009-12-07 Ben PfaffUpdate ovsdb specifications based on suggestions from...
2009-12-07 Ben Pfaffofproto: Fix reversed inequality test.
2009-12-05 Justin Pettitvswitch: Add description for configuring GRE tunnels
2009-12-04 Ben Pfaffovsdb-idl: Fix memory leak.
2009-12-04 Ben Pfaffovsdb-idl: Optimize lookup of struct idl_table from...
2009-12-04 Ben PfaffDistribute ovsdb-idlc built sources, so Python is not...
2009-12-04 Ben Pfaffvswitchd: Add "id" column to Interface table for use...
2009-12-04 Ben Pfaffjson: Improve error reporting.
2009-12-03 Ben Pfaffvswitchd: Avoid segfault when creating a bridge fails.
2009-12-03 Ben Pfaffxenserver: Mention additional ovsdb files that are...
2009-12-03 Ben Pfaffovsdb: Fix race conditions in test suite.
2009-12-03 Ben Pfaffovsdb-client: Add support for --detach to "monitor...
2009-12-03 Ben Pfaffovsdb-server: Open --listen sockets before detaching.
2009-12-03 Ben Pfaffxenserver: Remove now-missing files from RPM spec file.
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-03 Ben Pfaffvswitchd: Remove vestigial spanning tree protocol ...
2009-12-03 Ben Pfaffovsdb-idl: Fix resolution of references from one table...
2009-12-03 Ben Pfaffovsdb-idl: Make IDL-generated files depend on ovsdb...
2009-12-03 Ben Pfaffovsdb-idlc: C code generation improvements.
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.
next