sliver-openvswitch.git
2011-07-11 Ben Pfaffconfigure: Pass correct -target option to "cgcc" in...
2011-07-09 Ben PfaffINSTALL.bridge: Fix suggested ovs-brcompatd invocation.
2011-07-09 Ben Pfaffovsdb: Remove useless "return;" in ovsdb_jsonrpc_sessio...
2011-07-08 Ben Pfaffpackets: Remove unneeded !! from eth_addr_is_local().
2011-07-08 Ben Pfaffvconn-stream: Always call the stream's run function...
2011-07-07 Ben Pfaffovsdb-tool: Put version number in comment when compacti...
2011-07-06 Ben Pfaffovsdb: Fix segfault in ovsdb_file_txn_row_from_json().
2011-07-06 Ben Pfaffovs-ctl: Fix indentation of some headings.
2011-07-06 Ben Pfaffpython: Make invalid UTF-8 sequence messages consistent...
2011-07-06 Ben Pfaffdebian: Remove obsolete reference to var/log/core.
2011-07-01 Justin Pettitofproto: Rename "private.h" to "ofproto->provider.h".
2011-07-01 Justin PettitPORTING: Add some minor clarifications.
2011-07-01 Justin Pettitovs-ofctl: Document "in_port" action in man page.
2011-07-01 Andrew Evansconnmgr: Free controller info in the same module where...
2011-07-01 Andrew Evansbridge: Update controller connection status correctly.
2011-07-01 Ben Pfaffbridge: Fix null pointer dereference.
2011-06-30 Jesse Grosstunneling: Force selection of an IP ID with GRE.
2011-06-30 Ben Pfaffofp-util: Centralize decoding of OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
2011-06-30 Ben Pfaffclassifier: Print ARP opcode as "arp_op" instead of...
2011-06-30 Simon Hormanofproto: Simplify bucket finding in facet_max_idle()
2011-06-30 Ben Pfaffofproto: Fix typo in documentation.
2011-06-29 Ben Pfaffxenserver: Restart HA daemon after force-reload-kmod.
2011-06-29 Ben Pfaffovs-ctl: Fix ovs-dpctl invocation.
2011-06-29 Ethan Jacksonbond: Drop packets on slaves disabled by LACP.
2011-06-29 Simon Hormandatapath: Support Linux 3.0
2011-06-28 Ethan Jacksonutilities: Update gitignore.
2011-06-28 Ethan Jacksonofp-parse: Fix invalid memory use.
2011-06-28 Andrew Evansbridge: Populate interface status/statistics as soon...
2011-06-27 Ethan Jacksonbond: Drop packets on backup slaves.
2011-06-24 Jesse Grossdatapath: Rename linux-2.6 and compat-2.6 directories.
2011-06-24 Ben Pfaffovsdb: Synchronize comments and code in ovsdb_file_comm...
2011-06-23 Simon HormanDebian: set source format to 3.0 (quilt)
2011-06-23 Jesse Grossdatapath: Add missing header.
2011-06-23 Ben Pfaffovs-ofctl: Accept only valid flow_mod and flow_stats_re...
2011-06-23 Ben Pfaffovs-ctl: Use iptables -n -L instead of -S for compatibi...
2011-06-23 Ben Pfaffovs-ctl: Fix incorrect error message.
2011-06-22 Ethan Jacksonxenserver: Update all external_ids in tap interfaces.
2011-06-22 Ben Pfaffconfigure: Fix typo in user message.
2011-06-22 Ben Pfaffconfigure: Fix --with-linux when environment contains...
2011-06-22 Ben Pfaffconfigure: Do not reject Linux 3.0 at configure time.
2011-06-22 Ben Pfaffconfigure: Change --with-l26 to --with-linux.
2011-06-22 Ben Pfaffconfigure: Remove "26" from Linux variable names.
2011-06-22 Ben Pfaffconfigure: Fix typo in variable name.
2011-06-22 Ben Pfaffdebian: Avoid implying that Linux 2.6.9 is supported.
2011-06-22 Ben Pfaffovsdb: Fix memory leak in transaction.
2011-06-22 Andrew Evansvswitch.xml: Use new <ref key> attribute where appropriate.
2011-06-21 Ben PfaffAvoid inserting duplicate iptables rules when restartin...
2011-06-21 Ben Pfaffovs-ctl: Clean up temporary file used for force-reload...
2011-06-21 Ben Pfaffovs-ctl: Use "action" to print success or failure directly.
2011-06-21 Ben Pfaffdebian: Install ovs-save script into openvswitch-switch...
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-06-21 Ben Pfaffvlog: Add a little more detail to ratelimit messages
2011-06-21 Ben Pfaffbridge: Enable system stats only if turned on in the...
2011-06-21 Ben Pfaffovsdb-doc: Add support for references to specific keys.
2011-06-21 Ben Pfaffovsdb-idl: Improve comment.
2011-06-21 Ben PfaffAdd RHEL 5/6 spec files and instructions.
2011-06-21 Ethan Jacksonschema: Update schema version due to xenserver changes.
2011-06-20 Ben PfaffFix force-reload-kmod initscript command implementations.
2011-06-20 Ben Pfaffvswitchd: Install vswitch.ovsschema to $(pkgdatadir).
2011-06-17 Ben PfaffFix typo in "--force-corefiles" and "force-reload-kmod".
2011-06-17 Ben Pfaffbridge: Avoid duplicate logging when netdev_get_etherad...
2011-06-17 Ben PfaffReduce log level for ENODEV errors getting Ethernet...
2011-06-17 Ethan Jacksonxenserver: New iface-status external id.
2011-06-17 Ethan Jacksonxenserver: Give tap devices iface-ids.
2011-06-17 Ethan Jacksonxenserver: Fix use of undefined variable.
2011-06-17 Ben Pfaffutilities: Install ovs-save in scripts directory.
2011-06-17 Ben PfaffRefactor initscripts into distro-independent and distro...
2011-06-17 Andrew Evansovs-ofctl: Print the offending flow on parse error...
2011-06-17 David Tsaixenserver: allow dom0 traffic in secure pool host when...
2011-06-17 Ben Pfaffstream-ssl: Clear CAs for certificate verification...
2011-06-17 Justin Pettitnetdev-vport: Don't use ipsec options for either arg...
2011-06-17 Jesse Grossdatapath: Use consume_skb() on non-errors.
2011-06-17 Jesse Grossdatapath: Backport consume_skb().
2011-06-16 Andrew Evansovs-ofctl: Add 'replace-flows' command to usage.
2011-06-16 Jesse Grossdatapath: Further mirror checksum offloading state...
2011-06-16 Jesse Grossdatapath: Drop set_skb_csum_bits().
2011-06-16 Jesse Grosstunneling: Avoid extra copying if expanding headroom.
2011-06-16 Jesse Grossdatapath: Simplify make_writable().
2011-06-16 Jesse Grossdatapath: Use strip_vlan() for modify_vlan_tci().
2011-06-16 Ben Pfaffovs-appctl: Fix typo in usage message.
2011-06-16 Ben Pfaffxenserver: Don't delete pidfile in stop_daemon.
2011-06-16 Ben Pfaffxenserver: Don't require confirmation to restart vswitch.
2011-06-16 Ben Pfaffxenserver: Use $OVS_XAPI_SYNC_PIDFILE consistently.
2011-06-16 Ben Pfaffdaemon: Disable logging to console after detaching.
2011-06-16 Justin Pettitofproto: Rename ofproto-sflow.[ch] to ofproto-dpif...
2011-06-15 Ethan JacksonPORTING: Remove trailing whitespace.
2011-06-15 Ben PfaffPORTING: Improve second diagram.
2011-06-15 Ethan Jacksonnicira-ext: Fix incorrect comment in autopath definition.
2011-06-15 Ethan Jacksonofproto-dpif: Remove obsolete comment.
2011-06-15 Ben Pfaffofproto: Improve description of port dump functions.
2011-06-15 Ben Pfaffxenserver: Run "depmod" after old modules are removed...
2011-06-15 Ben Pfaffovsdb-idl: Optimize out transactions that are complete...
2011-06-15 Ben Pfaffofp-util: Send table_id correctly in OpenFlow 1.0 flow_...
2011-06-15 Simon HormanDebian: Update changelog for 1.1.0-1 and 1.1.1-1
2011-06-15 Simon HormanDebian: ${source:Version} dependency on python-openvswitch
2011-06-15 Simon HormanDebian: Update standards version from 3.9.1 to 3.9.2
2011-06-15 Simon HormanDebian: Add ${misc:Depends} dependency to python-openvs...
2011-06-14 Ben Pfaffofp-parse: Ignore extra fields produced by dump-flows.
next