summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-285-22/+28
* openflow: Add OpenFlow1.5 group desc request.Minoru TAKAHASHI2015-07-311-0/+7
* openflow: Add OpenFlow1.5 port desc request.Minoru TAKAHASHI2015-07-311-0/+7
* openflow: Add additional reserved space in struct nx_geneve_table_reply.Jesse Gross2015-07-281-2/+2
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-0/+12
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-211-0/+1
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-0/+3
* nicira-ext: Fix typo in comment.Ben Pfaff2015-07-121-2/+2
* hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.Jeroen van Bemmel2015-07-081-1/+22
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+10
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-1/+8
* mcast-snooping: Use IPv6 address for MDBThadeu Lima de Souza Cascardo2015-07-011-1/+15
* windows: Avoid OVS_UNUSED in Windows stubs for syslog.h.Alin Serdean2015-07-011-4/+3
* vlog: add "vlog/list-pattern" commandAnsis Atteka2015-06-271-0/+1
* vlog: abstract out interface to syslog daemonAnsis Atteka2015-06-271-0/+8
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+70
* ofproto: Postpone sending flow removed messages.Jarno Rajahalme2015-06-121-0/+2
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+3
* types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-7/+0
* 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