aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-08flow: Rearrange IPv6 addresses to remove potential hole in structure.Justin Pettit
2011-11-07datapath: Renumber non-upstreamable interfaces.Jesse Gross
2011-11-04meta-flow: Update mf_field description of size.Justin Pettit
2011-11-04nx-match: Increase upper bound length for an nx_match.Justin Pettit
2011-11-04bond: Only drop packets that indicate moves on SLB bonds.Ben Pfaff
2011-11-03cfm: Support tagged CCM PDUs.Ethan Jackson
2011-11-02ofproto-dpif: Use send_packet() instead of netdev_send().Jesse Gross
2011-11-02stream: Fix uninitialized values in stream_init().Ben Pfaff
2011-11-02ofp-util: New function ofputil_decode_msg_type_partial().Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-11-01Fix build on FreeBSD.Edward Tomasz NapieraƂa
2011-10-31netdev-vport: Again allow "tap" devices to be added to bridges.Ben Pfaff
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27bundle: Parsing bug when using bracketed syntax.Ethan Jackson
2011-10-27ofp-print: Pretty-print payloads in all error messages, except "hello"s.Ben Pfaff
2011-10-27ovsdb-idl: Don't even try to modify synthetic rows, instead of segfaulting.Ben Pfaff
2011-10-27Fix manpage-check on RHEL 5.Ben Pfaff
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-23datapath: Define constants for versions of GENL families.Jesse Gross
2011-10-22Various bug fixes and cleanups to STP library.Justin Pettit
2011-10-22Add back 802.1D Spanning Tree Protocol (STP) library code.Justin Pettit
2011-10-22packets.h: Fix STP destination MAC address.Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-18ofp-util: Avoid misaligned memory access in ofputil_encode_packet_in().Ben Pfaff
2011-10-18ofp-parse: Validate range of table, priority, and timeout values.Ben Pfaff
2011-10-18vlog: Skip reopening a log file if it would have no effect.Ben Pfaff
2011-10-18learn: Check learn actions after parsing in learn_parse().Ben Pfaff
2011-10-18learn: Allow read-only fields to be matched.Ben Pfaff
2011-10-18nx-match: Improve log message for errors parsing NX flow matches.Ben Pfaff
2011-10-17vswitchd: New column "link_resets".Ethan Jackson
2011-10-17netdev-linux: Maintain carrier flag constantly.Ethan Jackson
2011-10-17rtnetlink-link: Expose carrier changes.Ethan Jackson
2011-10-17bond: Demote active-backup WARN to DBG.Ben Pfaff
2011-10-14dpif: New function dpif_operate() and dpif-linux implementation.Ben Pfaff
2011-10-14netlink-socket: New function nl_sock_transact_multiple().Ben Pfaff
2011-10-14socket-util: New function get_socket_rcvbuf().Ben Pfaff
2011-10-14dpif-linux: Only ask datapath to echo back results when they will be used.Ben Pfaff
2011-10-14netlink: New macros for the sizes of Netlink attributes.Ben Pfaff
2011-10-14netlink: New functions for putting attributes at the beginning of a buffer.Ben Pfaff
2011-10-14dpif-linux: Fix build with certain 64-bit kernel/userspace combinations.Ben Pfaff
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath-protocol: Use Linux kernel types directly.Ben Pfaff
2011-10-12datapath-protocol: Rename enums for consistency.Ben Pfaff
2011-10-12datapath-protocol: Remove #include <linux/netlink.h>.Ben Pfaff
2011-10-12datapath: Require explicit upcall_pid for new datapaths and vports.Ben Pfaff