summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ofp-errors: Add remaining OF1.4 and OF1.5 errors.Ben Pfaff2018-02-131-15/+73
* Implement OF1.3 extension for OF1.4 role status feature.Ben Pfaff2018-02-131-1/+4
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-1321-1597/+2142
* ofp-util: Remove prototypes for unimplemented functions.Ben Pfaff2018-02-131-12/+0
* ovs-vswitchd: Avoid or suppress memory leak warning for glibc aio.Ben Pfaff2018-02-011-0/+1
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-2/+5
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-014-8/+34
* ofp-util: New data structure for mapping between table names and numbers.Ben Pfaff2018-01-311-4/+29
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-9/+23
* openvswitch/types.h: Drop the member name in initializer macroShashank Ram2018-01-251-3/+2
* ovn: OVN Support QoS meterGuoshuai Li2018-01-241-1/+12
* ovn-controller: Add extend_table instead of group_table to expand meter.Guoshuai Li2018-01-241-19/+2
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-0/+1
* nsh: add new flow key 'ttl'Yi Yang2018-01-114-14/+120
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-0/+1
* netdev: Custom statistics.Michal Weglicki2018-01-103-0/+46
* ofproto-dpif: Issue clear error messages for unsupported CT features.Ben Pfaff2018-01-101-0/+12
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-082-8/+29
* ofp-actions: Mention OFPACT_STACK_POP.Justin Pettit2017-12-241-1/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-225-0/+34
* Windows: Fixing Windows C++ compilation issues with unnamed structureShireesh Singh2017-12-191-7/+7
* 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