aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-10-17socket-util: Add symlink based workaround for long pathnames.YAMAMOTO Takashi
2013-10-17vtep: Initial checkin of vtep schema.Bruce Davie
2013-10-17More accurate wildcarding and fragment handling.Jarno Rajahalme
2013-10-17include/openflow: Move union ofp_action away from headers.Jarno Rajahalme
2013-10-17ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.Gurucharan Shetty
2013-10-17nx-match: Fix comments.YAMAMOTO Takashi
2013-10-17ofp-util: Fix a comment.YAMAMOTO Takashi
2013-10-17ofp-actions: Consistently use helper function.YAMAMOTO Takashi
2013-10-17ofp-parse: Fix padding parsing write-actions.YAMAMOTO Takashi
2013-10-17ofp-actions: Fix some ofpbuf usage problems in write-actions code.YAMAMOTO Takashi
2013-10-16cfm: Add cfm_wake_time() function.Alex Wang
2013-10-16bfd: Add bfd_wake_time() function.Alex Wang
2013-10-16heap: Change type of "priority" in "struct heap".Alex Wang
2013-10-16netdev-dummy: Count rx packets regardless of sourceSimon Horman
2013-10-15Set datapath mask bits when setting a flow field.Jarno Rajahalme
2013-10-15meta-flow: Add mf_mask_field_and_prereqs().Jarno Rajahalme
2013-10-15lib/meta-flow: Enforce mf_fields array order.Jarno Rajahalme
2013-10-14Add support for write-actionsSimon Horman
2013-10-14ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.Ben Pfaff
2013-10-14odp-util: Elaborate the comment for odp_flow_format() function.Gurucharan Shetty
2013-10-14odp-util: Fix code formatting.Gurucharan Shetty
2013-10-11rconn: Make thread-safe.Ben Pfaff
2013-10-11rconn: Make rconn_packet_counter thread-safe.Ben Pfaff
2013-10-09Add software switch support for modifying ARP headers in OpenFlow.Ben Pfaff
2013-10-09dpif: Support working around actions that a datapath does not support.Ben Pfaff
2013-10-09odp-util: Make it possible to combine slow path reasons.Ben Pfaff
2013-10-09odp-execute: Refine signatures for odp_execute_actions() callbacks.Ben Pfaff
2013-10-09netdev-dummy: Add pcap feature.Ben Pfaff
2013-10-09pcap-file: Add support for append mode to pcap_open().Ben Pfaff
2013-10-09pcap-file: Improve error logging.Ben Pfaff
2013-10-09timeval: Call coverage_clear() before coverage_log() in time_poll().Ben Pfaff
2013-10-09meta-flow: Fix inverted IPv6 flow label masking.Jarno Rajahalme
2013-10-08timeval: Wake up all threads when time is warped.Alex Wang
2013-10-08ovsdb-idl: Remove write-only member 'commit_seqno' from ovsdb_idl_txn.Ben Pfaff
2013-10-08ovs-controller: Avoid dereferencing NULL pointer when the switch acts as a hubZhengLingyun
2013-10-04ofproto-dpif-xlate: Suppress oversize datapath actions.Ben Pfaff
2013-10-03signals: Don't assume that sys_siglist is an array.YAMAMOTO Takashi
2013-10-02util: use gcc builtins to better check array sizesFlavio Leitner
2013-10-01ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.Gurucharan Shetty
2013-10-01stream: Log a warning when the default OpenFlow or OVSDB port is used.Justin Pettit
2013-10-01ofproto: Define official OpenFlow port number.Justin Pettit
2013-10-01ovsdb: Define official port number.Justin Pettit
2013-10-01Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit
2013-10-01coverage: Reimplement the "ovs-appctl coverage/show" command.Alex Wang
2013-09-27Suppress warnings about unused variables and functions.Jarno Rajahalme
2013-09-27Remove unused variables and functions.Jarno Rajahalme
2013-09-27odp: Only pass vlan_tci to commit_vlan_action()Joe Stringer
2013-09-27Remove mpls_depth field from flowSimon Horman
2013-09-26classifier: Avoid accumulating junk in cls_partition 'tags'.Ben Pfaff
2013-09-26classifier: Speed up lookup when metadata partitions the flow table.Ben Pfaff