sliver-openvswitch.git
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.
2011-06-14 Ben Pfaffofp-print: Change "table_id" to "table" in flow_mod...
2011-06-14 Ben Pfaffofp-parse: Add support for vlan_tci field.
2011-06-14 Ben Pfaffofproto: Add simple tests for dumping aggregates and...
2011-06-14 Ben PfaffDefine UINT64_MAX as "unknown" in Open vSwitch specific...
2011-06-14 Ben Pfaffofproto: Implement asynchronous OFPT_FLOW_MOD commands.
2011-06-14 Ben Pfaffofproto: Collect all rules for an OpenFlow request...
2011-06-14 Ben Pfaffofp-util: New functions ofputil_actions_equal(), ofputi...
2011-06-14 Ben Pfaffconnmgr: New function ofconn_send_error().
2011-06-14 Ben Pfaffclassifier: New function cls_rule_hash().
2011-06-14 Ben Pfaffflow: Give flow_wildcards_hash() a 'basis' parameter.
2011-06-14 Ben Pfaffofproto: Better abstract flow stats encoding.
2011-06-14 Ben Pfaffofproto: Better abstract aggregate stats encoding and...
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-06-14 Ben Pfaffnicira-ext: Separate nx_aggregate_stats_reply from...
2011-06-14 Ben Pfaffopenflow: Merge ofp_flow_stats_request and ofp_aggregat...
2011-06-14 Ben Pfaffopenflow: Remove 'body' member from struct ofp_stats_msg.
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-06-14 Ben Pfaffofproto: Correctly fill in table_id in NXST_FLOW replies.
2011-06-14 Ethan Jacksonlacp: Loosen lacp_slave_is_current().
2011-06-14 Justin Pettitnetdev: Add methods to do netdev-specific argument...
2011-06-14 Ben PfaffAUTHORS: Add Hao Zheng <hzheng@nicira.com>.
2011-06-14 Ben Pfaffpython: Fix "make install" on systems without Python.
2011-06-13 Jesse Grossdatapath: Check for supported kernel versions.
2011-06-10 Justin Pettitofproto: Correct comment describing set_netflow().
2011-06-10 Ben Pfafftests: Add test for printing NXT_FLOW_MOD_TABLE_ID.
2011-06-10 Ben Pfaffnicira-ext: Explicitly assign each extension message...
2011-06-10 Ben Pfaffnicira-ext: Renumber NXT_FLOW_MOD_TABLE_ID.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-09 Ethan Jacksontests: Unit test autopath action parsing.
2011-06-09 Justin Pettitvlog: Output configuration list in alphabetical order.
2011-06-09 Ben Pfaffdpif: Improve logging of upcalls.
2011-06-08 Ben Pfaffovs-brcompatd: Fix uninitialized br_vlan variable in...
2011-06-08 Jesse Grossdatapath: Remove redundant nw_ prefix from fields in...
2011-06-08 Jesse Grossdatapath: IP fragments should include L4 header in...
2011-06-08 Sajjad Lateefxenserver: Collect xenserver configured timezone in...
2011-06-08 Ben Pfaffovs-brcompatd: Run ovs-vsctl instead of accessing datab...
2011-06-08 Ben Pfaffovs-brcompatd: Properly fix race between device destruc...
2011-06-08 Ben Pfaffovs-brcompatd: Remove --prune-timeout option.
2011-06-08 Ben Pfaffovs-brcompatd: Use rtnetlink_link_notifier instead...
2011-06-08 Ben Pfaffovs-vsctl: New "comment" command.
2011-06-08 Ben Pfaffcompiler: Add macro for GCC "sentinel" attribute.
2011-06-08 Ben Pfaffprocess: Let process_run_capture() caller set maximum...
2011-06-08 Ben Pfaffrtnetlink-link: Avoid cast in rtnetlink_link_notifier_r...
2011-06-07 Ben Pfaffofp-parse: Add support for dl_dst masks in flow match...
2011-06-07 Ben PfaffBetter abstract wildcards for Ethernet destination...
2011-06-07 Ben Pfaffofp-parse: Fix wildcard bits for dl_dst in flow parsing.
2011-06-07 Ben Pfafflist: Clarify description of list_moved().
2011-06-07 Ben Pfaffbridge: Fix memory leak in port_configure().
2011-06-07 Ben Pfaffofproto: Fix memory leak in ofproto_destroy__().
2011-06-07 Ben Pfaffsignals: New function signal_unregister().
2011-06-07 Ben Pfaffdpif-linux: Fix memory and file descriptor leak in...
2011-06-07 Ben Pfaffovs-openflowd: Rename test-openflowd and move to "tests...
2011-06-07 Alexey I. Froloffovs-save: Fix address label processing.
2011-06-07 Ben Pfafflearning-switch: Also wildcard VLAN priority bits.
2011-06-06 Ben Pfaffovsdb: Better document possible commit-time error results.
2011-06-06 Ethan Jacksondpif-linux: Avoid duplicate code in dpif_linux_vport_se...
2011-06-06 Ben Pfaffstream-ssl: Disable SSL session caching.
2011-06-06 Ben Pfaffvswitchd: Add unique indexes for some columns.
2011-06-06 Ben Pfaffpython ovsdb: Fix one style inconsistency.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-06-06 Ben Pfaffovsdb: Add functions for formatting column sets and...
2011-06-06 Ben Pfaffutil: New function for forming English lists.
2011-06-06 Ben Pfaffovsdb: Move ovsdb_table_put_row() into test program.
2011-06-06 Ben Pfaffovsdb: Make ovsdb_column_set_from_json() take table...
2011-06-03 Jesse Grosstunneling: Warn if CAPWAP is not available on this...
2011-06-01 Ethan Jacksonofproto: Optimize datapath actions.
2011-06-01 Ethan Jacksonofproto: Enqueue improperly resets priority.
2011-06-01 Ben Pfaffdatapath: Get packet metadata from userspace in odp_pac...
2011-06-01 Ben Pfafflearning-switch: Don't limit message queued by --with...
2011-06-01 Ben Pfaffovs-controller: Allow --wildcards to specify a wildcard...
2011-06-01 Ben Pfaffofp-util: Factor wildcard translation out of ofputil_cl...
2011-06-01 Ben Pfaffofp-util: Simplify logic for computing vlan_tci and...
2011-05-31 Ethan Jacksonnetdev: Remove monitors and notifiers.
2011-05-31 Ethan Jacksonbond: Discontinue use of netdev_monitor.
next