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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovn: avoid snat recirc only on gateway routers
Mickey Spiegel
2017-01-27
1
-6
/
+9
*
actions: Add new "ct_clear" action.
Ben Pfaff
2017-01-21
1
-0
/
+16
*
actions: Make "next" action able to jump from egress to ingress pipeline.
Ben Pfaff
2017-01-21
1
-10
/
+60
*
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
1
-14
/
+47
*
actions: Make "free" functions per-struct, not per-action.
Ben Pfaff
2017-01-21
1
-73
/
+20
*
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: add is_chassis_resident match expression component
Mickey Spiegel
2017-01-19
1
-5
/
+155
*
libX: add new release / version info tags
Aaron Conole
2017-01-18
1
-1
/
+1
*
expr: Rename "macros" to "addr_sets".
Justin Pettit
2017-01-05
2
-47
/
+50
*
ovn-controller: Fix conntrack zone in gateway routers.
Guru Shetty
2016-12-20
1
-1
/
+2
*
ovn: Encode dhcpv6 PACKET_IN userdata as big endian.
Daniele Di Proietto
2016-12-12
2
-9
/
+15
*
ovn-northd: Force SNAT for multiple gateway routers.
Gurucharan Shetty
2016-11-29
2
-0
/
+18
*
logical-fields: Add ct.dnat and ct.snat symbols.
Gurucharan Shetty
2016-11-15
1
-0
/
+2
*
ovn: fix build on FreeBSD
Thadeu Lima de Souza Cascardo
2016-10-19
1
-0
/
+1
*
lex: Treat formfeeds as white space.
Ben Pfaff
2016-10-11
1
-1
/
+1
*
expr: Better simplify some special cases of expressions.
Ben Pfaff
2016-10-11
1
-7
/
+34
*
expr: Fix abort when simplifying "x != 0/0".
Ben Pfaff
2016-10-11
1
-1
/
+10
*
expr: Simplify "x == 0/0" into 1.
Ben Pfaff
2016-10-11
1
-1
/
+14
*
ovn-northd: support IPAM with externally specified MAC
Lance Richardson
2016-10-06
2
-1
/
+21
*
DSCP marking on packets
Babu Shanmugam
2016-10-05
1
-1
/
+1
*
Check and allocate free qdisc queue id for ports with qos parameters
Babu Shanmugam
2016-10-04
1
-0
/
+42
*
ovn: Change ct_label[0] to ct_label.blocked
Babu Shanmugam
2016-09-21
1
-0
/
+3
*
ovn-trace: Avoid segfault for DHCP options flows.
Ben Pfaff
2016-09-14
1
-1
/
+1
*
ovn-controller: Fix group_id allocation.
Gurucharan Shetty
2016-09-09
1
-0
/
+3
*
ovn-controller: Datapath based conntrack zone for load-balancing.
Gurucharan Shetty
2016-09-09
1
-2
/
+7
*
ovn-controller: Fix leak in patched_datapaths processing.
Ben Pfaff
2016-09-01
2
-3
/
+4
*
expr: Fix memory leak in expr_macros_destroy().
Ben Pfaff
2016-08-31
1
-0
/
+1
*
ovn-controller: Back out incremental processing
Ryan Moats
2016-08-31
1
-1
/
+0
*
ofp-actions: Waste less memory in set field and load actions.
Jarno Rajahalme
2016-08-31
1
-39
/
+24
*
ovn: Support for GARP for NAT IPs via localnet
Chandra S Vejendla
2016-08-16
2
-4
/
+4
*
ovn-trace: New utility.
Ben Pfaff
2016-08-15
1
-6
/
+17
*
expr: New function expr_parse_microflow().
Ben Pfaff
2016-08-15
1
-0
/
+121
*
expr: New function expr_evaluate().
Ben Pfaff
2016-08-15
1
-1
/
+117
*
lex: Integrate error handling into struct lexer.
Ben Pfaff
2016-08-15
3
-396
/
+339
*
ovn-util: Add common functions for the default NB and SB databases.
Ben Pfaff
2016-08-15
2
-0
/
+31
*
ovn: Rewrite logical action parsing and encoding library.
Ben Pfaff
2016-08-15
2
-1092
/
+1621
*
ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controller
Numan Siddique
2016-08-14
2
-0
/
+185
*
ovn: Fix receive from vxlan in ovn-controller.
Darrell Ball
2016-08-02
1
-9
/
+18
*
ovn-controller: Persist desired conntrack groups.
Ryan Moats
2016-08-10
1
-0
/
+1
*
logical-fields: Beautify conntrack definitions.
Ben Pfaff
2016-08-08
1
-13
/
+21
*
ovn: Use a common symbol table for ovn-controller and test-ovn.
Ben Pfaff
2016-08-08
4
-0
/
+227
*
logical-fields: Get rid of MFF_LOG_REGS in favor of something sensible.
Ben Pfaff
2016-08-08
1
-12
/
+3
*
expr: Give a subfield a direct pointer to its parent in struct expr_symbol.
Ben Pfaff
2016-08-08
1
-43
/
+27
*
expr: Track writability as part of expr_symbol.
Ben Pfaff
2016-08-08
1
-5
/
+8
*
expr: Initialize 'relop' of allocated exprs in crush_and_string().
Ben Pfaff
2016-08-08
1
-0
/
+1
*
expr: Refine handling of error parameter to expr_annotate().
Ben Pfaff
2016-08-08
1
-2
/
+5
[next]