summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* dpif: Remove support for multiple queues per port.Ben Pfaff2018-09-262-8/+5
* ofproto-dpif-xlate: Fix load balancing for select groups with MPLS.Anju Thomas2018-09-261-0/+1
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-261-4/+7
* ofproto-dpif: Fix NXT_RESUME flow statsYi-Hung Wei2018-09-213-7/+20
* ofproto-dpif-xlate: Fix translation of groups with no buckets.Ben Pfaff2018-09-171-1/+1
* ofproto-dpif-trace: Make -generate send packets to controller again.Ben Pfaff2018-08-272-17/+82
* ofproto-dpif: Check for EBUSY as wellGreg Rose2018-08-271-1/+1
* dpif: Don't pass in '*meter_id' to meter_set commands.Justin Pettit2018-08-161-1/+1
* ofproto-dpif-upcall: Fix for flow limit issue in revalidatorVishal Deep Ajmera2018-08-151-2/+2
* ofproto: Fix coredump in ofproto_destroy__().liucheng (J)2018-08-151-0/+2
* ofproto-dpif-xlate: Improve log message.Ben Pfaff2018-08-091-2/+2
* ofproto-dpif-xlate: use new info-level logging helper when sending out an in_...Zak Whittington2018-08-071-2/+30
* ofproto-dpif: Fix typo in registered commandAlin Gabriel Serdean2018-08-011-1/+2
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-312-14/+18
* ofproto: Add support for specifying a meter in controller actions.Justin Pettit2018-07-303-5/+64
* ofproto-dpif-xlate: Check the right IPv6 address in is_nd_dst_correct().Ben Pfaff2018-07-111-1/+1
* xlate: use const struct in6_addr in linklocal checkAaron Conole2018-07-101-1/+1
* ofproto: Add CLI commands to show and clear mac_learning statisticsEelco Chaudron2018-07-061-0/+67
* ofproto-dpif-xlate: Fix packet_in reason for Table-miss ruleKeshav Gupta2018-07-061-36/+46
* ofproto-dpif: Let the dpif report when a port is a duplicate.Ben Pfaff2018-07-051-4/+3
* ofproto: Fix OVS crash when reverting old flows in bundle commitVishal Deep Ajmera2018-06-181-1/+1