meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / lib /
2012-04-27 Ben Pfaffmeta-flow: Correctly set destination MAC in mf_set_flow... branch-1.4
2012-04-25 Ben PfaffFix memory leaks.
2012-03-21 Ben Pfaffhmap: New function hmap_contains().
2012-03-19 Ben Pfaffnetdev-linux: Fix use-after-free when netdev_dump_queue...
2012-03-19 Thomas Goiranddoc: Fix typo in manpage.
2012-03-16 Ben Pfaffnetlink-socket: Increase Netlink socket receive buffer...
2012-03-08 Ethan Jacksonbond: Incorrectly reported an error in appctl.
2012-03-08 Ben Pfaffsocket-util: Unlink Unix domain sockets that bind but...
2012-03-02 Ben Pfaffnetdev: Fix typo in error message.
2012-02-28 Ben Pfaffdpif-linux: Make dpif_linux_port_query_by_name() query...
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
2012-02-01 Ben Pfaffmac-learning: Increase MAC learning timeout to 300...
2012-01-31 Ben Pfaffsflow_agent: Use snprintf() in place of sprintf().
2012-01-30 Ben Pfafftable: Avoid segmentation fault when printing an empty...
2012-01-13 Ben Pfaffmultipath: Correctly calculate number of required desti...
2011-12-28 Ben Pfaffbundle: Fix returned error code in one bundle_check...
2011-12-27 Jesse Grosspacket: Match userspace and kernel definition of ICMP...
2011-12-22 Ben Pfaffdpif-netdev: Correctly report types of dummy netdevs.
2011-12-11 Neil McKeesFlow: add Sun Industry Standards Source License 1...
2011-12-07 Ben Pfaffsocket-util: Correctly return negative values for errors.
2011-12-01 Ben Pfafflearn: Avoid 1-byte buffer underrun in learn_format().
2011-11-30 Ethan Jacksonlacp: Sort slaves in appctl output.
2011-11-30 Ethan Jacksonlacp: Remove trailing whitespace from appctl output.
2011-11-30 Ethan Jacksonlacp: Require non-zero system ID.
2011-11-28 Ethan Jacksonodp-util: Move commit_odp_actions() from ofproto-dpif.
2011-11-28 Ben Pfaffdaemon: Better log when fork child dies early from...
2011-11-28 Ben Pfaffnetlink-socket: Let the kernel choose Netlink pids...
2011-11-28 Ben Pfaffofproto: Add "fast path".
2011-11-28 Ben Pfaffdpif-linux: Use "epoll" instead of poll().
2011-11-28 Ben Pfaffdpif-linux: Use poll() internally in dpif_linux_recv().
2011-11-28 Ben PfaffRevert "poll-loop: Enable checking whether a FD caused...
2011-11-28 Ben Pfaffdpif-linux: Remove poll_fd_woke() optimization from...
2011-11-24 Simon Hormanstream: Make classes const
2011-11-23 Ben Pfaffovsdb-idl: Add assertion for synthetic records in ovsdb...
2011-11-23 Ben Pfaffpackets: New function eth_pop_vlan(), formerly dp_netde...
2011-11-23 Ben Pfaffvlan-bitmap: New function vlan_bitmap_from_array__().
2011-11-23 Ben Pfaffvlandev: New library for working with Linux VLAN devices.
2011-11-23 Ben Pfaffnetdev-linux: Reorganize slightly.
2011-11-23 Ben Pfaffnetdev: Remove netdev_get_vlan_vid().
2011-11-23 Ben Pfaffofproto-dpif: Support differing user/kernel packet...
2011-11-21 Ben Pfaffnx-match: Fold all of its data structures into mf_field.
2011-11-21 Ben Pfaffflow: New functions for setting a VLAN VID or PCP value.
2011-11-21 Ben Pfaffmeta-flow: Split ICMP into ICMPv4 and ICMPv6.
2011-11-21 Ethan Jacksondpif-netdev: Allow enqueue actions.
2011-11-21 Ethan Jacksonofp-util: Support OFPP_LOCAL in enqueue actions.
2011-11-18 Ethan Jacksontests: Allow unit tests to run as root.
2011-11-18 Ethan Jacksonbond: Remove dead conditional.
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 Pfaffodp-util: Reorder OVS_KEY_ATTR_* cases for consistency.
2011-11-16 Ethan Jacksonflow: flow_extract() improperly parses IPv6 TOS bits.
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-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 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-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-08 Jesse Grossdatapath: Renumber non-upstreamable interfaces.
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 Ben Pfaffbond: Only drop packets that indicate moves on SLB...
2011-11-03 Ethan Jacksoncfm: Support tagged CCM PDUs.
2011-11-02 Jesse Grossofproto-dpif: Use send_packet() instead of netdev_send().
2011-11-02 Ben Pfaffstream: Fix uninitialized values in stream_init().
2011-11-02 Ben Pfaffofp-util: New function ofputil_decode_msg_type_partial().
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-11-01 Edward Tomasz Napi... Fix build on FreeBSD.
2011-10-31 Ben Pfaffnetdev-vport: Again allow "tap" devices to be added...
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 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-24 Ben Pfaffdatapath: Add multicast tunnel support.
next