aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-12-07socket-util: Correctly return negative values for errors.Ben Pfaff
2011-12-01learn: Avoid 1-byte buffer underrun in learn_format().Ben Pfaff
2011-11-28daemon: Better log when fork child dies early from signals.Ben Pfaff
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-28dpif-linux: Use "epoll" instead of poll().Ben Pfaff
2011-11-28dpif-linux: Use poll() internally in dpif_linux_recv().Ben Pfaff
2011-11-28Revert "poll-loop: Enable checking whether a FD caused a wakeup."Ben Pfaff
2011-11-28dpif-linux: Remove poll_fd_woke() optimization from dpif_linux_recv().Ben Pfaff
2011-11-16flow: flow_extract() improperly parses IPv6 TOS bits.Ethan Jackson
2011-11-15stp: Fix tick remainder calculation.Justin Pettit
2011-11-15stp: Track BPDU tx and rx counts.Justin Pettit
2011-11-04bond: Only drop packets that indicate moves on SLB bonds.Ben Pfaff
2011-11-02stream: Fix uninitialized values in stream_init().Ben Pfaff
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-27bundle: Parsing bug when using bracketed syntax.Ethan Jackson
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
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-12dpif-linux: Avoid unaligned accesses to vport stats sent by the datapath.Ben Pfaff
2011-10-12dpif-linux: Use get_32aligned_u64() in an appropriate place.Ben Pfaff
2011-10-11meta-flow: Fix mf_get_value() retrieval of register values.Ben Pfaff
2011-10-11cfm: New 'cfm_opstate' setting.Ethan Jackson
2011-10-11cfm: Show extended mode in cfm/show appctl command.Ethan Jackson