sliver-openvswitch.git
2011-11-14 Tyler Coumbesrhel: Add ability to enable bridge compatibility mode...
2011-11-12 Ben Pfaffopenvswitch.h: Change OVS_KEY_ATTR_TUN_ID from 100...
2011-11-12 Ben Pfaffdatapath: Rearrange ovs_key_lens.
2011-11-12 Pravin B Shelardatapath: Use correct ethernet addr len.
2011-11-11 Ben Pfaffdocs: Always build ovs-vswitchd.conf.db.5 in srcdir.
2011-11-11 Ben Pfaffovs-ofctl: Document behavior when table=255 is specified.
2011-11-11 Ben Pfaffclassifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.
2011-11-11 Ben Pfaffnetlink: Refactor and simplify nl_policy_parse().
2011-11-11 Ben Pfaffnetlink: Use NL_ATTR_FOR_EACH in nl_policy_parse().
2011-11-11 Ben Pfaffnetlink: New macro NL_POLICY_FOR.
2011-11-11 Ben Pfaffodp-util: Use ovs_key_attr_to_string() names in format_...
2011-11-11 Ben Pfaffodp-util: Adjust style.
2011-11-11 Ben Pfaffodp-util: Trigger warning for unhandled attrs in format...
2011-11-11 Ben Pfaffodp-util: New function ovs_key_attr_to_string().
2011-11-11 Ben Pfaffopenvswitch.h: Improve comments.
2011-11-11 Pravin B Shelardatapath: remove actions.h
2011-11-11 Pravin B Shelardatapath: Don't use Nicira's OUI for generating mac...
2011-11-11 Pravin B Shelardatapath: Remove unnecessary definition of is_internal_...
2011-11-11 Pravin B Shelardatapath: Use skb_copy_and_csum_dev() to csum upcall...
2011-11-11 Justin Pettitflow: htons() zero initializers to make their size...
2011-11-11 Justin Pettitflow: Use FWW_ flags to wildcard IP DSCP and ECN.
2011-11-11 Justin Pettitofp-util: Rename MAY_IPV6_ADDR to MAY_IPV6.
2011-11-11 Justin Pettitclassifier: Don't check masks when adding IPv4/IPv6...
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-10 Ansis Attekadatapath: Kernel flow metadata parsing should be less...
2011-11-10 Ben Pfaffdebian: Strip epoch from version number used in directo...
2011-11-10 Pravin B Shelardatapath: Fix compiler warning on older kernel.
2011-11-09 Jesse Grossdatapath: Fix comment formatting.
2011-11-09 Justin Pettitdatapath: Rename ipv6_tos to ipv6_tclass.
2011-11-09 Justin Pettitodp-util: Use PRIu8 instead of PRId8 when printing...
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-11-09 Justin Pettitflow: Rearrange IPv6 addresses to remove potential...
2011-11-09 Justin Pettitovs-ofctl: Clarify that nw_tos doesn't match on ARP.
2011-11-09 Justin Pettitdatapath: Properly calculate checksum when updating...
2011-11-09 Justin Pettitofproto-dpif: Actually disable STP on port when disabli...
2011-11-08 Pravin B Shelardatapath: Update kernel support to 3.2.
2011-11-08 Pravin B Shelardatapath: Fix vport tx_packets count.
2011-11-08 Jesse Grosstunneling: Separate out multicast port pools.
2011-11-08 Jesse Grosstunneling: Reduce priority of multicast tunnels.
2011-11-08 Jesse Grossdatapath: Renumber non-upstreamable interfaces.
2011-11-08 Jesse Grossdatapath: Slim down the vport interface.
2011-11-08 Jesse Grossdatapath: Remove vport from OVS_CB.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-11-04 Ben Pfaffdebian: Fix build failure installing ovs-vswitchd.conf...
2011-11-04 Pravin B Shelardatapath: Define net_device_ops->ndo_get_stats64()...
2011-11-04 Pravin B Shelardatapath: Convert internal_dev to ndo_fix_features.
2011-11-04 Justin Pettitmeta-flow: Update mf_field description of size.
2011-11-04 Justin Pettitnx-match: Increase upper bound length for an nx_match.
2011-11-04 Justin Pettittests: Provide banner for ODP tests.
2011-11-04 Justin Pettitovs-ofctl: Correct bad reference in parse-flows error...
2011-11-04 Ben Pfaffbond: Only drop packets that indicate moves on SLB...
2011-11-04 Ben Pfaffdebian: Install ovs-vswitchd.conf.db(5) manpage.
2011-11-04 Jesse Grossdatapath: Don't set flags on internal vports.
2011-11-03 Ethan Jacksoncfm: Support tagged CCM PDUs.
2011-11-03 Ben Pfaffdatapath: Fix indentation in pop_vlan().
2011-11-02 Jesse Grossofproto-dpif: Use send_packet() instead of netdev_send().
2011-11-02 Jesse Grossdatapath: Drop useless WARN_ON_ONCE during flow conversion.
2011-11-02 Jesse Grossdatapath: Add IPv6 to list of parsed EtherTypes.
2011-11-02 Ben Pfaffstream: Fix uninitialized values in stream_init().
2011-11-02 Ben Pfaffofproto: Reject invalid input ports in OFPT_PACKET_OUT...
2011-11-02 Ben Pfaffofproto: Add error code for bad role.
2011-11-02 Ben Pfaffofproto: Issue OpenFlow error for bad table IDs.
2011-11-02 Ben Pfaffofproto: Consistently log OpenFlow error replies.
2011-11-02 Ben Pfaffofp-util: New function ofputil_decode_msg_type_partial().
2011-11-01 Ansis Attekaovs-appctl: Add fdb/flush command
2011-11-01 Ansis Attekapackaging: dpkg --purge command fails on Ubuntu 11.04
2011-11-01 Ben Pfaffopenvswitch.h: Add missing words in comment.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-11-01 Ben PfaffAUTHORS: Add Edward Tomasz Napierała.
2011-11-01 Edward Tomasz... Fix build on FreeBSD.
2011-10-31 Ben Pfaffnetdev-vport: Again allow "tap" devices to be added...
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 Ethan Jacksonbundle: Parsing bug when using bracketed syntax.
2011-10-27 Ethan Jacksonnicira-ext: Fix stale documentation in the bundle action.
2011-10-27 Ethan Jacksonbundle: Don't special case OFPP_LOCAL in bundle actions.
2011-10-27 Ethan Jacksonbundle: Allow OFPP_NONE in bundle actions.
2011-10-27 Ben Pfaffofp-print: Pretty-print payloads in all error messages...
2011-10-27 Ben Pfaffovsdb-idl: Don't even try to modify synthetic rows...
2011-10-27 Ben PfaffFix manpage-check on RHEL 5.
2011-10-27 Jesse Grosstests: Fix intermittent failure in ovs-monitor-ipsec...
2011-10-26 Ben PfaffImprove manpage checking rule.
2011-10-26 Ben PfaffImplement automatic dependency generation for manpages.
2011-10-26 Ben PfaffMove soexpand.pl into build-aux and make it non-executable.
2011-10-26 Ethan Jacksonvswitch: Don't update STP on synthetic ports.
2011-10-25 Justin PettitPrepare for post-1.3.0 (1.3.90).
2011-10-25 Justin PettitDeclare the version as "1.3.0".
2011-10-25 Ben Pfaffdatapath: Improve <linux/openvswitch.h> comments.
2011-10-25 Justin Pettitdebian: Start ovs-monitor-ipsec after ovsdb running.
2011-10-24 Ben Pfaffdatapath: Fully parenthesize ACTION macro.
2011-10-24 Ben Pfaffdatapath: Fix wrong indentation.
2011-10-24 Ben Pfaffdatapath: Add multicast tunnel support.
2011-10-24 Ben Pfaffovs-dpctl: Add new "set-if" command.
2011-10-24 Ben Pfaffdatapath: Disallow unknown attributes on OVS_ACTION_ATT...
2011-10-24 Ben Pfaffofproto-dpif: Fix uninitialized struct member in xlate_...
2011-10-24 Ben Pfafftest-openflowd: Remove.
next