sliver-openvswitch.git
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-05-02 Justin Pettitofproto: Rate-limit STP status errors on non-existent...
2012-05-01 Ben PfaffDESIGN: Document uses for flow cookies.
2012-05-01 Ben Pfaffovs-ctl: Make "force-reload-kmod" warn when DHCP client...
2012-05-01 Ben Pfafftests: Fix typo in comment.
2012-05-01 Ben Pfaffovs-ofctl: Document padding in "note" actions.
2012-05-01 Ben Pfaffofp-print: Add some more white space to flow dumps.
2012-05-01 Ben Pfaffovs-ofctl: Document importance of priorities.
2012-05-01 Ben Pfaffvswitch.xml: Document more details of CFM intervals.
2012-05-01 Ben Pfaffovs-appctl: Point to individual daemon manpages in...
2012-05-01 Ben Pfaffnetdev: Document use for get_etheraddr member of struct...
2012-04-30 Ben Pfaffconnmgr: Log when controllers are added and removed.
2012-04-30 Ben PfaffINSTALL.Linux: Document use of "sparse" with Open vSwitch.
2012-04-30 Ben Pfaffcfm: Avoid constructing log message that will be droppe...
2012-04-30 Ben Pfaffovs-bugtool: Add "ovs-vsctl show" output to bugtool.
2012-04-30 Ben Pfaffovs-bugtool: Add "ovs-appctl coverage/show" output...
2012-04-30 Ben Pfaffdebian: Install ovs-bugtool scripts by wildcard to...
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().
next