summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Generate bitmasks in set_field.Joe Stringer2016-04-151-0/+3
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-142-0/+59
* Move lib/ofp-prop.h to include/openvswitch directoryBen Warren2016-04-142-0/+139
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-142-0/+1047
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-142-0/+753
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-142-0/+1420
* Move lib/type-props.h to include/openvswitch directoryBen Warren2016-04-142-0/+56
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-143-0/+2062
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-142-0/+215
* Break netdev.h into private and public partsBen Warren2016-04-142-0/+88
* Break uuid.h into private and public partsBen Warren2016-04-142-0/+36
* Break flow.h into private and public partsBen Warren2016-04-142-0/+198
* Break packets.h into private and public partsBen Warren2016-04-142-0/+65
* Misc cleanup with "util.h" header filesBen Warren2016-04-142-1/+52
* tun-metadata: Break header file into public and private parts.Ben Warren2016-03-302-0/+102
* util: Move build assertion macros to compiler.h.Ben Warren2016-03-301-0/+30
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-302-0/+278
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-302-0/+107
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-47/+47
* list: Move contents of lib/list.h to include/openvswitch directory.Ben Warren2016-03-302-1/+369
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-192-0/+93
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-192-0/+808
* Move lib/geneve.h to include/openvswitch directoryBen Warren2016-03-192-0/+64
* thread: Keep openvswitch/thread.h #includes more contained within include/.Ben Pfaff2016-02-261-1/+1
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-241-0/+8
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-2/+97
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+1
* Implement new packet-in format NXT_PACKET_IN2.Ben Pfaff2016-02-191-4/+39
* types: Fix defined but not used warning.William Tu2016-02-191-1/+2
* ofp-msgs: Move most OpenFlow header definitions here.Ben Pfaff2016-02-193-39/+1
* ofp-msgs: Add support for ONF extension messages.Ben Pfaff2016-02-193-38/+0
* openflow-common: Describe length and padding rules for OpenFlow properties.Ben Pfaff2016-02-161-0/+6
* compiler: Don't require constructor names to be globally unique in MSVC.Ben Pfaff2016-02-101-1/+1
* compiler: Document OVS_CONSTRUCTOR.Ben Pfaff2016-02-101-1/+8
* vlog: Fix windows build.Russell Bryant2016-02-101-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-37/+36
* vlog: Simplify module definition.Ben Pfaff2016-02-031-20/+14
* vlog: Make 'vlog_modules' private to vlog.c.Ben Pfaff2016-02-031-4/+1
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-0/+5
* openflow: Get rid of struct ofp13_packet_in.Ben Pfaff2016-01-201-20/+1
* ofp-util: Rewrite async config encoding and decoding to be table-driven.Ben Pfaff2016-01-201-22/+1
* ofp-util: Define struct ofputil_async_cfg to hold async message config.Ben Pfaff2016-01-201-1/+23
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-201-0/+25
* openflow: Remove unused (and not useful) property headers.Ben Pfaff2016-01-202-127/+0
* ofp-prop: Add generic functions for working with 16- and 32-bit properties.Ben Pfaff2016-01-202-45/+0
* ofp-prop: New module for working with OpenFlow 1.3+ properties.Ben Pfaff2016-01-201-0/+28
* openflow: Rename OF0.1-1.3 queue property constants.Ben Pfaff2016-01-202-24/+36
* openflow-1.2: Remove unused struct definition.Ben Pfaff2016-01-191-9/+0
* ofp-msgs: Fix definitions of OF1.4 OFPT_GET_ASYNC_REPLY and OFPT_SET_ASYNC.Ben Pfaff2016-01-191-11/+0
* types: Define OVS_*128_MAX statically.Joe Stringer2015-12-221-2/+7