summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Fix memory leak in is_neighbor_reply_correct() functionDamijan Skvarc2019-10-031-4/+8
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-263-2/+134
* ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tablesYi-Hung Wei2019-09-265-0/+343
* userspace: Enable non-bridge port as tunnel endpoint.Yifeng Sun2019-09-251-11/+45
* vswitchd: Make packet-in controller queue size configurableDumitru Ceara2019-09-232-1/+6
* ofproto-dpif: Free leaked 'webster'Yifeng Sun2019-09-191-0/+1
* ofproto-dpif: Uninitialize 'xlate_cache' to free resourcesYifeng Sun2019-09-191-0/+1
* tnl-neigh: Use outgoing ofproto version.Flavio Leitner2019-08-281-2/+2
* ofproto-dpif: Fix using uninitialised memory in user_action_cookie.Ilya Maximets2019-08-232-24/+29
* ofproto-dpif: Fix for recirc issue with mpls traffic with dp_hashSurya Rudra2019-08-213-0/+5
* upcall: Configure datapath min-revalidate-pps through ovs-vsctl.Vlad Buslov2019-08-214-2/+17
* upcall: Change should_revalidate to use max-revalidator valueVlad Buslov2019-08-211-1/+1
* upcall: Configure datapath max-revalidator through ovs-vsctl.Vlad Buslov2019-08-214-1/+18
* tnl-neigh-cache: Purge learnt neighbors when port/bridge is deletedVasu Dasari2019-07-221-0/+3
* rconn: Increase precision of timers.Ben Pfaff2019-07-051-8/+8
* ofproto-dpif-upcall: Remove unused macro MAX_QUEUE_LENGTH.Yunjian Wang2019-07-051-1/+0
* vswitchd: Always cleanup userspace datapath.Ilya Maximets2019-07-021-0/+8
* ofproto-dpif: Fix continuation with patch portYi-Hung Wei2019-06-212-3/+2
* lacp: Don't send or receive PDUs when carrier state of slave is downNitin Katiyar2019-06-101-7/+7
* lacp: Avoid packet drop on LACP bond after link upNitin Katiyar2019-06-102-4/+28
* ofproto-dpif-xlate: Report DHCP output actions in trace.Ben Pfaff2019-06-071-1/+3
* ofproto-dpif-xlate: Fix match criteria for in-band control ruleAnju Thomas2019-06-071-0/+4
* ofproto-dpif-xlate: Add "always" mode to priority tagsEli Britstein2019-05-242-4/+8
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-244-7/+17
* ofproto: Return error codes for rule insertions.Aravind Prasad S2019-04-233-33/+86
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-225-1/+180
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-264-0/+46
* ofproto: fix the bug of bucket counter is not updatedLi Wei2019-03-251-0/+2
* manpages: Highlight --ct-next option.Ilya Maximets2019-03-151-3/+4
* ofproto: Fix for ovs-vswitchd crash on flow-mod with unsupported actionparameswaran krishnamurthy2019-03-051-6/+2
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-256-57/+72
* rstp: add ability to receive VLAN-tagged BPDUsMatthias May2019-02-221-1/+5
* ofproto: Don't always treat passive controllers as "equal".Ben Pfaff2019-02-051-2/+1
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-054-38/+36
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-053-8/+5
* connmgr: Make treatment of active and passive connections more uniform.Ben Pfaff2019-02-051-308/+306
* ofproto-dpif-trace: Fix for the segmentation fault in ofproto_trace().Ashish Varma2019-02-041-1/+1
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-041-0/+1
* Revert "ofproto-dpif: Let the dpif report when a port is a duplicate."Flavio Leitner2019-01-251-3/+4
* Revert "ofproto-dpif: Check for EBUSY as well"Flavio Leitner2019-01-251-1/+1
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-252-4/+4
* Fix crash due to multiple tnl push actionAnju Thomas2019-01-221-7/+0
* Fix bugs in L3 protocol support.Ben Pfaff2019-01-181-6/+6
* connmgr: Do not send asynchronous messages to rconns lacking protocols.Ben Pfaff2019-01-181-1/+1
* ofproto-dpif-xlate: Account mirrored packets only if the VLAN matches.Ben Pfaff2019-01-171-15/+22
* ofproto: Handle flow monitor requests with multiple parts.Ben Pfaff2019-01-151-43/+46
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-153-25/+279
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-103-28/+50
* ofproto: Return correct error codes from meter_set.Tony van der Peet2018-12-121-2/+2
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2018-11-192-2/+2