sliver-openvswitch.git
2011-04-07 Ethan Jacksoncfm: Fix broken fault logic. v1.1.0
2011-04-07 Ethan Jacksonbridge: Run once before configuring CFM.
2011-04-06 Justin PettitRelease Open vSwitch 1.1.0
2011-04-06 Ben PfaffUpdate top-level documentation to bring it up to date...
2011-04-06 Ethan Jacksondpif-linux: Choose port numbers more prudently.
2011-04-06 Ben Pfaffxenserver: Fix up iface-id after it changes or disappea...
2011-04-01 Ben Pfaffovsdb-server: Avoid intermittent test failures due...
2011-04-01 Ethan Jacksoncfm: Allow time for CCM reception after cfm_configure();
2011-04-01 Ethan Jacksoncfm: cfm_configure() only update when necessary.
2011-03-31 Ben Pfaffovsdb: Truncate bad transactions from database log.
2011-03-31 Ben Pfaffovsdb: Check that ovsdb-server truncates corrupted...
2011-03-31 Ben Pfaffovsdb: Raise database corruption log level from warning...
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-31 Ben Pfaffovsdb-types: Fix bug in ovsdb_base_type_is_ref().
2011-03-31 Ben Pfaffovs-brcompatd: Convert svecs to ssets.
2011-03-31 Ben Pfaffbridge: Convert svecs to ssets.
2011-03-31 Ben Pfaffovs-openflowd: Use sset in place of svec.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-31 Ben Pfaffovsdb-parser: Use sset instead of svec for detecting...
2011-03-31 Ben Pfaffnetdev: Use sset instead of svec in netdev interface.
2011-03-31 Ben Pfaffdpif: Use sset instead of svec in dpif interface.
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-31 Ben Pfaffsset: New data type for a set of strings.
2011-03-31 Ethan Jacksonlearning-switch: Remove dead assignment.
2011-03-31 Ethan Jacksonovs-ofctl: Remove dead assignment.
2011-03-31 Ethan Jacksonnetdev-linux: Remove dead assignments.
2011-03-31 Ethan Jacksonofproto: Use new timer library.
2011-03-31 Ethan Jacksoncfm: Use new timer library.
2011-03-31 Ethan Jacksonlacp: Use new timer library.
2011-03-31 Ethan Jacksonlib: Create new timer library.
2011-03-31 Ethan Jacksoncfm: Fix appctl negative report.
2011-03-31 Ben Pfaffbridge: Destroy ofproto before deleting dpif.
2011-03-31 Ben Pfaffconnmgr: Fix wild pointer dereference in connmgr_broadc...
2011-03-31 Ben Pfaffofproto: Fix order of destruction in ofproto_destroy().
2011-03-31 Simon Hormandatapath: Update for changes in 2.6.39-rc1
2011-03-30 Ben Pfaffofpbuf: Make ofpbufs initialized with ofpbuf_use_stack...
2011-03-30 Ben Pfaffodp-util: Replace ODPUTIL_FLOW_KEY_U32S by new struct...
2011-03-30 Ben Pfaffdatapath: Fix mysterious GRE-over-IPSEC problems.
2011-03-30 Ben Pfaffmac-learning: Fix mac_entry_is_grat_arp_locked().
2011-03-30 Ben Pfaffofproto: Get rid of send_port_status() trivial wrapper...
2011-03-30 Ben Pfaffofp-util: Remove flow_stats_iterator, flows_stats_first...
2011-03-30 Ben Pfafftimeval: Only log poll intervals longer than 50 ms.
2011-03-30 Ben PfaffAUTHORS: Add Gaetano Catalli <gaetano.catalli@gmail...
2011-03-30 Gaetano CatalliFix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
2011-03-29 Ben Pfaffofproto: Factor OpenFlow connection management into...
2011-03-29 Ben Pfaffofproto: New function ofconn_pktbuf_retrieve().
2011-03-29 Ben Pfaffofproto: Add functions to get and set ofconn type and...
2011-03-29 Ben Pfaffofproto: Add ofconn_get_miss_send_len(), ofconn_set_mis...
2011-03-29 Ben Pfaffofproto: Add ofconn_get_flow_format(), ofconn_set_flow_...
2011-03-29 Ben Pfaffofproto: Use ofconn_send_reply() for sending OpenFlow...
2011-03-29 Ben Pfaffofproto: Introduce ofconn_get_ofproto() accessor function.
2011-03-29 Ben Pfaffofproto: Move hton_ofp_phy_port() to ofp-util.
2011-03-29 Ben Pfaffofproto: Break packet_in encoding out of ofproto into...
2011-03-29 Ben Pfaffofproto: Factor building of flow_removed messages out...
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead assignment.
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead code.
2011-03-29 Ben Pfaffbridge: Always wait for MAC learning table and ports.
2011-03-29 Ben Pfaffxenserver: Wait for ovs-xapi-sync to exit in "stop...
2011-03-29 Ben Pfaffdaemon: Avoid redundant code in already_running().
2011-03-29 Ben Pfaffdaemon: Write "already running" message to log also.
2011-03-28 Ethan Jacksoncfm: No longer keep track of bad remote MPs and MAIDS.
2011-03-28 Ben Pfaffovsdb-tool: Fix cut-and-paste error in manpage.
2011-03-28 Ben Pfaffovs-brcompatd: Delete write-only variable.
2011-03-28 Ethan Jacksoncfm: Create new cfm/show appctl command.
2011-03-28 Ethan Jacksonbridge: Write CFM updates more quickly.
2011-03-28 Ethan Jacksoncfm: Reduce missed CCM detection time.
2011-03-28 Ethan Jacksoncfm: Don't report unexpected remote endpoints.
2011-03-28 Ethan Jacksoncfm: Immediately signal fault on bad CCM reception.
2011-03-25 Ethan Jacksonpackets: Move CFM related packet information to cfm...
2011-03-25 Ethan Jacksonschema: Monitor's remote_mps is not ephemeral.
2011-03-25 Ben Pfaffdatapath: Avoid memory leak in odp_packet_cmd_execute().
2011-03-23 Ethan Jacksoncfm: cfm_run() return ccm instead of packet.
2011-03-23 Ethan Jacksonpackets: Create new compose_packet() function.
2011-03-23 Ethan Jacksoncfm: Move destination address to cfm.h
2011-03-23 Ben Pfaffdatapath: Add compatibility with sk_buff's vlan_tci...
2011-03-23 Justin Pettitofproto: Allow tunnel id to be in decimal or hex for...
2011-03-23 Justin Pettitodp-util: Print tunnel ids in host-order.
2011-03-23 Ethan Jacksongitignore: Added ovs-vlan-bug-workaround and tests
2011-03-23 Ethan Jacksonutilities: Add ovs-vlan-bug-workaround to make distclean
2011-03-22 Ethan Jacksonvswitchd: Properly calculate output port.
2011-03-22 Sajjad Lateefxenserver: Collect /proc/slabinfo in a Server Status...
2011-03-22 Ethan Jacksonvswitchd: Destroy lacp in port_destroy().
2011-03-22 Ethan Jacksonbridge: Memory leak in port_destroy()
2011-03-22 Ben Pfaffbridge: Change bridge's 'ports' member from array to...
2011-03-22 Ben Pfaffbridge: Avoid flushing entire MAC learning table for...
2011-03-22 Ben Pfaffmac-learning: Expose function for expiring a single...
2011-03-22 Ben Pfaffbridge: Use pointer to "struct port", not "port_idx...
2011-03-22 Ben Pfaffmac-learning: Change 'port' member to a union.
2011-03-22 Ben Pfaffmac-learning: Refactor to increase generality.
2011-03-22 Ben Pfaffbridge: Change port's 'ifaces' member from array to...
2011-03-22 Ben Pfaffbridge: Get rid of "port_ifidx" in struct iface. Fix...
2011-03-22 Ben Pfaffbridge: Expire bond slave assignments when their loads...
2011-03-22 Ben Pfaffbridge: Improve name and comments for bond_entry's...
2011-03-22 Ben Pfaffbridge: Change struct port's active_iface member from...
2011-03-22 Ben Pfaffbridge: Get rid of redundant bridge_get_local_iface...
2011-03-22 Ben Pfaffbridge: Drop 'active_iface_tag' from "struct port".
2011-03-22 Ben Pfaffbridge: Don't bother revalidating in combination with...
2011-03-21 Ben Pfaffxenserver: Don't require other-config:disable-in-band...
2011-03-21 Ben Pfafflist: Allow list_front(), list_back() to take 'const...
2011-03-21 Ben Pfafflist: Fix indentation.
next