index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ovn
Commit message (
Expand
)
Author
Age
Files
Lines
*
Supporting ovn-northd HA colocated with OVNDB-HA
Zhengwei Gao
2017-05-25
1
-0
/
+27
*
ovn-nb.xml: Fix minor typo.
Russell Bryant
2017-05-23
1
-1
/
+1
*
ovn-ctl: Start ovn-northd even if ovsdb-servers are not running
Numan Siddique
2017-05-22
1
-8
/
+8
*
ovn pacemaker: Fix return code errors in start/stop action
Numan Siddique
2017-05-22
1
-2
/
+12
*
physical: Simplify updating localvif_to_ofport map in physical_run()
Ben Pfaff
2017-05-05
1
-21
/
+13
*
ovn-trace: Display friendlier port and datapath names.
Ben Pfaff
2017-05-04
2
-21
/
+112
*
ovn-trace: Accept human-friendly logical port and datapath names.
Ben Pfaff
2017-05-04
1
-2
/
+24
*
ovn-trace: Add support for partial UUID matches for ports and datapaths.
Ben Pfaff
2017-05-04
1
-9
/
+46
*
ovn-trace: Add some basic tracing for ct_snat and ct_dnat actions.
Ben Pfaff
2017-05-04
2
-3
/
+107
*
ovn-trace: Fix message style in VLOG_WARN call.
Ben Pfaff
2017-05-04
1
-1
/
+1
*
ovn-sbctl: Display and accept friendly logical port and datapath names.
Ben Pfaff
2017-05-04
1
-5
/
+15
*
userspace: Add packet_type in dp_packet and flow
Jan Scheurich
2017-05-03
1
-3
/
+3
*
ovn-sbctl: Add --ovs option to "lflow-list", for listing OpenFlow flows.
Ben Pfaff
2017-05-03
2
-3
/
+102
*
ovn-sbctl: Get rid of redundant code by using function from db-ctl-base.
Ben Pfaff
2017-05-03
1
-28
/
+3
*
ovn-sbctl: Allow database commands to refer to datapaths by name.
Ben Pfaff
2017-05-03
1
-0
/
+5
*
ovn-northd: Keep external-ids up-to-date in Datapath_Binding.
Ben Pfaff
2017-05-03
1
-25
/
+31
*
ovn-northd: Propagate Neutron datapath names to southbound database.
Ben Pfaff
2017-05-03
2
-9
/
+31
*
ovn-northd: Propagate Neutron port names to southbound database.
Ben Pfaff
2017-05-03
4
-3
/
+59
*
ovn-controller: Disable probes by default for unix sockets.
Han Zhou
2017-05-03
1
-8
/
+16
*
ovn-controller: Add conditional monitoring support for DNS table.
Ben Pfaff
2017-05-03
1
-3
/
+8
*
ovn-nbctl: Allow access to DHCP options via logical switch port name.
Ben Pfaff
2017-05-03
1
-0
/
+10
*
ovn-nbctl: Display and accept Neutron network, router, port names.
Ben Pfaff
2017-05-03
2
-31
/
+87
*
ovn-nbctl: Omit "addresses: ["router"]" from "show" output.
Ben Pfaff
2017-05-03
1
-1
/
+6
*
ovn-nbctl: Display logical switch router ports in "show".
Ben Pfaff
2017-05-03
1
-0
/
+5
*
ovn-nbctl: Include logical switch port type in "show" output.
Ben Pfaff
2017-05-03
1
-0
/
+3
*
db-ctl-base: Add support for identifying a row based on a value in a map.
Ben Pfaff
2017-05-03
2
-9
/
+11
*
db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.
Ben Pfaff
2017-05-03
2
-14
/
+9
*
ovn-sbctl, ovn-nbctl, ovs-vsctl: Remove useless record id methods.
Ben Pfaff
2017-05-03
2
-16
/
+0
*
ovn-nbctl: Drop gratuitous indentation for "show" output.
Ben Pfaff
2017-05-03
1
-13
/
+13
*
uuid: Change semantics of uuid_is_partial_string().
Ben Pfaff
2017-05-03
1
-2
/
+2
*
ovn-nb: Fix grouping in manpage.
Ben Pfaff
2017-05-03
1
-1
/
+3
*
ovn-northd: Add logical flows to support native DNS
Numan Siddique
2017-05-02
5
-13
/
+307
*
ovn-controller: Add 'dns_lookup' action
Numan Siddique
2017-05-02
6
-8
/
+416
*
ovn-util: Add a new util function extract_ip_addresses
Numan Siddique
2017-05-02
2
-21
/
+52
*
ovn-controller: document command-line options in man page
Lance Richardson
2017-05-02
1
-41
/
+23
*
northd: document command-line options in man page
Lance Richardson
2017-05-02
1
-65
/
+36
*
ovn-controller: Avoid recomputing when there are in-flight msgs.
Han Zhou
2017-05-01
3
-19
/
+29
*
ovn-controller: Remove ct_zones from lflow_run.
Han Zhou
2017-05-01
3
-9
/
+3
*
db-ctl-base: Allow record UUIDs to be abbreviated.
Ben Pfaff
2017-04-30
3
-2
/
+42
*
ovn: Bump ovn-nb schema version.
Russell Bryant
2017-04-27
1
-2
/
+2
*
pinctrl: Fix memory leak in consider_nat_address()
Yi-Hung Wei
2017-04-24
1
-11
/
+5
*
ovn-nbctl: Fix memory leak in nbctl_lr_nat_list()
Yi-Hung Wei
2017-04-24
1
-1
/
+2
*
ovn-detrace: add generated files to .gitignore.
Timothy Redaelli
2017-04-24
1
-0
/
+2
*
ovn-sbctl: fix lflow-list when uuid has leading 0s.
Han Zhou
2017-04-21
1
-1
/
+10
*
ovn-detrace: A tool decoding ofproto/trace output for ovn debugging.
Han Zhou
2017-04-21
3
-4
/
+263
*
ovn-northd: Add hint in lflow to link back to acl
Han Zhou
2017-04-21
2
-28
/
+56
*
ovn-util: Allow /32 IP addresses for router ports.
Guru Shetty
2017-04-21
1
-6
/
+1
*
ovn-northd: Allow static routes with nexthop in different subnet.
Guru Shetty
2017-04-21
2
-1
/
+21
*
ovn-trace: Implement ct_next and ct_clear actions.
Ben Pfaff
2017-04-21
2
-2
/
+155
*
packets: Reduce redundant copies of connection states.
Ben Pfaff
2017-04-21
1
-23
/
+14
[next]