summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-113-215/+215
* ofproto-dpif: Remove tabs from output.Ben Pfaff2018-06-111-2/+2
* ofproto-dpif-upcall: Remove tabs from output.Ben Pfaff2018-06-111-4/+4
* ofproto-dpif-trace: Remove tabs from output.Ben Pfaff2018-06-111-1/+1
* bond: Remove tabs from output.Ben Pfaff2018-06-111-4/+4
* ofproto-dpif: Use dp_hash as default selection methodJan Scheurich2018-05-253-9/+24
* ofproto-dpif: Improve dp_hash selection method for select groupsJan Scheurich2018-05-253-22/+200
* userspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash algorithmJan Scheurich2018-05-253-2/+55
* Embrace anonymous unions.Ben Pfaff2018-05-252-39/+39
* erspan: Add flow-based erspan optionsGreg Rose2018-05-211-4/+7
* userspace: add erspan tunnel support.William Tu2018-05-213-2/+15
* compat: Add ipv6 GRE and IPV6 TunnelingGreg Rose2018-05-211-0/+3
* ofproto-dpif-xlate: Improve tracing through groups.Ben Pfaff2018-05-173-2/+49
* ofproto-dpif-xlate: Simplify translation for groups.Ben Pfaff2018-05-171-85/+46
* ofproto-dpif-xlate: Fix reference leak in xlate_dp_hash_select_group().Ben Pfaff2018-05-171-0/+5
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-143-2/+19
* Add mirror/ovs-tcpdump support for slow protocols' Rx path.Manohar Krishnappa Chidambaraswamy2018-05-101-0/+1
* ofproto: Fix crash processing malformed Bundle Add message.Anju Thomas2018-05-102-21/+13
* ofproto: Allow bundle idle timeout to be configured.Flavio Leitner2018-05-094-5/+29
* Avoid crash in OvS while transmitting fragmented packets over tunnel.Rohith Basavaraja2018-05-091-0/+1
* ofproto-dpif-xlate: Fix segmentation fault caused by tun_tableYi-Hung Wei2018-05-031-1/+5
* ofproto-dpif-upcall: Only call ovsrcu_postpone() on active actionsEelco Chaudron2018-04-191-2/+7
* xlate: Move tnl_neigh_snoop() to terminate_native_tunnel()Zoltan Balogh2018-04-181-7/+140
* ofproto-dpif-xlate: makes OVS native tunneling honor tunnel-specified source ...wenxu2018-04-182-1/+5
* ofproto-dpif-slow: Add IPv6 agent address support.Ben Pfaff2018-04-161-22/+33