sliver-openvswitch.git
2010-07-13 Ben Pfaffconfigure: Add --with-l26-source option to specify...
2010-07-12 Ben Pfaffvswitch: Distinguish mirrors by UUID, not by name.
2010-07-12 Ben Pfaffvswitch: Fix memory leak in mirror code.
2010-07-12 Ben Pfaffvswitch: Use ovsrec_qos_get_queues() to avoid open...
2010-07-12 Ben Pfaffovsdb-idlc: Add "get" accessor functions to generated...
2010-07-12 Ben Pfaffvswitch: Use ovsdb_idl_get() to avoid O(n) in get_ovsre...
2010-07-12 Ben Pfaffovsdb-idl: Transition to better interfaces for reading...
2010-07-12 Ben Pfaffovsdb-idlc: Check and restore ovsdb_datum invariants...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_d...
2010-07-12 Ben Pfaffovsdb: New functions ovsdb_atom_default(), ovsdb_datum_...
2010-07-12 Ben Pfaffovsdb: Document some ovsdb-data.[ch] functions.
2010-07-01 Ben Pfaffovsdb: Extend "monitor" to select different operations...
2010-06-30 Ben Pfafftests: Add OVSDB tests for monitors that select only...
2010-06-30 Ben Pfaffovsdb-client: Fix "selects" argument to "monitor" command.
2010-06-30 Ben Pfaffovsdb: Document in SPECS how OVS uses JSON.
2010-06-30 Ben Pfaffjson: Better handle JSON objects with duplicate names.
2010-06-30 Ben Pfaffshash: New function shash_replace().
2010-06-30 Ben Pfaffshash: Refactor shash_add_nocopy(), shash_find().
2010-06-30 Ben PfaffSimplify shash_find() followed by shash_add() into...
2010-06-29 Ben Pfaffovs-pki: Allow generating certificates with duplicate...
2010-06-29 Ben Pfaffdoc: Change "-" to "\-" in appropriate places.
2010-06-29 Ben Pfaffdaemon: Clarify documentation.
2010-06-29 Ben Pfaffovs-vsctl: Add "wait-until" command.
2010-06-29 Ben Pfaffovs-vsctl: Make partial matches on record names optional.
2010-06-29 Ben Pfaffovs-vsctl: Prepare for more flexible database argument...
2010-06-29 Ben Pfaffovs-vsctl: Allow commands to tell ovs-vsctl to try...
2010-06-28 Justin Pettitdebian: Correct naming in init scripts
2010-06-28 Ben Pfaffovs-ofctl: Warn about flows not in normal form.
2010-06-28 Ben Pfaffofproto: Log changes made by flow normalization.
2010-06-28 Ben Pfaffxenserver: Avoid errors from ovs-vsctl at system shutdown.
2010-06-28 Ben Pfaffxenserver: Kill bond master's dhclient when bringing...
2010-06-25 Ben Pfafftimeval: Hide "memory leak" from Valgrind.
2010-06-25 Ben PfaffAdd AUTHORS file.
2010-06-25 Yu Zhiguodatapath: fix header file include
2010-06-25 Ben Pfaffovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid...
2010-06-24 Jesse Grossdocs: Correct DB init instructions in INSTALL.Linux.
2010-06-24 Jesse Grossovsdb-idl: Check if row->written is valid.
2010-06-24 Ben Pfaffvswitchd: Add entity-relationship diagram to ovs-vswitc...
2010-06-24 Ben Pfafftests: Tolerate ignored SIGPIPE in daemon tests.
2010-06-24 Ben Pfaffovs-vsctl: Add details to documentation for "emer-reset...
2010-06-24 Ben Pfaffovsdb-server: Implement unixctl command to reconnect...
2010-06-24 Ben Pfaffvswitch: Implement unixctl command to reconnect OpenFlo...
2010-06-24 Ben Pfaffrconn: Suppress failed connection messages after the...
2010-06-24 Ben Pfaffvconn: Fix tracking of "connected" state.
2010-06-24 Ben Pfaffrconn: Remove superfluous \n from log message.
2010-06-23 Ben Pfaffbridge: Implement basic periodic update of interface...
2010-06-23 Ben Pfaffbridge: Make configuration database records valid all...
2010-06-23 Ben Pfaffovs-vswitchd: Allow bridge code to manage the database...
2010-06-23 Ben Pfaffovsdb-idlc: Fix sizeof calculation in generated code.
2010-06-23 Ben Pfaffovsdb-idl: Drop unnecessary allocation from ovsdb_idl_t...
2010-06-23 Ben Pfaffovsdb-idl: Start documenting the public interface.
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
2010-06-23 Ben Pfaffbridge: Drop unused enum definition.
2010-06-23 Ben Pfaffbridge: Remove unused functions.
2010-06-23 Ben PfaffUse shash_destroy_free_data() to simplify a few scatter...
2010-06-23 Ian Campbellxenserver: Largely untested patch for 5.5 and 5.6 CHIN...
2010-06-23 Ian Campbellinterface-reconfigure: Handle CHIN Tunnel objects
2010-06-23 Ben Pfaffstream-ssl: Log protocol details at DBG level.
2010-06-23 Ben PfaffBetter document how ovsdb-server is meant to be used.
2010-06-23 Ben Pfafftests: Fix occasional failure of "self-linking idl...
2010-06-23 Jun NakajimaUpdate INSTALL.XenServer to indicate that 5.6.0 is...
2010-06-22 Ben PfaffINSTALL.Linux: Add some troubleshooting instructions...
2010-06-22 Ben Pfaffofp-util: Also normalize nw_tos in normalize_match().
2010-06-22 Ben PfaffSuppress ovsdb-server log messages about connections...
2010-06-22 Ben Pfaffjsonrpc: Suppress duplicate logging.
2010-06-22 Ben Pfaffjsonrpc: Propagate error code to reconnect_disconnected().
2010-06-22 Ben Pfaffovsdb-server: Improve logging for referential integrity...
2010-06-19 Jesse Grossdatapath: Don't compute checksums on partial packets.
2010-06-18 Jesse Grossdatapath: Compute checksum while sending packets to...
2010-06-18 Jesse Grossdatapath: Check vswitch_skb_checksum_setup() return...
2010-06-18 Jesse Grossdatapath: Call vswitch_skb_checksum_setup() before...
2010-06-18 Jesse Grossofproto: Consistently make queue_id uint32_t.
2010-06-17 Ben Pfaffovsdb-idlc: Fix warning in generated code.
2010-06-17 Ben Pfaffvswitchd: Attempt to further clarify Port "trunk" and...
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffshash: New functions shash_destroy_free_data() and...
2010-06-17 Ben Pfaffport-array: Add port_array_delete() function.
2010-06-17 Ben Pfaffnetdev-linux: Create rtnetlink socket up front instead...
2010-06-17 Ben Pfaffnetlink: Improve support for nested Netlink attributes.
2010-06-17 Ben Pfaffnetlink: Add support for Netlink table dumping.
2010-06-17 Ben Pfaffnetlink: Add functions for handling nested attributes.
2010-06-17 Ben Pfaffnetlink: Make nl_sock_transact() always return a reply...
2010-06-17 Ben Pfaffnetlink: Fix bad assumption about nested Netlink attrib...
2010-06-17 Ben Pfaffnetlink: Make nl_sock_transact() discard reply if ...
2010-06-17 Ben Pfaffnetlink: Drop sock parameter from nl_msg_put_(ge)nlmsgh...
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...
2010-06-17 Ben Pfaffovs-vsctl: Support references among records at creation...
2010-06-17 Ben Pfaffovs-vsctl: Add support for command options that accept...
2010-06-17 Ben Pfaffovs-vsctl: Update manpage. Use same order as ovs-vswit...
2010-06-17 Ben Pfaffovs-vsctl: Fix assert-fail when an error occurs and...
2010-06-17 Ben Pfaffofproto: Fix byte order for OFP_VLAN_NONE to dl_vlan...
2010-06-17 Ben Pfaffvswitch: Improve documentation for datapath_id column.
2010-06-17 Ben Pfaffvswitch: Datapath IDs are now 16 hex digits.
2010-06-17 Ben Pfaffovs-vsctl: Fix spelling error in log message.
2010-06-17 Ben Pfaffovsdbmonitor: Clean some more files.
2010-06-17 Ben Pfaffovsdbmonitor: Put temporary file in ovsdb/ovsdbmonitor...
2010-06-17 Ben Pfaffupdate-debian-changelog: Pass "-f" to "mv" to fix ...
2010-06-17 Ben PfaffWHY-OVS: New file explaining the rationale for Open...
2010-06-15 Ben Pfaffxenserver: Delete network.conf on package removal on...
2010-06-15 Ben Pfaffxenserver: Create network.conf before running interface...
next