summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add opterr and optopt to Windows headersAlin Gabriel Serdean2018-08-011-1/+1
* lib/tc: Support matching on ip tunnel tos and ttlOr Gerlitz2018-08-011-1/+6
* lib/tc: Support setting tos and ttl for TC IP tunnelsOr Gerlitz2018-08-011-2/+8
* lib/tc: Support matching on ip tosOr Gerlitz2018-08-011-0/+1
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-6/+14
* ovn: Add rate-limiting for ACL logs.Justin Pettit2018-07-301-0/+1
* ofproto: Add support for specifying a meter in controller actions.Justin Pettit2018-07-301-0/+8
* Add support to offload QinQ double VLAN headers matchJianbo Liu2018-07-251-1/+5
* flow: Refactor some of VLAN helper functionsJianbo Liu2018-07-251-2/+2
* sparse: Add support for DPDK.Ben Pfaff2018-07-2410-0/+2772
* sparse: Make IN6_IS_ADDR_MC_LINKLOCAL and IN6_ARE_ADDR_EQUAL pickier.Ben Pfaff2018-07-111-8/+19
* ofp-print: Move significant formatting code into more specific .c files.Ben Pfaff2018-06-189-10/+72
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-2/+2
* ofp-bundle: Minor style fixes for header.Ben Pfaff2018-06-111-11/+13
* vlog: exit with error if explicitly specified logfile cannot be openedDan Williams2018-05-251-2/+8
* 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