sliver-openvswitch.git
2011-11-18 Ansis Attekapackaging: Fix Xen and RH packaging error that was...
2011-11-18 Jesse Grossdatapath: Fix unaligned access when storing stats.
2011-11-18 Ethan Jacksonbond: Remove dead conditional.
2011-11-18 Pravin B Shelardatapath: Fix pop_vlan().
2011-11-18 Ansis Attekaovs-test: A new tool that allows to diagnose connectivi...
2011-11-18 Ben PfaffImplement a new port setting "other-config:priority...
2011-11-17 Ethan Jacksonovs-dpctl: Suppress compiler warning on 64 bit linux.
2011-11-17 Ethan Jacksonofproto: Remove dead variable.
2011-11-17 Justin Pettitofproto-dpif: Fix segfault in mirror_update_dups().
2011-11-17 Jesse Grossdatapath: Update startup banner.
2011-11-17 Jesse Grossdatapath: Fix whitespace error.
2011-11-17 Ben Pfaffofproto-dpif: Get rid of "struct dst".
2011-11-17 Ben Pfafftests: Rewrite code for comparing sets of ODP actions.
2011-11-17 Ben Pfaffodp-util: New function odp_actions_from_string().
2011-11-17 Ben Pfaffodp-util: Add support for named ports to odp_flow_key_f...
2011-11-17 Ben Pfaffodp-util: New function factored out of put_userspace_ac...
2011-11-17 Ben Pfaffodp-util: Code formatting improvements.
2011-11-17 Ben Pfaffshash: New function shash_find_len().
2011-11-17 Ben Pfaffflow: Rename flow_compare() to flow_compare_3way().
2011-11-17 Ben Pfaffofproto-dpif: Improve RSPAN translation performance...
2011-11-17 Ben Pfaffofproto-dpif: Make compose_mirror_dsts() harder to...
2011-11-17 Ben Pfaffofproto-dpif: Remove duplicate VLAN logic.
2011-11-17 Ben Pfaffofproto-dpif: Do not output RSPAN packets to SPAN ports.
2011-11-17 Ben Pfaffodp-util: Reorder OVS_KEY_ATTR_* cases for consistency.
2011-11-17 Alexey I. Froloffrhel: Add Red Hat network scripts integration.
2011-11-17 Pravin B Shelardatapath: Dont export get_dp().
2011-11-17 Jesse Grossdatapath: Fix flow table sparse RCU annotations.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-16 Ethan Jacksonflow: flow_extract() improperly parses IPv6 TOS bits.
2011-11-16 Ben Pfaffdatapath: Properly validate length of OVS_KEY_ATTR_ENCA...
2011-11-15 Justin Pettitofproto: Disable STP when unregistering a port.
2011-11-15 Justin Pettitstp: Fix tick remainder calculation.
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-14 Ben Pfaffdatapath: Allow flow key Netlink attributes to appear...
2011-11-14 Simon HormanMake unixctl_command_register() idempotent
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...
next