Show patches with: Submitter = Dumitru Ceara       |    Archived = No       |   369 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[ovs-dev] python: Remove hacking dependency and use recent flake8. [ovs-dev] python: Remove hacking dependency and use recent flake8. 1 - - - 2-1 2024-04-10 Dumitru Ceara imaximets Accepted
[ovs-dev] checkpatch: Ignore yml files when checking line lenghts. [ovs-dev] checkpatch: Ignore yml files when checking line lenghts. 2 - - - 3-- 2023-06-23 Dumitru Ceara Accepted
[ovs-dev,v2] ovsdb-cs: Consider default conditions implicitly acked. [ovs-dev,v2] ovsdb-cs: Consider default conditions implicitly acked. - - - - 3-- 2022-12-13 Dumitru Ceara Accepted
[ovs-dev] lib: Add support for sets of UUIDs. [ovs-dev] lib: Add support for sets of UUIDs. - - 1 - 21- 2022-09-16 Dumitru Ceara Accepted
[ovs-dev] python: Add Python bindings TODO file. [ovs-dev] python: Add Python bindings TODO file. 1 - - - 3-- 2022-06-27 Dumitru Ceara Accepted
[ovs-dev,v4] ovsdb-server: Log database transactions for user requested tables. [ovs-dev,v4] ovsdb-server: Log database transactions for user requested tables. - - - - 3-- 2022-06-24 Dumitru Ceara Accepted
[ovs-dev,v2] ovsdb-idl: Get per-database memory usage statistics. [ovs-dev,v2] ovsdb-idl: Get per-database memory usage statistics. - - - - 3-- 2022-06-24 Dumitru Ceara Accepted
[ovs-dev,v2] dynamic-string: Fix undefined behavior due to offsetting null pointer. [ovs-dev,v2] dynamic-string: Fix undefined behavior due to offsetting null pointer. - - - - 2-1 2022-05-18 Dumitru Ceara Accepted
[ovs-dev] raft: Don't use HMAP_FOR_EACH_SAFE when logging commands. [ovs-dev] raft: Don't use HMAP_FOR_EACH_SAFE when logging commands. - 1 - - 3-- 2022-05-16 Dumitru Ceara Accepted
[ovs-dev,v4] ovsdb-idl: Support write-only-changed IDL monitor mode. [ovs-dev,v4] ovsdb-idl: Support write-only-changed IDL monitor mode. 1 - - - 2-1 2022-04-26 Dumitru Ceara Accepted
[ovs-dev,v6,7/7] ci: Add UB Sanitizer. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 3-- 2022-04-11 Dumitru Ceara Accepted
[ovs-dev,v6,6/7] netdev-linux: Properly access 32-bit aligned rtnl_link_stats64 structs. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 3-- 2022-04-11 Dumitru Ceara Accepted
[ovs-dev,v6,5/7] ofp-actions: Use aligned structures when decoding ofp actions. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 2 - - - 3-- 2022-04-11 Dumitru Ceara Accepted
[ovs-dev,v6,4/7] ofp-errors: Ensure parsed OFPT_ERROR messages are properly aligned. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 3-- 2022-04-11 Dumitru Ceara Accepted
[ovs-dev,v6,3/7] ofp-actions: Ensure aligned accesses to masked fields. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 3-- 2022-04-11 Dumitru Ceara Accepted
[ovs-dev,v6,2/7] treewide: Avoid offsetting NULL pointers. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 3-- 2022-04-11 Dumitru Ceara Accepted
[ovs-dev,v6,1/7] treewide: Fix invalid bit shift operations. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 2 - - - 3-- 2022-04-11 Dumitru Ceara Accepted
[ovs-dev] tests: Ignore log about failing to set NETLINK_EXT_ACK. [ovs-dev] tests: Ignore log about failing to set NETLINK_EXT_ACK. 2 - - - 3-- 2022-02-25 Dumitru Ceara Accepted
[ovs-dev,v2] ovsdb-idl: Fix use-after-free when destroying an IDL loop. [ovs-dev,v2] ovsdb-idl: Fix use-after-free when destroying an IDL loop. - 1 - - 1-1 2022-02-04 Dumitru Ceara Accepted
[ovs-dev,branch-2.14] ovsdb-idl: Clear last_id on reconnect if condition changes in-flight. [ovs-dev,branch-2.14] ovsdb-idl: Clear last_id on reconnect if condition changes in-flight. 1 - - - 1-1 2022-02-01 Dumitru Ceara Accepted
[ovs-dev] ovsdb-idl: Only process successful txn in ovsdb_idl_loop_run. [ovs-dev] ovsdb-idl: Only process successful txn in ovsdb_idl_loop_run. - 1 - - 2-- 2022-01-28 Dumitru Ceara Accepted
[ovs-dev,v3,13/14] ci: Fix typo in variable name. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 2-- 2022-01-24 Dumitru Ceara Accepted
[ovs-dev,v3,07/14] dp-packet: Ensure packet base is always non-NULL. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 2-- 2022-01-24 Dumitru Ceara Accepted
[ovs-dev,v3,06/14] bfd: lldp: stp: Fix misaligned packet field access. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 2-- 2022-01-24 Dumitru Ceara Accepted
[ovs-dev,v3,05/14] ovsdb-idlc: Avoid accessing member within NULL idl index cursors. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 2 - - - 2-- 2022-01-24 Dumitru Ceara Accepted
[ovs-dev,v3,03/14] stopwatch: Fix buffer underflow when computing percentiles. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 2 - - - 2-- 2022-01-24 Dumitru Ceara Accepted
[ovs-dev,v3,02/14] dpif-netdev: Fix misaligned access. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 1 - - - 2-- 2022-01-24 Dumitru Ceara Accepted
[ovs-dev,v3,01/14] treewide: Don't pass NULL to library functions that expect non-NULL. Fix UndefinedBehaviorSanitizer reported issues and enable it in CI. 2 - - - 2-- 2022-01-24 Dumitru Ceara Accepted
[ovs-dev] ovsdb-idl: ovsdb_idl_loop_destroy must also destroy the committing txn. [ovs-dev] ovsdb-idl: ovsdb_idl_loop_destroy must also destroy the committing txn. - - - - 2-- 2022-01-20 Dumitru Ceara Accepted
[ovs-dev,3/3] python: idl: Clear last_id on reconnect if condition changes in-flight. Fix IDL condition processing when reconnecting. - 1 - - 2-- 2022-01-11 Dumitru Ceara Accepted
[ovs-dev,2/3] ovsdb-cs: Clear last_id on reconnect if condition changes in-flight. Fix IDL condition processing when reconnecting. 1 1 - - 2-- 2022-01-11 Dumitru Ceara Accepted
[ovs-dev,1/3] python: idl: Resend requested but not acked conditions when reconnecting. Fix IDL condition processing when reconnecting. 1 1 - - 2-- 2022-01-11 Dumitru Ceara Accepted
[ovs-dev,v2] raft: Only allow followers to snapshot. [ovs-dev,v2] raft: Only allow followers to snapshot. 1 - - - 2-- 2021-12-13 Dumitru Ceara Accepted
[ovs-dev] ovsdb-idl: Don't reparse orphaned rows. [ovs-dev] ovsdb-idl: Don't reparse orphaned rows. - 1 - - 2-- 2021-11-26 Dumitru Ceara Accepted
[ovs-dev] ovsdb-idl: Use functions to apply diff in place. [ovs-dev] ovsdb-idl: Use functions to apply diff in place. - - - - 1-1 2021-10-21 Dumitru Ceara Accepted
[ovs-dev] github: Remove workaround fixing up /etc/hosts. [ovs-dev] github: Remove workaround fixing up /etc/hosts. - - 1 - 2-- 2021-10-08 Dumitru Ceara Accepted
[ovs-dev] datapath: handle DNAT tuple collision [ovs-dev] datapath: handle DNAT tuple collision 2 2 - - 2-- 2021-09-07 Dumitru Ceara imaximets Accepted
[ovs-dev,v3] ovsdb-cs: Perform forced reconnects without a backoff. [ovs-dev,v3] ovsdb-cs: Perform forced reconnects without a backoff. - - - - 2-- 2021-07-21 Dumitru Ceara Accepted
[ovs-dev] ovsdb-server: Fix memleak when failing to rea storage. [ovs-dev] ovsdb-server: Fix memleak when failing to rea storage. - 2 - - 2-- 2021-07-14 Dumitru Ceara Accepted
[ovs-dev,2/2] ofproto: Fix potential NULL dereference in ofproto_ct_*_zone_timeout_policy(). ofproto: Fix potential NULL dereference with invalid datapath types. 1 1 - - --- 2021-05-25 Dumitru Ceara Accepted
[ovs-dev,1/2] ofproto: Fix potential NULL dereference in ofproto_get_datapath_cap(). ofproto: Fix potential NULL dereference with invalid datapath types. 1 1 - - --- 2021-05-25 Dumitru Ceara Accepted
[ovs-dev,branch-2.14] ovsdb-idl: Consider all tables when computing expected cond seqno. [ovs-dev,branch-2.14] ovsdb-idl: Consider all tables when computing expected cond seqno. 1 1 - - --- 2021-05-17 Dumitru Ceara Accepted
[ovs-dev,v2] ovsdb-cs: Consider all tables when computing expected cond seqno. [ovs-dev,v2] ovsdb-cs: Consider all tables when computing expected cond seqno. 1 1 - - --- 2021-05-07 Dumitru Ceara Accepted
[ovs-dev,branch-2.13,4/4] ovsdb-idl: Mark arc sources as updated when destination is deleted. ovsdb-idl: Preserve references for tracked deleted rows. 1 1 - - --- 2021-04-02 Dumitru Ceara Accepted
[ovs-dev,branch-2.13,3/4] ovsdb-idl: Preserve references for deleted rows. ovsdb-idl: Preserve references for tracked deleted rows. 1 1 - - --- 2021-04-02 Dumitru Ceara Accepted
[ovs-dev,branch-2.13,2/4] ovsdb-idl.at: Make test outputs more predictable. ovsdb-idl: Preserve references for tracked deleted rows. 1 - - - --- 2021-04-02 Dumitru Ceara Accepted
[ovs-dev,branch-2.13,1/4] test-ovsdb: Log steps in idl test. ovsdb-idl: Preserve references for tracked deleted rows. 1 - - - --- 2021-04-02 Dumitru Ceara Accepted
[ovs-dev,v4,3/3] ovsdb-idl: Mark arc sources as updated when destination is deleted. ovsdb-idl: Preserve references for tracked deleted rows. - 1 - - --- 2021-03-24 Dumitru Ceara Accepted
[ovs-dev,v4,2/3] ovsdb-idl: Preserve references for deleted rows. ovsdb-idl: Preserve references for tracked deleted rows. - 1 - - --- 2021-03-24 Dumitru Ceara Accepted
[ovs-dev,v4,1/3] ovsdb-idl.at: Make test outputs more predictable. ovsdb-idl: Preserve references for tracked deleted rows. - - - - --- 2021-03-24 Dumitru Ceara Accepted
[ovs-dev] ovsdb-idl: Fix expected condition seqno when changes are pending. [ovs-dev] ovsdb-idl: Fix expected condition seqno when changes are pending. - 1 - - --- 2020-12-04 Dumitru Ceara Accepted
[ovs-dev,v2,3/3] ovsdb-idl: Fix use-after-free when deleting orphaned rows. ovsdb-idl: Fix IDL use-after-free and memory leak issues. 2 1 - - --- 2020-11-30 Dumitru Ceara Accepted
[ovs-dev,v2,2/3] ovsdb-idl: Fix memleak when deleting orphan rows. ovsdb-idl: Fix IDL use-after-free and memory leak issues. 1 1 - - --- 2020-11-30 Dumitru Ceara Accepted
[ovs-dev,v2,1/3] ovsdb-idl: Fix memleak when reinserting tracked orphan rows. ovsdb-idl: Fix IDL use-after-free and memory leak issues. 1 1 - - --- 2020-11-30 Dumitru Ceara Accepted
[ovs-dev] ovsdb-idl: Return correct seqno from ovsdb_idl_db_set_condition(). [ovs-dev] ovsdb-idl: Return correct seqno from ovsdb_idl_db_set_condition(). - 1 - - --- 2020-11-10 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-nbctl: Deal with nb_cfg overflows. [ovs-dev,ovn] ovn-nbctl: Deal with nb_cfg overflows. - - - - --- 2020-08-28 Dumitru Ceara Accepted
[ovs-dev,ovn] pinctrl: Fix incorrect warning message for multicast querier. [ovs-dev,ovn] pinctrl: Fix incorrect warning message for multicast querier. - 1 - - --- 2020-08-27 Dumitru Ceara Accepted
[ovs-dev,ovn,branch-20.06,7/7] ovn-northd: Fix logical flows to limit ARP/NS broadcast domain. Backport ARP/NS responder flow explosion fixes. 1 1 - - --- 2020-08-10 Dumitru Ceara Accepted
[ovs-dev,ovn,branch-20.06,6/7] ovn-northd: Fix is_chassis_resident() match for DNAT. Backport ARP/NS responder flow explosion fixes. - 1 - - --- 2020-08-10 Dumitru Ceara Accepted
[ovs-dev,ovn,branch-20.06,5/7] ovn-northd: Minimize number of ARP/NS responder flows for DNAT. Backport ARP/NS responder flow explosion fixes. 1 - - - --- 2020-08-10 Dumitru Ceara Accepted
[ovs-dev,ovn,branch-20.06,4/7] ovn-northd: Refactor NAT address parsing. Backport ARP/NS responder flow explosion fixes. 1 - - - --- 2020-08-10 Dumitru Ceara Accepted
[ovs-dev,ovn,branch-20.06,3/7] ovn-northd: Refactor ARP/NS responder in router pipeline. Backport ARP/NS responder flow explosion fixes. 1 - - - --- 2020-08-10 Dumitru Ceara Accepted
[ovs-dev,ovn,branch-20.06,2/7] ovn-northd: Store ETH address of router inport in xreg0. Backport ARP/NS responder flow explosion fixes. 1 - - - --- 2020-08-10 Dumitru Ceara Accepted
[ovs-dev,ovn,branch-20.06,1/7] ovn-northd: Document OVS register usage in logical flows. Backport ARP/NS responder flow explosion fixes. 1 - - - --- 2020-08-10 Dumitru Ceara Accepted
[ovs-dev,ovn,2/2] pinctrl: Avoid flushing of non-local IGMP_Groups. Fix IGMP when ovn-monitor-all=true. - 1 - - --- 2020-08-06 Dumitru Ceara Accepted
[ovs-dev,ovn,1/2] chassis: Propagate ovn-monitor-all external-id to Chassis:other_config. Fix IGMP when ovn-monitor-all=true. - - - - --- 2020-08-06 Dumitru Ceara Accepted
[ovs-dev,v2] ovsdb-server: Replace in-memory DB contents at raft install_snapshot. [ovs-dev,v2] ovsdb-server: Replace in-memory DB contents at raft install_snapshot. 1 1 - - --- 2020-08-05 Dumitru Ceara imaximets Accepted
[ovs-dev] ovsdb: Add unixctl command to show storage status. [ovs-dev] ovsdb: Add unixctl command to show storage status. 1 - - - --- 2020-08-03 Dumitru Ceara Accepted
[ovs-dev,ovn,v3] ovn-northd: Fix logical flows to limit ARP/NS broadcast domain. [ovs-dev,ovn,v3] ovn-northd: Fix logical flows to limit ARP/NS broadcast domain. 1 1 - - --- 2020-07-09 Dumitru Ceara Accepted
[ovs-dev,v2,ovn,1/2] ovn-northd: Fix memory leak in build_lswitch_rport_arp_req_flows(). Reduce number of openflows generated for limiting the broadcast domain. - 1 - - --- 2020-07-08 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-northd: Fix is_chassis_resident() match for DNAT. [ovs-dev,ovn] ovn-northd: Fix is_chassis_resident() match for DNAT. - 1 - - --- 2020-07-08 Dumitru Ceara Accepted
[ovs-dev,ovn,2/2] ovn-detrace: Support SSL remotes. Improve ovn-detrace usability with clustered DBs. - - - - --- 2020-07-07 Dumitru Ceara Accepted
[ovs-dev,ovn,1/2] ovn-detrace: Add support for multiple remotes. Improve ovn-detrace usability with clustered DBs. - - - - --- 2020-07-07 Dumitru Ceara Accepted
[ovs-dev,ovn,v5] ovn-northd: Minimize number of ARP/NS responder flows for DNAT. [ovs-dev,ovn,v5] ovn-northd: Minimize number of ARP/NS responder flows for DNAT. 1 - - - --- 2020-07-06 Dumitru Ceara Accepted
[ovs-dev,v4,ovn,4/5] ovn-northd: Refactor NAT address parsing. Reduce number of flows in IN_IP_INPUT table for DNAT. 1 - - - --- 2020-07-03 Dumitru Ceara Accepted
[ovs-dev,v4,ovn,3/5] ovn-northd: Refactor ARP/NS responder in router pipeline. Reduce number of flows in IN_IP_INPUT table for DNAT. 1 - - - --- 2020-07-03 Dumitru Ceara Accepted
[ovs-dev,v4,ovn,2/5] ovn-northd: Store ETH address of router inport in xreg0. Reduce number of flows in IN_IP_INPUT table for DNAT. 1 - - - --- 2020-07-03 Dumitru Ceara Accepted
[ovs-dev,v4,ovn,1/5] ovn-northd: Document OVS register usage in logical flows. Reduce number of flows in IN_IP_INPUT table for DNAT. 1 - - - --- 2020-07-03 Dumitru Ceara Accepted
[ovs-dev,v8] ovsdb-idl: Force IDL retry when missing updates encountered. [ovs-dev,v8] ovsdb-idl: Force IDL retry when missing updates encountered. 1 1 - - --- 2020-07-02 Dumitru Ceara imaximets Accepted
[ovs-dev,ovn,v2] Split SB Port_Group per datapath. [ovs-dev,ovn,v2] Split SB Port_Group per datapath. 1 - - - --- 2020-06-29 Dumitru Ceara Accepted
[ovs-dev,ovn,v2] chassis.c: Add comment to SB DB transaction only when needed. [ovs-dev,ovn,v2] chassis.c: Add comment to SB DB transaction only when needed. - 1 - - --- 2020-06-29 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-controller: Fix memleak in lflow_add_flows_for_datapath. [ovs-dev,ovn] ovn-controller: Fix memleak in lflow_add_flows_for_datapath. - 1 - - --- 2020-06-25 Dumitru Ceara Accepted
[ovs-dev,ovn] lex: Allow unmasked bits in value/mask tokens. [ovs-dev,ovn] lex: Allow unmasked bits in value/mask tokens. 1 - - - --- 2020-06-23 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-controller: Fix I-P for SB Port_Binding and OVS Interface. [ovs-dev,ovn] ovn-controller: Fix I-P for SB Port_Binding and OVS Interface. - 1 - - --- 2020-06-10 Dumitru Ceara Accepted
[ovs-dev,v6,2/3] ovsdb-idl: Avoid inconsistent IDL state with OVSDB_MONITOR_V3. Avoid ovsdb-idl IDL inconsistencies. 1 1 - - --- 2020-05-28 Dumitru Ceara imaximets Accepted
[ovs-dev,v6,1/3] ovsdb-server.7: Mention update3 as replies to monitor_cond_change. Avoid ovsdb-idl IDL inconsistencies. 1 - - - --- 2020-05-28 Dumitru Ceara imaximets Accepted
[ovs-dev,ovn] ovn-northd: Fix memory leak in case of distributed NAT. [ovs-dev,ovn] ovn-northd: Fix memory leak in case of distributed NAT. 2 1 - - --- 2020-05-13 Dumitru Ceara Accepted
[ovs-dev,v3,ovn,2/2] ovn-northd: Fix tunnel_key allocation for SB Port_Bindings. Make ovn-northd recover from NB/SB inconsistencies. 1 - - - --- 2020-04-30 Dumitru Ceara Accepted
[ovs-dev,v3,ovn,1/2] ovn-northd: Clear SB records depending on stale datapaths. Make ovn-northd recover from NB/SB inconsistencies. 1 - - - --- 2020-04-30 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-northd: Optimize flows for LB Hairpin traffic. [ovs-dev,ovn] ovn-northd: Optimize flows for LB Hairpin traffic. - 1 - - --- 2020-04-28 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn.at: Add check for routed IPv6 ND packets. [ovs-dev,ovn] ovn.at: Add check for routed IPv6 ND packets. - - - - --- 2020-04-21 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-northd: Limit IPv6 ND NS/RA/RS to the local network. [ovs-dev,ovn] ovn-northd: Limit IPv6 ND NS/RA/RS to the local network. - 1 - - --- 2020-04-17 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-controller: Skip vport bindings done through OVS external_ids:iface-id. [ovs-dev,ovn] ovn-controller: Skip vport bindings done through OVS external_ids:iface-id. - 1 - - --- 2020-04-02 Dumitru Ceara Accepted
[ovs-dev,ovn] ovn-controller: Fix potential segfault with "virtual" port bindings. [ovs-dev,ovn] ovn-controller: Fix potential segfault with "virtual" port bindings. - 1 - - --- 2020-03-31 Dumitru Ceara Accepted
[ovs-dev,v3] Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates" [ovs-dev,v3] Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates" 2 1 - - --- 2020-03-25 Dumitru Ceara imaximets Accepted
[ovs-dev,ovn] ovn.at: Fix ARP test that fails due to timing. [ovs-dev,ovn] ovn.at: Fix ARP test that fails due to timing. - 1 - - --- 2020-03-24 Dumitru Ceara Accepted
[ovs-dev,ovn,v3] ovn-northd: Forward ARP requests on localnet ports. [ovs-dev,ovn,v3] ovn-northd: Forward ARP requests on localnet ports. - 1 - - --- 2020-03-24 Dumitru Ceara Accepted
[ovs-dev,v3] conntrack: Reset ct_state when entering a new zone. [ovs-dev,v3] conntrack: Reset ct_state when entering a new zone. 2 1 - - --- 2020-03-19 Dumitru Ceara imaximets Accepted
[ovs-dev,ovn,v2] ovn-northd: Fix IGMP_Group port extraction. [ovs-dev,ovn,v2] ovn-northd: Fix IGMP_Group port extraction. 1 1 - - --- 2020-02-27 Dumitru Ceara Accepted
[ovs-dev,branch-2.12] ovn-northd: Fix IP local multicast flooding. [ovs-dev,branch-2.12] ovn-northd: Fix IP local multicast flooding. 1 1 - - --- 2020-02-27 Dumitru Ceara Accepted
« 1 2 3 4 »