summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Embrace anonymous unions.Ben Pfaff2018-05-251-1/+1
* ovs-fields: Correct ideas about which OXM classes are official.Ben Pfaff2018-05-251-15/+15
* userspace: add erspan tunnel support.William Tu2018-05-214-3/+75
* ofp-print: Handle statistics more systematically.Ben Pfaff2018-05-171-0/+2
* ofp-group: Move formatting code for groups into ofp-group.Ben Pfaff2018-05-171-1/+18
* Add OpenFlow extensions for group support in OpenFlow 1.0.Ben Pfaff2018-05-173-35/+57
* Add support for OpenFlow 1.5 statistics (OXS).SatyaValli2018-05-164-7/+70
* sparse: Support newer GCC/glibc versions.Ben Pfaff2018-05-143-0/+66
* ovn: Set proper Neighbour Adv flag when replying for NS request for router IPNuman Siddique2018-05-141-0/+7
* 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