summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* bond: Remove executable bit from bond.cTimothy Redaelli2018-11-101-0/+0
* ofproto.c: Handle the situation when ofp_port number exhausted.Han Zhou2018-11-091-13/+25
* ofproto.c: Fix port number leaking.Han Zhou2018-11-091-1/+1
* ofproto-dpif-upcall: Don't purge ukeys while in a quiescent state.Ben Pfaff2018-11-061-22/+16
* bond: Fix LACP fallback to active-backup when recirc is enabled.Ben Pfaff2018-11-051-3/+22
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-051-1/+1
* connmgr: Improve interface for setting controllers.Ben Pfaff2018-10-314-42/+28
* connmgr: Modernize coding style.Ben Pfaff2018-10-311-168/+112
* dpif: Restore a few lines with form feed charactersSriharsha Basavapatna2018-10-311-1/+1
* ofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1.0-1.3Zak Whittington2018-10-261-1/+6
* connmgr: Fix vswitchd abort when a port is added and the controller is downNuman Siddique2018-10-231-0/+4
* revalidator: Rebalance offloaded flows based on the pps rateSriharsha Basavapatna via dev2018-10-191-6/+440
* revalidator: Gather packets-per-second rate of flowsSriharsha Basavapatna via dev2018-10-191-0/+51