summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-155-6/+21
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-101-1/+19
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-101-2/+2
* sparse: Fix incompatibility with glibc 2.28 and later.Ben Pfaff2018-12-122-1/+29
* ovs-thread: Add thread safety annotation to cond_wait.Ilya Maximets2018-12-101-1/+2
* ofp-table: Parse table features messages more carefully.Ben Pfaff2018-12-032-3/+35
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2018-11-191-158/+233
* docs: Fix cross-references that referred to discussions that have moved.Ben Pfaff2018-11-151-2/+2
* rconn: New function rconn_is_reliable().Ben Pfaff2018-10-311-0/+1
* ofp-table: Always format the table number in table features.Ben Pfaff2018-10-261-1/+0
* ofp-table: Better summarize table features and statistics.Ben Pfaff2018-10-261-1/+4
* ofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1.0-1.3Zak Whittington2018-10-262-1/+8
* NSH: Fix NSH-related length macros that cause stack overflowYifeng Sun2018-10-261-2/+2
* bundle: add symmetric_l3 hash method for multipathMartin Xu2018-10-021-1/+3
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-262-2/+17
* sparse: check if floatn-common.h is available.Flavio Leitner2018-09-251-0/+3
* meta-flow: Make "nw_frag" a synonym for "ip_frag".Ben Pfaff2018-09-201-1/+1
* lib/tc: add geneve with option match offloadPieter Jansen van Vuuren2018-09-201-0/+25
* lib/tc: add geneve with option encap action offloadPieter Jansen van Vuuren2018-09-201-0/+23
* util: Better document ALIGNED_CAST.Ben Pfaff2018-09-171-2/+8
* 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