summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nsh: Fix "shadow" warnings while compiling with clang.Damijan Skvarc2019-06-091-6/+12
* sparse: Re-allow sparse builds with dpdk.Ilya Maximets2019-06-064-58/+45
* acinclude: Add vector defines to sparse.Ilya Maximets2019-06-063-54/+0
* ovn-controller: Maintain resource references for logical flows.Han Zhou2019-05-241-1/+4
* ovn-controller: Initial use of incremental engine - quiet mode.Han Zhou2019-05-241-0/+3
* compat: add SCTP netfilter states for older kernelsAaron Conole2019-05-242-0/+27
* sparse: Configure target operating system and fix fallout.Ben Pfaff2019-04-242-0/+31
* ovn: Support OVS action 'check_pkt_larger' in OVNNuman Siddique2019-04-221-1/+9
* ovn: Add a new OVN action 'icmp4_error'Numan Siddique2019-04-221-0/+7
* ovn: Add a new OVN field icmp4.frag_mtuNuman Siddique2019-04-224-2/+156
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+19
* compiler: Fix compilation when using VStudio 2015/2017Alin Gabriel Serdean2019-04-161-0/+12
* compat: add compatibility headers for tc skbedit actionJohn Hurley2019-04-092-0/+58
* lib: added check to prevent int overflowToms Atteka2019-03-261-0/+6
* Makefiles: Generate datapath ovs key fields macrosEli Britstein2019-03-251-3/+8
* ofp-protocol: Changed the number of bits in OFPUTIL_P_ANY from 10 to 9.Ashish Varma2019-03-151-1/+1
* lib/tc: add ingress ratelimiting support for tc-offloadPieter Jansen van Vuuren2019-03-041-0/+12
* Userspace datapath: Add fragmentation handling.Darrell Ball2019-02-141-0/+1
* automake: Clean up cxxtest.cc.Ilya Maximets2019-02-111-0/+1
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-0511-130/+15
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-043-2/+35
* ofp-actions: Set an action depth limit to prevent stackoverflow by ofpacts_parseYifeng Sun2019-02-041-0/+4
* lib/tc: make pedit mask calculations byte order agnosticPieter Jansen van Vuuren2019-01-312-1/+31
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-1/+1
* ofpbuf: Reintroduce assertion on size in ofpbuf_pull().Ben Pfaff2019-01-171-0/+1
* ofp-actions: Avoid overflow for ofpact_learn_spec->n_bitsYifeng Sun2019-01-171-1/+1
* 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