aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-28Python Logging Formatting ImprovementsDave Tucker
2014-04-25netdev: Initialize netdev_class_mutex.Gurucharan Shetty
2014-04-24bfd/cfm: Check status change before update status to database.Alex Wang
2014-04-24daemon: Move some common code to daemon.cGurucharan Shetty
2014-04-24daemon: Close standard file descriptors after detach for windows.Gurucharan Shetty
2014-04-24daemon: Rename daemon.c as daemon-unix.cGurucharan Shetty
2014-04-24ofproto-dpif-xlate: Identify STP BPDUs more specifically.Padmanabhan Krishnan
2014-04-24hmap_random_node: Improve distributionYAMAMOTO Takashi
2014-04-23lib/util: Input validation in str_to_uintZoltan Kiss
2014-04-23daemon-windows: Recognize --no-chdir option for windows.Gurucharan Shetty
2014-04-22daemon-windows: Create pidfiles with option --pidfile.Gurucharan Shetty
2014-04-22daemon-windows: Implement --detach option for Windows.Gurucharan Shetty
2014-04-22daemon-windows: Rename service variables.Gurucharan Shetty
2014-04-22stream: Introduce [p]windows_[p]stream_class.Gurucharan Shetty
2014-04-22ovs-rcu: Name the ovsrcu_postpone_thread to 'urcu'.Alex Wang
2014-04-20openvswitch.h: rename hash action definitionAndy Zhou
2014-04-20odp-util: Always generate key/mask pair in netlink for recirc_idAndy Zhou
2014-04-18dpif-linux: Add thread-safety annotations.Alex Wang
2014-04-18dpif-linux: Pass 'struct dpif_linux *' to internal static functions.Alex Wang
2014-04-18dpif-linux: Implement the API functions to allow multiple handler threads rea...Alex Wang
2014-04-18dpif-netdev: Use miniflow as a flow key.Jarno Rajahalme
2014-04-18classifier: Support miniflow as a key.Jarno Rajahalme
2014-04-18lib/flow: Possibly faster miniflow_hash_in_minimask()Jarno Rajahalme
2014-04-18lib/flow: Add miniflow accessors and miniflow_get_tcp_flags().Jarno Rajahalme
2014-04-18lib/flow: Introduce miniflow_extract().Jarno Rajahalme
2014-04-18lib/ofp-util: Restore the check for minus sign in port number strings.Jarno Rajahalme
2014-04-17flow.h: Fix a comment typoYAMAMOTO Takashi
2014-04-16dpif-netdev: Move hash function out of the recirc action, into its own actionAndy Zhou
2014-04-14lib/odp-util: Do not use mask if it doesn't exist.Jarno Rajahalme
2014-04-10ofp-util.c: Simplify ofputil_group_stats_to_* functions.Andy Zhou
2014-04-10netdev-dpdk: Indicate the change of etheraddr and mtu.Alex Wang
2014-04-10netdev: Add 'change_seq' back to netdev.Alex Wang
2014-04-10vlandev: Fix an obvious predicate logic crash bug.ZhengLingyun
2014-04-10netdev-bsd: Update for recent ofpbuf api changesYAMAMOTO Takashi
2014-04-09lib/ofp-actions: Silently discard set ip ecn/ttl actions on OpenFlow10.Jarno Rajahalme
2014-04-09dpif-netdev: Use existing flow for computing dp hashAndy Zhou
2014-04-09dpif-netdev: preserve packet metadata fields across recirculationAndy Zhou
2014-04-08lib/ofpbuf: Rename private fields to discourage direct use.Jarno Rajahalme
2014-04-07ofproto/bond: Implement bond megaflow using recirculationAndy Zhou
2014-04-07lockfile: Improve log message when a process tries to relock a file.Ben Pfaff
2014-04-07ofp-parse: Handle buffer resize when parsing actionsSimon Horman
2014-04-05ofp-print: Fix misaligned data access in ofp_print_error_msg().Ben Pfaff
2014-04-05packets: Fix misaligned data accesses for MPLS and SCTP fields.Ben Pfaff
2014-04-05dpif-netdev: Unwildcard entire odp_port in dpif_netdev_mask_from_nlattrs().Ben Pfaff
2014-04-04ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff
2014-04-04flow: Rearrange struct flow for better megaflows.Ethan Jackson
2014-04-04ofpbuf: fix struct commentLorand Jakab
2014-04-03jsonrpc: Return received JSON-RPC messages immediately in jsonrpc_recv().Ben Pfaff
2014-04-03ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme
2014-04-03ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme