summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.Peng He2021-10-131-8/+24
* bond: Check for NULL member in bond_member_set_enable().Yunjian Wang2021-09-161-1/+6
* ofproto-dpif-xlate: Fix continuations with OF instructions in OF1.1+.Ben Pfaff2021-07-221-20/+36
* bond: Fix broken rebalancing after link state changes.Ilya Maximets2021-07-161-38/+89
* dpif-netlink: Introduce per-cpu upcall dispatch.Mark Gray2021-07-162-19/+44
* ofproto: Change type of n_handlers and n_revalidators.Mark Gray2021-07-164-14/+15
* ofproto-dpif: APIs and CLI option to add/delete static fdb entry.Vasu Dasari2021-07-163-12/+152
* conntrack: Document all-zero IP SNAT behavior and add a test case.Eelco Chaudron2021-07-082-2/+25
* ofproto-dpif-xlate: Avoid successive ct_clear datapath actions.Eelco Chaudron2021-07-081-1/+3
* fail-open: Only fail open if we've been disconnected for at least 1 s.Ben Pfaff2021-07-021-1/+1
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-221-2/+0
* Fix redundant datapath set ethernet action with NSH Decap.Martin Varghese2021-06-161-0/+2
* ipfix-gen-entities: Add missing argument in function call.Rosemarie O'Riorden2021-06-101-1/+1
* ofproto: Fix potential NULL dereference in ofproto_ct_*_zone_timeout_policy().Dumitru Ceara2021-06-031-2/+2
* ofproto: Fix potential NULL dereference in ofproto_get_datapath_cap().Dumitru Ceara2021-06-031-1/+1
* ofproto-dpif: Fix use of uninitialized attributes of timeout policy.Ilya Maximets2021-05-241-0/+2
* ofproto/ofproto-dpif-sflow: Check sflow agent in case of raceGavin Li2021-04-211-2/+2
* connmgr: Check nullptr inside ofmonitor_report().Yifeng Sun2021-02-231-1/+5
* ofproto-dpif-upcall: Fix ukey leak on udpif destroy.Ilya Maximets2021-02-191-0/+5
* tunnel: Bareudp Tunnel Support.Martin Varghese2020-12-221-0/+1
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-222-8/+7
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-6/+5
* ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.XiaoXiong Ding2020-12-211-0/+1
* dpif-netlink: Count the number of offloaded rulesJianbo Liu2020-12-071-0/+6
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-2110-479/+496
* 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