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
*
ovn: rewrite redirect-chassis description in ovn-nb.xml
Mickey Spiegel
2017-01-27
1
-18
/
+18
*
ovn: ovn-nbctl commands for distributed NAT
Mickey Spiegel
2017-01-27
2
-10
/
+71
*
ovn: distributed NAT flows
Mickey Spiegel
2017-01-27
6
-80
/
+821
*
ovn: avoid snat recirc only on gateway routers
Mickey Spiegel
2017-01-27
3
-10
/
+38
*
ovn: move load balancing flows after NAT flows
Mickey Spiegel
2017-01-27
1
-70
/
+70
*
ovn-northd: Add flows in DHCP_OPTIONS pipeline to support renew requests
Numan Siddique
2017-01-25
1
-4
/
+33
*
ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.
Ben Pfaff
2017-01-25
2
-2
/
+2
*
actions: Add new "ct_clear" action.
Ben Pfaff
2017-01-21
3
-0
/
+21
*
actions: Make "next" action able to jump from egress to ingress pipeline.
Ben Pfaff
2017-01-21
4
-18
/
+106
*
actions: Introduce enum ovnact_pipeline.
Ben Pfaff
2017-01-21
1
-22
/
+20
*
actions: Omit table number when possible for formatting "next" action.
Ben Pfaff
2017-01-21
1
-22
/
+22
*
actions: Separate action structures for "next" and "ct_next".
Ben Pfaff
2017-01-21
1
-3
/
+8
*
actions: Add new OVN action "clone".
Ben Pfaff
2017-01-21
3
-14
/
+76
*
actions: Make "free" functions per-struct, not per-action.
Ben Pfaff
2017-01-21
1
-73
/
+20
*
ovn-trace: Fix selection of table that "next" jumps to.
Ben Pfaff
2017-01-21
1
-2
/
+2
*
actions: Make "arp { drop; };" acceptable.
Ben Pfaff
2017-01-20
1
-10
/
+6
*
lex: Make lexer_force_match() work for LEX_T_END.
Ben Pfaff
2017-01-20
1
-4
/
+9
*
actions: Fix "arp" and "nd_na" followed by another action.
Ben Pfaff
2017-01-20
1
-3
/
+5
*
ovn: Introduce distributed gateway port and "chassisredirect" port binding
Mickey Spiegel
2017-01-19
10
-23
/
+611
*
ovn: add is_chassis_resident match expression component
Mickey Spiegel
2017-01-19
6
-14
/
+222
*
ovn-nbctl: Ability to bootstrap CA certificate.
Gurucharan Shetty
2017-01-19
2
-0
/
+7
*
ovn-ctl: Add bootstrap ovn-controller CA certificate option.
Gurucharan Shetty
2017-01-18
2
-2
/
+19
*
libX: add new release / version info tags
Aaron Conole
2017-01-18
1
-1
/
+1
*
ovn: document logical routers and logical patch ports in ovn-architecture
Mickey Spiegel
2017-01-17
1
-8
/
+140
*
ovn: specify addresses of type "router" lsps as "router"
Mickey Spiegel
2017-01-13
4
-2
/
+61
*
db-ctl-base: Always support all tables in schema.
Ben Pfaff
2017-01-13
2
-108
/
+30
*
ovn-controller: Clear conntrack state inside clone action.
Ben Pfaff
2017-01-10
1
-1
/
+2
*
ovn-nbctl: Fix documentation for "ovn-nbctl acl-add".
zhaojingjing
2017-01-06
1
-1
/
+1
*
ovn-nbctl: Specify the range of the tag for "ovn-nbctl lsp-add" command.
zhaojingjing
2017-01-06
2
-2
/
+5
*
ofctrl: Fix warning from sparse.
Ben Pfaff
2017-01-05
1
-1
/
+1
*
ofctrl: Fix version check in ofctrl_inject_packet().
Ben Pfaff
2017-01-05
1
-2
/
+2
*
ovn-controller: Introduce "inject-pkt" ovs-appctl command.
Justin Pettit
2017-01-05
5
-8
/
+181
*
ovn-controller: Remove "_p" from pointer arguments in lflow.c.
Justin Pettit
2017-01-05
1
-11
/
+11
*
ovn-controller: Expose address sets to the main loop.
Justin Pettit
2017-01-05
3
-32
/
+32
*
expr: Rename "macros" to "addr_sets".
Justin Pettit
2017-01-05
4
-53
/
+57
*
ovn-ctl: add support for SSL nb/sb db connections
Lance Richardson
2017-01-05
2
-22
/
+67
*
ovn-sbctl: enable listing dhcp options tables
Lance Richardson
2017-01-04
1
-0
/
+8
*
ovn-trace: New --ovs option to also print OpenFlow flows.
Ben Pfaff
2016-12-28
2
-4
/
+141
*
ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.
Ben Pfaff
2016-12-28
7
-54
/
+201
*
table: correct documented default format in man pages
Lance Richardson
2016-12-22
2
-2
/
+0
*
ovn-trace: Fix small error condition memory leak in trace().
Justin Pettit
2016-12-21
1
-1
/
+3
*
ovn-northd: fix monitor process naming
Lance Richardson
2016-12-21
1
-0
/
+1
*
ovn-sb: remote connection management in sb db
Lance Richardson
2016-12-21
4
-11
/
+364
*
ovn-nb: remote connection management in nb db
Lance Richardson
2016-12-21
4
-5
/
+580
*
ovn-controller: Fix duplicated flow add attempts in table 32.
Han Zhou
2016-12-21
1
-24
/
+23
*
ovn-controller: Log chassis claiming lport only when changes occur.
Mickey Spiegel
2016-12-20
1
-10
/
+15
*
ovn-controller: Fix conntrack zone in gateway routers.
Guru Shetty
2016-12-20
2
-4
/
+7
*
ovn-controller: Monitor only necessary southbound rows.
Ben Pfaff
2016-12-19
1
-0
/
+69
*
ovn-controller: Rename all_lports to local_lports.
Ben Pfaff
2016-12-19
2
-15
/
+21
*
ovn-controller: Drop most uses of OVS patch ports.
Ben Pfaff
2016-12-19
8
-181
/
+150
[next]