summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-312-0/+110
* faq: Better document how to add vendor extensions.Ben Pfaff2017-10-301-1/+3
* json: New function json_object_put_format().Ben Pfaff2017-10-241-1/+5
* json: New function json_nullable_clone().Ben Pfaff2017-10-241-0/+1
* ovs-atomic: Add C++ compatible implementation.Ben Pfaff2017-10-171-4/+6
* util: Make ovs_assert() always expand so that it should be followed by ;Ben Pfaff2017-10-101-3/+3
* ofproto-dpif-xlate: Keep track of the last actionAndy Zhou2017-09-271-0/+7
* Fix C++ build issue when static_assert() is not availableYi-Hung Wei2017-09-132-3/+10
* .gitignore: Ignore generated file cxxtest.cc.Russell Bryant2017-09-051-0/+1
* nsh: fix an implicit bug in nsh_hdr_lenYi Yang2017-08-291-1/+1
* match: Add helper function to set nw_ttl with maskPaul Blakey2017-08-111-1/+2
* compat: Update tc compatibility headerPaul Blakey2017-08-111-4/+47
* include: Add struct declaration to ofp-print.h.Joe Stringer2017-08-081-0/+1
* nsh: Avoid zero-length array.Ben Pfaff2017-08-081-3/+3
* Generic encap and decap support for NSHJan Scheurich2017-08-071-3/+41
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-076-4/+265
* Userspace Datapath: Add TFTP support.Darrell Ball2017-08-071-1/+2
* ovs-ofctl: Avoid unnecessary flow replacement in "replace-flows" command.Ben Pfaff2017-08-031-0/+2
* util: Add PADDED_MEMBERS_CACHELINE_MARKER macro to mark cachelines.Bhanuprakash Bodireddy2017-08-031-0/+48
* OF support and translation of generic encap and decapJan Scheurich2017-08-025-0/+120
* ofpbuf: Fix parameter for const initializer.Joe Stringer2017-08-011-1/+1
* Add 'extern "C"' for all relevant public header files, plus a build check.Ben Pfaff2017-07-3121-0/+181
* Automatically verify that OVS header files work OK in C++ also.Ben Pfaff2017-07-313-5/+17
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-311-1/+1
* util: Add C++ compatible definition of PADDED_MEMBERS.Ben Pfaff2017-07-311-0/+12
* ofp-actions: Add casts to placate C++ compilers.Ben Pfaff2017-07-311-5/+6
* ovn: Add support for ACL logging.Justin Pettit2017-07-281-24/+42
* OpenFlow: Add support for "group delete" flow removed reason to 1.3.Justin Pettit2017-07-161-2/+4
* sparse: Add missing protoype for sendmmsg.Ben Pfaff2017-07-141-0/+1
* util: Make PADDED_MEMBERS work more than once per struct.Ben Pfaff2017-07-131-1/+4
* socket-util: Support sendmmsg() regardless of platform.Ben Pfaff2017-07-121-0/+5
* Fix nonstandard isatty on WindowsAlin Serdean2017-07-061-0/+16
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-272-0/+25
* ofpbuf: New function ofpbuf_insert().Ben Pfaff2017-06-271-0/+1
* ofp-util: Remove prototype for unimplemented function.Ben Pfaff2017-06-201-2/+0
* match: Add helper function to set tunnel tp_dstRoi Dayan2017-06-151-0/+2
* ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".Ben Pfaff2017-06-141-1/+1
* unaligned: Introduce helpers for 32-bit aligned 128-bit integers.Ben Pfaff2017-06-141-0/+12
* ovs-ofctl: Avoid read overrun in ofperr_decode_msg().Ben Pfaff2017-06-141-12/+0
* userspace: add vxlan gpe support to vportGeorg Schmuecking2017-06-021-1/+0
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-022-7/+9
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-316-23/+71
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-0/+1
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-312-0/+4
* ofp-util: Add OpenFlow 1.5 packet-out supportYi-Hung Wei2017-05-312-2/+18
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-1/+1
* compat: Add tc compatibility headers for old kernelsPaul Blakey2017-05-305-0/+256
* windows: add definition of getpid and getcwdAlin Serdean2017-05-251-0/+12
* sparse: Add rte_memcpy.h replacement header.Ben Pfaff2017-05-072-0/+40
* windows: Add definition for EPFNOSUPPORT.Alin Serdean2017-05-051-0/+2