summaryrefslogtreecommitdiff
path: root/include/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-13/+15
* conntrack: Rename "master" connection to "parent" connection.Ben Pfaff2020-10-211-7/+7
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-1/+1
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-162-7/+8
* ctags: Include new annotations to ctags ignore list.Flavio Leitner2020-07-041-0/+2
* netdev-offload-tc: Revert tunnel src/dst port masks handlingRoi Dayan2020-06-191-3/+0
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-081-0/+11
* netdev-offload-tc: Allow to match the IP and port mask of tunnelTonghao Zhang2020-06-031-0/+3
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-291-1/+12
* util: Update OVS_TYPEOF macro for C++ enabled applications.Archana Holla2020-04-071-0/+2
* userspace: Add GTP-U support.William Tu2020-03-254-3/+39
* fatal-signal: Fix clang error due to lock.William Tu2020-03-241-2/+2
* fatal-signal: Log backtrace when no monitor daemon.William Tu2020-03-231-0/+3
* hmap: Fix Coverity false positiveUsman Ansari2020-03-191-6/+12
* match: Add match_set_ct_zone_masked helperPaul Blakey2019-12-221-0/+2
* ovs-thread: Avoid huge alignment on a base spinlock structure.Ilya Maximets2019-12-191-1/+1
* ofp-monitor: Make OFP_FLOW_REMOVED_REASON_BUFSIZE public.Ben Pfaff2019-12-121-0/+2
* ofp-print: Abbreviate lists of fields in table features output.Ben Pfaff2019-12-121-0/+3
* ovs-thread: Make struct spin lock cache aligned.William Tu2019-08-281-1/+1
* ovs-thread: Add pthread spin lock support.William Tu2019-07-191-0/+22
* rconn: Increase precision of timers.Ben Pfaff2019-07-051-4/+3
* ofproto-dpif: Fix continuation with patch portYi-Hung Wei2019-06-211-0/+3
* OpenFlow: Enable OpenFlow 1.5 by default.Ben Pfaff2019-06-201-2/+3
* ofp-actions: Support OF1.5 meter action.Ben Pfaff2019-06-201-3/+3
* nsh: Fix "shadow" warnings while compiling with clang.Damijan Skvarc2019-06-091-6/+12
* 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
* lib: added check to prevent int overflowToms Atteka2019-03-261-0/+6
* ofp-protocol: Changed the number of bits in OFPUTIL_P_ANY from 10 to 9.Ashish Varma2019-03-151-1/+1
* automake: Clean up cxxtest.cc.Ilya Maximets2019-02-111-0/+1
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-054-27/+10
* 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
* 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
* 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-031-2/+12
* 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
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-262-2/+17
* meta-flow: Make "nw_frag" a synonym for "ip_frag".Ben Pfaff2018-09-201-1/+1