summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* xlate: Move tnl_neigh_snoop() to terminate_native_tunnel()Zoltan Balogh2018-04-181-0/+10
* ovn: Recirculate packets after a unSNAT.Gurucharan Shetty2018-04-131-3/+0
* ovn: Support port groups in ACLsHan Zhou2018-04-132-9/+16
* OVN: add icmp6{} action supportLorenzo Bianconi2018-04-101-2/+3
* OVN: add tcp_reset{} action supportLorenzo Bianconi2018-04-041-0/+7
* json: Avoid extra memory allocation and string copy parsing object members.Ben Pfaff2018-03-312-0/+2
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-1/+1
* flow, match, classifier: Add new functions for miniflow and minimatch.Ben Pfaff2018-03-311-0/+4
* match: Add 'tun_md' member to struct minimatch.Ben Pfaff2018-03-312-0/+6
* netdev-tc-offloads: Add support for IP fragmentationRoi Dayan2018-03-211-2/+3
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-1411-36/+114
* ofp-match: Make some public functions static.Ben Pfaff2018-03-141-5/+0
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-143-31/+27
* ofp-protocol: Better abstract changing the protocol used for flow matches.Ben Pfaff2018-03-144-69/+15
* OVN: add icmp4{} action supportLorenzo Bianconi2018-03-091-0/+7
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-2/+2
* 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