summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Consistently force off OFPPS_LIVE if port or link is down.Ben Pfaff2018-10-183-34/+36
* ofproto-dpif: Refactor port_run().Ben Pfaff2018-10-181-30/+32
* ofproto: Move may_enable from ofport_dpif to ofport.Ben Pfaff2018-10-183-8/+8
* ofproto: Refactor update_port().Ben Pfaff2018-10-181-25/+9
* connmgr: Suppress duplicate port status notifications.Ben Pfaff2018-10-183-19/+41
* bond: Honor updelay and downdelay when LACP is in use.Ben Pfaff2018-10-171-2/+1
* ofproto-dpif-xlate: Avoid deadlock on multicast snooping recursion.Ben Pfaff2018-10-151-18/+84
* ofproto-dpif-xlate.c: Fix uninitialized variable warning.Justin Pettit2018-09-271-1/+1
* sflow: Set agent address properly based on collector address.Justin Pettit2018-09-271-2/+3
* ofproto: Fix build with some GCC versions.Ben Pfaff2018-09-271-7/+6
* ofproto-dpif-xlate: Fix conntrack fields on NXT_RESUMEYi-Hung Wei2018-09-261-0/+1