sliver-openvswitch.git
2012-05-22 Ben PfaffProperly reopen python daemon log files after rotation.
2012-05-22 Ben Pfaffvlog: Take advantage of relaxed "-v" syntax through...
2012-05-22 Ben Pfaffpython: Implement "vlog/set", "vlog/list" unixctl comma...
2012-05-22 Ben Pfaffpython: Implement "vlog/reopen" unixctl command in...
2012-05-22 Ben Pfaffpython: Break unixctl implementation into registry...
2012-05-22 Ben Pfafftests: Fix Emacs syntax highlighting in vlog.at.
2012-05-22 Ben PfaffUse PYTHONDONTWRITEBYTECODE=yes for invoking Python...
2012-05-22 Ben PfaffFix typo in "PYTHONPATH".
2012-05-21 Ethan Jacksonbridge: Ignore "null" interfaces as required.
2012-05-21 Pravin B Shelardatapath: Fix Tunnel options TOS
2012-05-21 Pravin B Shelartunnel: Accept 'set options:tos' as hex value.
2012-05-16 Ethan Jacksonofp-util: Fix stale comment.
2012-05-16 Ethan Jacksongitignore: Add ovs-check-dead-ifs.
2012-05-17 Jesse Grossdatapath: Reset upper layer protocol info on internal...
2012-05-16 Ben PfaffPORTING: Add hint to adjust the default fail-mode,...
2012-05-16 Ben Pfaffvswitch.xml: Describe current default fail_mode.
2012-05-16 Arun Sharmaovs-vsctl: Add "--all" option for "destroy" command...
2012-05-16 Giuseppe Lettieridpif-netdev: allow for proper destruction of netdev...
2012-05-14 Ben Pfaffdaemon: Add comment.
2012-05-14 Ben Pfaffvswitch.xml: Suggest secure fail-mode to avoid loops...
2012-05-14 Ben PfaffMakefile.am: Remove -export-dynamic.
2012-05-14 Ben Pfafffatal-signal: Log when terminating due to a fatal signal.
2012-05-14 Ben Pfaffofp-util: Match on NXAST_CONTROLLER as an output to...
2012-05-14 Ben Pfaffdocs: Fix bad troff markup.
2012-05-14 Ben Pfaffovs-vswitchd: Document some limits.
2012-05-14 Ben Pfaffovs-dpctl: Remove obsolete documentation of limit on...
2012-05-14 Ben Pfaffofp-parse: Mark ofp_fatal() as never returning.
2012-05-14 Ben Pfaffovs-ofctl: Avoid impossible check for !osm in fetch_por...
2012-05-14 Ben PfaffAvoid writes to variables that are never read back.
2012-05-14 Ben PfaffAvoid assigning the same value to a variable back-to...
2012-05-14 Ben Pfaffofproto: Remove write-only variable.
2012-05-14 Ben Pfaffcfm: Avoid null pointer dereference in cfm_process_hear...
2012-05-14 Simon HormanRemove forward declaration of vsp_vlandev_to_realdev()
2012-05-11 Gurucharan... ovs-bugtool: Close file descriptors after use.
2012-05-10 Ben Pfaffodp-util: Add tests for parsing and formatting ODP...
2012-05-10 Ben Pfaffdynamic-string: New function ds_get_test_line().
2012-05-10 Ben Pfaffodp-util: Fix parsing of actions encapsulated within...
2012-05-10 Ethan Jacksonofputil: Accept OFPP_NONE as a valid output port.
2012-05-10 Simon Hormanofproto-dpif: Make parameters const.
2012-05-10 Ben PfaffFix "make distcheck" failure since we weren't cleaning...
2012-05-10 Arun Sharmabugtool: rename label names in plugins related to ovs...
2012-05-10 Arun Sharmabugtool: Collect bond state information from ovs.
2012-05-09 Ben Pfaffofproto-dpif: Segregate CFM, LACP, and STP traffic...
2012-05-09 Ben Pfaffofproto-dpif: Introduce "slow path" datapath flows.
2012-05-09 Ben Pfaffofproto-dpif: Introduce "internal flows" for handling...
2012-05-09 Ben Pfaffofproto-dpif: Move code closer to left margin in facet_...
2012-05-09 Ben Pfaffofproto-dpif: Factor parts of update_stats() out into...
2012-05-09 Ben Pfaffodp-util: Change user_action_cookie from struct to...
2012-05-09 Ben Pfaffofproto-dpif: Clean up and centralize sFlow logic.
2012-05-09 Ben Pfaffodp-util: Use switch for checking values of an enum.
2012-05-09 Ben Pfaffodp-util: Fix typo in comment.
2012-05-09 Ben Pfaffofproto-dpif: Minor style fix.
2012-05-09 Ben Pfaffofproto: Don't limit flows in OpenFlow tables by default.
2012-05-09 Brian Krugerrhel: Add timeouts to network scripts.
2012-05-09 Gurucharan... debian: Remove --no-wait option from the ifupdown script.
2012-05-08 Justin PettitPrepare for post-1.7.0 (1.7.90).
2012-05-08 Justin PettitPrepare for 1.7.
2012-05-08 Justin Pettitovs-ofctl: Use port description stat to look up ports...
2012-05-08 Justin Pettitovs-ofctl: Support large number of ports with "show...
2012-05-08 Justin Pettitofp-util: Factor out determining physical port size.
2012-05-08 Justin Pettitofp-util: Add ofputil_switch_features_ports_trunc function.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-08 Justin PettitOpenFlow: Move stats message enums into "common".
2012-05-08 Pravin B Shelardatapath: Validation of IPv6 set port action uses IPv4...
2012-05-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
2012-05-07 Ben Pfaffofproto-dpif: Accept OpenFlow-like flows in "ofproto...
2012-05-07 Ben Pfaffofp-parse: New function parse_ofp_exact_flow().
2012-05-07 Ben Pfaffofp-util: Avoid ovs_fatal() in ofputil_parse_key_value().
2012-05-07 Ben Pfaffofproto-dpif: Factor out VLAN splinter flow adjustment...
2012-05-07 Ben Pfaffdebian: Synchronize debian/changelog with downstream...
2012-05-05 Gurucharan... debian: Add network integration scripts.
2012-05-04 Ansis Attekadatapath: Release rtnl_lock if ovs_vport_cmd_build_info...
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.
next