sliver-openvswitch.git
2012-04-27 Gurucharan... xenserver: Update Open vSwitch post upgrade instructions.
2012-04-27 Ben Pfaffmeta-flow: Correctly set destination MAC in mf_set_flow...
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-26 Ben Pfaffcoverage: Rate-limit logging coverage information.
2012-04-26 Ben Pfafftimeval: Rate-limit logging rusage information.
2012-04-26 Ben Pfaffcfm: Log fault status changes more informatively.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-25 Ben Pfaffjsonrpc: Keep jsonrpc_recv() from taking over the CPU.
2012-04-25 Ben PfaffFix memory leaks.
2012-04-25 Simon HormanAdd OXM data to mf_fields
2012-04-25 Simon HormanAdd OXM_OF_* definitions
2012-04-25 Simon HormanCorrect OFPXMC12_{OPENFLOW_BASIC,EXPERIMENTER} definitions
2012-04-25 Ben Pfaffvswitchd: Clean up iface_create().
2012-04-25 Ben Pfaffvswitchd: Make reconfiguration update port configuratio...
2012-04-25 Ben Pfaffvswitchd: Make iface_create() return an indication...
2012-04-25 Ben Pfaffvswitchd: Factor code to configure netdevs out of iface...
2012-04-25 Ben Pfaffvswitchd: Refactor iface_refresh_type() into iface_get_...
2012-04-25 Ben Pfaffvswitchd: Drop 'need_refresh' member from struct iface.
2012-04-25 Ben Pfaffvswitchd: Push ofproto_port declaration down to inner...
2012-04-23 Ethan Jacksonbridge: Ignore null interfaces as required.
2012-04-24 Ben Pfaffvswitchd: Report actual port number, not -1, in "added...
2012-04-24 Ben Pfaffvswitch.xml: Document Interface external-ids:iface...
2012-04-23 Ethan Jacksonbridge: Refactor bridge_reconfigure().
2012-04-23 Ethan Jacksonvswitchd: Remove unused 'tag' from 'struct iface'.
2012-04-23 Ben PfaffDESIGN: Describe principles of in-band control.
2012-04-23 Ben Pfafftests: Generalize 'sed' calls in MAC learning test...
2012-04-23 Ben Pfafftests: Avoid daemon race between pidfile creation and...
2012-04-23 Ben Pfaffofproto: Fix use-after-free error when ports disappear.
2012-04-20 Ben Pfaffvswitchd: Make "cfm_health" column ephemeral.
2012-04-20 Ben Pfaffvswitchd: Make "cfm_fault_status" column ephemeral.
2012-04-20 Ansis Attekaautomake: ofp-errors.[c|inc] are actually inside srcdir
2012-04-20 Yasuhito Takamiyadocumantation: Trivial fix for kvm option error.
2012-04-19 Ben Pfaffovs-vsctl: Speed up port management operations with...
2012-04-19 Ben Pfaffovs-vsctl: Remove 'ctrl', 'n_ctrl' from struct vsctl_br...
2012-04-19 Ben Pfaffovs-vsctl: Remove 'fail_mode' member from struct vsctl_...
2012-04-19 Ben Pfaffovs-vsctl: Merge struct vsctl_info into struct vsctl_co...
2012-04-19 Ben Pfaffovs-vsctl: Verify VLAN bridge controllers in cmd_get_co...
2012-04-19 Ben Pfaffovs-vsctl: Verify correct record in cmd_get_fail_mode...
2012-04-19 Simon Hormandatapath: Use ETH_ALEN instead of VLAN_ETH_ALEN
2012-04-19 Simon Hormandatapath: Include linux/completion.h
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid calling get_ofp_port() twice in...
2012-04-19 Ben Pfaffofproto-dpif: Implement "flow setup governor" to speed...
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common case for "execut...
2012-04-19 Ben Pfaffofproto-dpif: Make it easier to credit statistics for...
2012-04-19 Ben Pfaffclassifier: Optimize search of "catchall" table.
2012-04-19 Ben Pfaffmac-learning: Speed up mac_table_hash().
2012-04-19 Ben Pfaffhash: Speed up hash_bytes().
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() of "struct flow_miss".
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common case for allocat...
2012-04-19 Ben Pfaffofproto-dpif: Move definition of "struct subfacet"...
2012-04-19 Ben Pfaffnetlink-socket: Make caller provide message receive...
2012-04-19 Ben Pfaffnetlink-socket: Remove unnecessary #include.
2012-04-19 Ben Pfaffnetlink: Postpone choosing sequence numbers until send...
2012-04-19 Ben Pfaffofproto-dpif: Avoid computing flow hash multiple times.
2012-04-19 Ben Pfaffdpif-linux: Avoid malloc() in dpif_linux_operate().
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common cases for xlate_...
2012-04-19 Ben Pfaffofpbuf: New functions ofpbuf_use_stub() and ofpbuf_get_...
2012-04-19 Ben Pfaffofproto-dpif: Don't do an extra flow translation when...
2012-04-19 Ben Pfaffnetlink-socket: Avoid forcing a reply for final message...
2012-04-19 Ben Pfaffdpif: Include TCP flags in "ovs-dpctl dump-flows" output.
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-04-19 Ben Pfaffofproto-dpif: Drop unneeded _SAFE from iteration in...
2012-04-19 Ben Pfaffofproto-dpif: Keep subfacet "used" times more up-to...
2012-04-18 Ansis Attekaovs-test: Enhancements to the ovs-test tool
2012-04-17 Ethan Jacksonlacp: Remove heartbeat mode.
2012-04-17 Ethan Jacksonlacp: Remove custom transmission intervals.
2012-04-17 Ethan Jacksonvswitch: Use consistent representation of DSCP bits.
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
2012-04-17 Ethan Jacksonlib: Pull dscp bits out of reconnect.
2012-04-17 Ethan Jacksonsocket-util: Close socket on failed dscp modification.
2012-04-16 Ansis Attekadocumentation: Add INSTALL.Libvirt file
2012-04-16 Ansis Attekaovs-save: Add "dev" keyword before interface names...
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-04-12 Ethan Jacksonpython: Honor zero probe interval in reconnect.py
2012-04-14 Ben Pfafflearn: Make it possible to parse "load" actions wider...
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-04-14 Ben Pfaffmeta-flow: New functions for reading and writing genera...
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-04-11 Ethan Jacksonbridge: Rate limit port creations and deletions.
2012-04-11 Ethan Jacksonbridge: Rate limit default address warnings.
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-04-12 Ben Pfaffovs-monitor-ipsec: Use same pattern as ovs-xapi-sync.
2012-04-10 Arun SharmaPython binaries to write comment in db show-log while...
2012-04-09 Ansis Attekavswitchd: Remove port from datapath if it becomes non...
2012-04-09 Ansis Attekadatapath: Do not send notification if ovs_vport_set_opt...
2012-04-06 Ethan Jacksonutil: New function set_program_name_version().
2012-04-06 Mehak MahajanAdded handling of previously ignored cfm faults.
2012-04-06 Gurucharan... debian: Remove unused directory.
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-04-05 Mehak MahajanRevert "Granular link health statistics for cfm."
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-04-05 Simon Hormandatapath: tunnelling: capwap: UDP_ENCAP_CAPWAP is an...
next