summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* types: Avoid compound literals as initializers.Ben Pfaff2017-11-301-2/+2
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-291-0/+11
* compat: Add act_pedit compatibility for old kernelsPaul Blakey2017-11-162-0/+73
* ofp-actions: Add compare to offsetof need for MSVC 2015/17Alin Gabriel Serdean2017-11-141-1/+1
* NSH: Adjust NSH wire format to the latest IETF draftJan Scheurich2017-11-081-30/+189
* packets: Move declarations inside extern "C".duanjiong2017-11-061-4/+4
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-032-0/+84
* ofp-util: Update OpenFlow 1.6 port support to track latest proposal.Ben Pfaff2017-11-031-10/+3
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-021-1/+8
* ovn-controller: Add a new action - 'put_nd_ra_opts'Numan Siddique2017-11-021-1/+13
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-021-8/+8
* packets: Fix C++ compilation issues when include packets.hYi-Hung Wei2017-11-021-6/+6
* ovn: Allow ct_lb actions to take IPv6 address arguments.Mark Michelson2017-11-021-1/+5
* 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