summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
...
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-163-56/+56
* ofproto-dpif-upcall: Log the emergency flow flush.Flavio Leitner2020-10-081-1/+20
* ofproto-dpif-upcall: Log the value of flow limit.Flavio Leitner2020-10-081-1/+3
* python: Fixup python shebangs to python3.Greg Rose2020-08-261-2/+2
* connmgr: Support changing openflow versions without restarting.Aaron Conole2020-08-171-8/+17
* bond: Add 'primary' interface concept for active-backup mode.Jeff Squyres2020-07-172-7/+48
* ofproto: Remove duplicated includesYunjian Wang2020-07-142-3/+0
* ofproto: report coverage on hitting datapath flow limitGowrishankar Muthukrishnan2020-07-131-0/+6
* netdev-offload: Use dpif type instead of class.Ilya Maximets2020-07-081-3/+2
* ofproto: Delete buckets when lb_output is false.Adrian Moreno2020-07-071-0/+3
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-227-22/+153
* ofproto-dpif-trace: Improve NAT tracing.Dumitru Ceara2020-06-163-27/+95
* netdev-offload: Implement terse dump supportVlad Buslov2020-06-051-2/+22
* ofproto: Fix statistics of removed flow.Ilya Maximets2020-05-151-2/+2
* userspace: Add conntrack timeout policy support.William Tu2020-05-011-1/+2
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-291-1/+23
* tun_metadata: Fix coredump caused by use-after-free bugYifeng Sun2020-04-103-8/+16
* userspace: Add GTP-U support.William Tu2020-03-252-2/+3
* ofproto: Fix typo in manpage fragment.Ben Pfaff2020-03-201-1/+1
* ofproto-dpif-xlate: Fix recirculation when in_port is OFPP_CONTROLLER.Ben Pfaff2020-03-201-4/+21
* ofproto: Add support to watch controller port liveness in fast-failover groupVishal Deep Ajmera2020-03-064-2/+19
* ofproto-dpif: Only delete tunnel backer ports along with the dpif.Ben Pfaff2020-02-291-2/+4
* vswitchd: Add serial number configuration.Kirill A. Kornilov2020-01-312-0/+8
* dpif: Fix dp_extra_info leak by reworking the allocation scheme.Ilya Maximets2020-01-272-6/+0
* ofproto: Do not delete datapath flows on exit by default.Ben Pfaff2020-01-242-14/+20
* ofproto-dpif-upcall: Get rid of udpif_synchronize().Ben Pfaff2020-01-244-27/+9
* dpif: Fix memory leak while dumping dpif flows.Damijan Skvarc2020-01-221-0/+3
* dpif: Fix leak and usage of uninitialized dp_extra_info.Ilya Maximets2020-01-201-0/+3
* dpif: Turn dpif_flow_hash function into generic odp_flow_key_hash.Ilya Maximets2020-01-081-1/+1
* userspace: Improved packet drop statistics.Anju Thomas2020-01-076-15/+51
* ofproto-dpif-upcall: Fix using uninitialized upcall hash.Ilya Maximets2020-01-071-1/+3
* ofproto-dpif: Fix using uninitialized execute hash.Ilya Maximets2020-01-071-63/+50
* Add offload packets statisticszhaozhanxu2019-12-0610-56/+81
* ofproto-dpif-xlate: Prevent duplicating of traffic to a mirror portDmytro Linkin2019-12-031-0/+7
* ofproto-dpif: Refactor the get capability code.William Tu2019-12-021-14/+4
* ofproto-dpif-xlate: Restore table ID on error in xlate_table_action().Ben Pfaff2019-12-021-0/+1
* ofproto: fix stack-buffer-overflowLinhaifeng2019-12-021-1/+1
* ofproto-provider: Move datapath capabilities callback to correct section.Ilya Maximets2019-11-282-3/+4
* ofproto: Fix crash on PACKET_OUT due to recursive locking after upcall.Ilya Maximets2019-11-263-17/+64
* ofproto-dpif: Expose datapath ND Extensions capability to ovsdbFlavio Leitner2019-11-221-0/+1
* ofproto-dpif-upcall: Echo HASH attribute back to datapath.Tonghao Zhang2019-11-221-3/+7
* ofproto-dpif: Allow IPv6 ND Extensions only if supportedFlavio Leitner2019-11-211-1/+58
* ofproto-dpif: Expose datapath capability to ovsdb.William Tu2019-11-214-0/+67
* ovs-actions: Clarify documentation for stack usage with group buckets.Ben Pfaff2019-11-201-4/+4
* lacp: warn transmit failure of lacp pduGowrishankar Muthukrishnan2019-10-301-1/+5
* lldp: Fix for OVS crashes when a LLDP-enabled port is deletedSurya Rudra2019-10-242-5/+8
* lacp: report desync in ovs threads enabling slaveGowrishankar Muthukrishnan2019-10-231-0/+4
* ofproto: Fix for frequent invalidation of mega flows for push actionsVishal Deep Ajmera2019-10-091-0/+20
* ofproto: fix a typo for ttl in dpif_sflow_actionsMartin Zhang2019-10-071-1/+1
* ofproto-dpif-xlate: Fix memory leak in is_neighbor_reply_correct() functionDamijan Skvarc2019-10-031-4/+8