summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sparse: Fix sparse when compiling DPDK.Ethan Jackson2015-05-226-0/+128
* Add types for NTR selection methodSimon Horman2015-03-242-0/+67
* include/openflow: Simplify structure checking for OpenFlow headers.Ben Pfaff2015-03-171-34/+2
* Use NTR rather than NTR as prefix for Netronome vendor idSimon Horman2015-03-171-1/+1
* windows/syslog: Remove duplicate definition.Gurucharan Shetty2015-03-051-1/+0
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-281-0/+13
* vlog: Logging option '--syslog-target' needs one argument.Gurucharan Shetty2015-01-261-1/+1
* vconn: Move struct definitions back to provider interface.Ben Pfaff2015-01-201-25/+5
* vconn: Avoid using C++ keyword 'class' as variable name in headersAmit Bose2015-01-131-2/+2
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-19/+21
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-152-0/+114
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-152-1/+298
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-152-0/+28
* lib: Expose SAT_MUT as OVS_SAT_MUL in <openvswitch/util.h>Thomas Graf2014-12-151-0/+6
* lib: Move token-bucket.h to <openvswitch/token-bucket.h>Thomas Graf2014-12-152-0/+43
* lib: Expose ovs_mutex and ovsthread_once in <openvswitch/thread.h>Thomas Graf2014-12-152-0/+138
* lib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATORThomas Graf2014-12-151-0/+8
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-152-0/+225
* include/openvswitch/util: Add extern "C" { ... }.Ben Pfaff2014-12-081-0/+8
* Add Netronome vendor Id: NMX_VENDOR_ID = 0x00001540.Simon Horman2014-11-251-0/+1
* lib: Add API to set program name and versionThomas Graf2014-11-252-0/+32
* lib: Add new header <openvswitch/version.h> to versioning infoThomas Graf2014-11-253-1/+31
* hash: Add 128-bit murmurhash.Joe Stringer2014-11-251-0/+14
* openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_modSimon Horman2014-11-251-4/+4
* openflow: Value 4 of enum ofp15_group_mod_command is reserved.Simon Horman2014-11-251-0/+1
* Fix build break in ofproto/tunnel.c for windows platform.Saurabh Shah2014-11-201-0/+1
* openflow: Add OpenFlow 1.4 packet-in reasons.Shu Shen2014-11-131-1/+4
* include: Install openflow/ and openvswitch/ headers.Thomas Graf2014-11-132-2/+4
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-2/+2
* include: Use #include <.*> in public headers.Thomas Graf2014-11-129-15/+15
* openflow: Add types for (draft) OpenFlow 1.5 group mod.Simon Horman2014-11-111-1/+112
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-2/+3
* openflow.h: Add header for OpenFlow v1.5.Jean Tourrilhes2014-11-043-0/+49
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-3/+4
* nicira-ext.h: Update commentsYAMAMOTO Takashi2014-10-141-4/+9
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-072-48/+0
* meta-flow: Autogenerate mf_field data structures.Ben Pfaff2014-10-072-586/+1
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-292-2/+2
* netinet/in.h: Add definition for IPPROTO_GRE.Gurucharan Shetty2014-08-181-0/+22
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+1
* Prepare include headersAlin Serdean2014-08-134-0/+60
* No newline at end of fileAlin Serdean2014-08-132-2/+2
* ofp-errors: Use EXT-444 extension error codes for properties in OF1.3.Ben Pfaff2014-08-121-0/+3
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-116-1299/+5
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-112-8/+0
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-2/+10
* Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff2014-08-046-720/+13
* Add defines, enums and headers for MSVCAlin Serdean2014-07-295-0/+163
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+4
* datapath: reorder action netlink attribute definition for upstreamingAndy Zhou2014-07-241-3/+4