datapath: Fix comment formatting.
[sliver-openvswitch.git] / lib /
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.
2011-10-23 Jesse Grossdatapath: Define constants for versions of GENL families.
2011-10-22 Justin PettitVarious bug fixes and cleanups to STP library.
2011-10-22 Justin PettitAdd back 802.1D Spanning Tree Protocol (STP) library...
2011-10-22 Justin Pettitpackets.h: Fix STP destination MAC address.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-18 Ben Pfaffofp-util: Avoid misaligned memory access in ofputil_enc...
2011-10-18 Ben Pfaffofp-parse: Validate range of table, priority, and timeo...
2011-10-18 Ben Pfaffvlog: Skip reopening a log file if it would have no...
2011-10-18 Ben Pfafflearn: Check learn actions after parsing in learn_parse().
2011-10-18 Ben Pfafflearn: Allow read-only fields to be matched.
2011-10-18 Ben Pfaffnx-match: Improve log message for errors parsing NX...
2011-10-17 Ethan Jacksonvswitchd: New column "link_resets".
2011-10-17 Ethan Jacksonnetdev-linux: Maintain carrier flag constantly.
2011-10-17 Ethan Jacksonrtnetlink-link: Expose carrier changes.
2011-10-17 Ben Pfaffbond: Demote active-backup WARN to DBG.
2011-10-14 Ben Pfaffdpif: New function dpif_operate() and dpif-linux implem...
2011-10-14 Ben Pfaffnetlink-socket: New function nl_sock_transact_multiple().
2011-10-14 Ben Pfaffsocket-util: New function get_socket_rcvbuf().
2011-10-14 Ben Pfaffdpif-linux: Only ask datapath to echo back results...
2011-10-14 Ben Pfaffnetlink: New macros for the sizes of Netlink attributes.
2011-10-14 Ben Pfaffnetlink: New functions for putting attributes at the...
2011-10-14 Ben Pfaffdpif-linux: Fix build with certain 64-bit kernel/usersp...
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdatapath-protocol: Use Linux kernel types directly.
2011-10-12 Ben Pfaffdatapath-protocol: Rename enums for consistency.
2011-10-12 Ben Pfaffdatapath-protocol: Remove #include <linux/netlink.h>.
2011-10-12 Ben Pfaffdatapath: Require explicit upcall_pid for new datapaths...
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-12 Ben Pfaffdpif-linux: Avoid unaligned accesses to vport stats...
2011-10-12 Ben Pfaffdpif-linux: Use get_32aligned_u64() in an appropriate...
2011-10-12 Ben Pfaffmeta-flow: Fix mf_get_value() retrieval of register...
2011-10-11 Ethan Jacksoncfm: New 'cfm_opstate' setting.
2011-10-11 Ethan Jacksoncfm: Show extended mode in cfm/show appctl command.
2011-10-11 Ben Pfaffdpif-netdev: Implement OVS_ACTION_ATTR_SAMPLE action.
2011-10-11 Ben Pfaffdpif-netdev: Simplify code by removing dpif_netdev_vali...
2011-10-11 Ben Pfaffnetlink: New macros NL_NESTED_FOR_EACH, NL_NESTED_FOR_E...
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-10 Ben Pfaffcfm: Send properly formatted CCMs.
2011-10-08 Ben Pfaffdpif-linux: Don't reset kernel upcall_pids unintentionally.
2011-10-06 Pravin B Shelardatapath: Strip down vport interface - ifIndex.
2011-10-05 Ben Pfaffdpif: Avoid use of "struct ovs_dp_stats" in platform...
2011-10-05 Ben Pfaffodp-util: Use nl_parse_nested() to simplify format_odp_...
2011-10-04 Justin Pettitnicira-ext: Fix build problems on 64-bit systems.
2011-10-04 Justin Pettitnicira-ext: Bump number of registers to five from four.
2011-10-04 Ben Pfaffvconn: Remove unnecessary forward declarations and...
2011-10-03 Ben Pfaffmeta-flow: Fix icmp_code field's wildcard bit.
2011-10-03 Ben Pfaffofp-parse: Remove write-only variable in parse_ofp_flow...
2011-09-30 Ben Pfaffflow: Move flow_extract_stats() to dpif.c, as dpif_flow...
2011-09-30 Ben PfaffRemove a pair of unnecessary dependencies on datapath...
2011-09-30 Justin Pettitcfm: Cleanup output of ovs-appctl "cfm/show" command.
2011-09-30 Justin Pettitlacp: Make argument to ovs-appctl "lacp/show" command...
2011-09-30 Justin Pettitcfm: Make argument to ovs-appctl "cfm/show" command...
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-09-29 Jesse Grossofp-util: make_packet_out() shouldn't receive OVSP_NONE.
2011-09-29 Jesse Grossflow: Drop datapath-protocol.h from flow.c.
2011-09-29 Ben Pfaffvlog: Accept any case for ANY and PATTERN when setting...
2011-09-28 Jesse Grossroute-table: Clear route_notifier after free.
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-27 Jesse Grossroute-table: Close netlink notifier before closing...
2011-09-26 Ben Pfaffbitmap: New function to allocate a bitmap initialized...
2011-09-26 Ben Pfaffofproto-dpif: Get rid of OFP_VLAN_NONE pollution.
2011-09-24 Ben Pfaffbond: Remove spurious blank line.
2011-09-23 Jesse Grossdpif-linux: Prevent a single port from monopolizing...
2011-09-23 Jesse Grossnetlink: Expose version of nl_attr_find for key and...
2011-09-23 Jesse Grosspoll-loop: Enable checking whether a FD caused a wakeup.
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-23 Jesse Grossnetlink: Expose method to get Netlink pid of a socket.
2011-09-23 Ben Pfafftag: Fix typo in comment.
2011-09-23 Ben Pfaffovsdb-idl: Code style improvements.
2011-09-22 Ben Pfaffofp-print: Avoid double space before "actions" for...
2011-09-22 Ben Pfaffnetdev-linux: Fix broken build on RHEL 6.
2011-09-22 Ben Pfaffnetlink-socket: Async notifications are incompatible...
2011-09-22 Simon HormanRemove netdev_find_dev_by_in4
2011-09-22 Simon HormanDo not include net/ethernet.h and linux/if_tunnel.h
next