summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-dpdk: Add vhost-user multiqueue supportFlavio Leitner2016-01-281-24/+91
* ofp-actions: Add more detail when formatting unroll_xlate pseudo-action.Ben Pfaff2016-01-281-3/+3
* dpif-netdev: Reduce code duplicationAndy Zhou2016-01-271-5/+3
* dpif-netdev: drop swappingAndy Zhou2016-01-271-12/+3
* dpif-netdev: properly maintain exact match cache hit counterAndy Zhou2016-01-271-6/+7
* dpif-netdev: Unique and sequential tx_qids.Ilya Maximets2016-01-261-14/+42
* dpif-netdev: Rework of rx queue management.Ilya Maximets2016-01-261-75/+148
* Update relevant artifacts to add support for DPDK v2.2.0.mweglicx2016-01-251-2/+2
* ovs-rcu: Improve comments on ovsrcu_postpone().Ben Pfaff2016-01-251-2/+4
* ofp-util: Make decoding switch features harder to misuse (and fix leak).Ben Pfaff2016-01-204-20/+16
* nx-match: Add functions for raw decoding and encoding of OXM.Ben Pfaff2016-01-202-3/+34
* hash: New helper functions hash_bytes32() and hash_bytes64().Ben Pfaff2016-01-204-10/+20
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-204-111/+203
* pktbuf: Move from 'ofproto' to 'lib'.Ben Pfaff2016-01-203-1/+263
* openflow: Get rid of struct ofp13_packet_in.Ben Pfaff2016-01-202-49/+32
* ofp-print: Decode and print all async config messages the same way.Ben Pfaff2016-01-201-91/+26
* ofp-util: Add function to encode OFPT_SET_ASYNC messages.Ben Pfaff2016-01-203-4/+40
* ofp-util: Fix OF1.4+ version of ofputil_decode_set_async_config().Ben Pfaff2016-01-203-2/+14
* ofp-util: Rewrite async config encoding and decoding to be table-driven.Ben Pfaff2016-01-203-207/+200
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-203-55/+66
* ofp-util: New function ofputil_async_msg_type_to_string().Ben Pfaff2016-01-203-25/+20
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-205-121/+250
* ofp-prop: New function ofpprop_put_zeros().Ben Pfaff2016-01-203-14/+29
* ofp-prop: Add helpers for u8, be64/u64, flag, and UUID properties.Ben Pfaff2016-01-203-7/+143
* ofp-prop: Add generic functions for working with 16- and 32-bit properties.Ben Pfaff2016-01-204-167/+187
* ofp-prop: Add support for experimenter properties.Ben Pfaff2016-01-203-128/+168
* ofp-prop: New module for working with OpenFlow 1.3+ properties.Ben Pfaff2016-01-204-173/+273
* ofp-errors: Add extension error codes for OF1.3+ property errors.Ben Pfaff2016-01-201-10/+19
* ofp-util: Improve function to emit a bitmap property.Ben Pfaff2016-01-201-14/+12
* ofp-actions: Append in ofpacts_pull_openflow_actions(), instead of replace.Ben Pfaff2016-01-202-12/+10
* netdev-dummy: Add a dummy queue.Ben Pfaff2016-01-201-7/+93
* openflow: Rename OF0.1-1.3 queue property constants.Ben Pfaff2016-01-201-13/+14
* ofp-print: Improve formatting of queue stat requests and port_mods.Ben Pfaff2016-01-201-2/+2
* ofp-util: Improve formatting of comment.Ben Pfaff2016-01-191-2/+1
* ofp-msgs: Fix comments.Ben Pfaff2016-01-191-15/+15
* ofp-msgs: Fix definitions of OF1.4 OFPT_GET_ASYNC_REPLY and OFPT_SET_ASYNC.Ben Pfaff2016-01-191-3/+3
* learning-switch: Use "if"s instead of "switch" to reduce maintenance.Ben Pfaff2016-01-191-90/+9
* odp-util: Accept fields with zero maskHaggai Eran2016-01-191-6/+3
* {lib, utilities}: Fix ct_state constants in docs.Joe Stringer2016-01-131-4/+4
* lib: remove unused functionAndy Zhou2016-01-121-57/+0
* netdev-dpdk: Fix thread_is_pmd() symbol conflict.Joe Stringer2016-01-121-4/+4
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-123-2/+39
* netdev-dpdk: Consistently use xstrdup() instead of strdup().Ben Pfaff2016-01-121-4/+4
* ovn-nbctl: add db commands help and manpageWei Li2016-01-122-1/+398
* flow: fix compilation of MINIFLOW_ASSERTSimon Horman2016-01-111-3/+3
* dp-packet: Remove unused helper dp_packet_to_string().Simon Horman2016-01-112-16/+0
* ofp-parse: Use xstrdup() instead of strdup().Ben Pfaff2016-01-111-1/+1
* poll: Suppress logging for pmd threads.Ilya Maximets2016-01-114-2/+14
* ofproto: Fix memory leak reported by valgrind.William Tu2016-01-111-7/+19
* rstp: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+1