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
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovs-ctl: Allow selective start for db and switch
Aaron Conole
2016-03-25
2
-14
/
+64
*
ovs-ctl: Store hostname as an external-id.
Russell Bryant
2016-03-24
1
-0
/
+2
*
tunneling: Enable IPv6 tuneling.
Pravin B Shelar
2016-03-24
1
-4
/
+6
*
ovs-pki: OS X compatibility
Lance Richardson
2016-03-22
1
-1
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
3
-3
/
+3
*
Move lib/ofp-errors.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
ovs-ofctl: Update manpage for --color option.
Quentin Monnet
2016-03-18
1
-0
/
+1
*
ovs-ofctl: Declare / set up colors for command output.
Quentin Monnet
2016-03-18
1
-0
/
+3
*
ovs-ofctl: Add option for color output to dump-flows command.
Quentin Monnet
2016-03-18
1
-0
/
+30
*
ovs-ctl: Remove code for upgrading from Open vSwitch 1.6 and earlier.
Ben Pfaff
2016-03-16
1
-6
/
+2
*
ovs-ctl: Remove code for upgrading from Open vSwitch 1.9 and earlier.
Ben Pfaff
2016-03-16
2
-79
/
+3
*
Document how to match any packet with a VLAN header.
Ben Pfaff
2016-03-10
1
-1
/
+4
*
ovs-ofctl: Fix command names in documentation.
Ben Pfaff
2016-03-07
1
-3
/
+3
*
ovs-ofctl.8: commit is required with alg in ct().
Russell Bryant
2016-03-03
1
-1
/
+4
*
ofp: Add support for bundles extension in OpenFlow 1.3.
Jarno Rajahalme
2016-02-29
1
-8
/
+11
*
ovs-ofctl.8: Clarify conntrack documentation.
Joe Stringer
2016-02-23
1
-17
/
+24
*
ovs-bugtool: Create OVN plugin and add output.
William Tu
2016-02-22
1
-2
/
+4
*
Implement serializing the state of packet traversal in "continuations".
Ben Pfaff
2016-02-19
2
-27
/
+93
*
Support userdata in NXT_PACKET_IN2.
Ben Pfaff
2016-02-19
1
-6
/
+14
*
Implement new packet-in format NXT_PACKET_IN2.
Ben Pfaff
2016-02-19
2
-47
/
+72
*
ofpbuf: New function ofpbuf_const_initializer().
Ben Pfaff
2016-02-19
1
-5
/
+3
*
vlog: Add vlog/close command.
Ben Pfaff
2016-02-10
1
-3
/
+7
*
vlog: Make the most common module reference more direct.
Ben Pfaff
2016-02-10
1
-1
/
+1
*
ovs-benchmark: Remove.
Ben Pfaff
2016-02-05
4
-841
/
+0
*
ovs-benchmark: Fix return value of do_poll.
William Tu
2016-02-05
1
-6
/
+6
*
vlog: Stop using explicit references to external log modules.
Ben Pfaff
2016-02-03
1
-2
/
+1
*
ovn: Remove top ovn directory from PATHs.
Ilya Maximets
2016-01-29
1
-1
/
+1
*
ofp-util: Make decoding switch features harder to misuse (and fix leak).
Ben Pfaff
2016-01-20
1
-3
/
+1
*
ovs-vsctl: Add parent process name and ID.
William Tu
2016-01-20
1
-2
/
+48
*
openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.
Ben Pfaff
2016-01-20
2
-15
/
+17
*
ovs-ofctl: Merge dump_stats_transaction() into dump_transaction().
Ben Pfaff
2016-01-20
1
-69
/
+54
*
ovs-bugtool: Add conntrack output.
William Tu
2016-01-14
3
-1
/
+23
*
{lib, utilities}: Fix ct_state constants in docs.
Joe Stringer
2016-01-13
1
-16
/
+16
*
ovs-ofctl.8.in: Fix indentation.
Joe Stringer
2016-01-12
1
-2
/
+0
*
python: Fix print function compatibility.
Russell Bryant
2016-01-12
1
-4
/
+6
*
python: Fix exception handler compatibility.
Russell Bryant
2016-01-12
1
-2
/
+2
*
Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.
Ben Pfaff
2016-01-07
2
-43
/
+52
*
ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.
Ben Pfaff
2016-01-07
2
-15
/
+47
*
ovs-ofctl: Generalize code for finding ports into general-purpose iterator.
Ben Pfaff
2016-01-07
1
-110
/
+123
*
python: Resolve pep8 blank line errors.
Russell Bryant
2016-01-05
1
-0
/
+3
*
python: Run flake8 at build time.
Russell Bryant
2016-01-05
1
-0
/
+2
*
ovs-ofctl: Fix memory leak reported by valgrind.
William Tu
2016-01-04
1
-0
/
+3
*
Use initializers for struct ofputil_flow_mod instead of assignments.
Ben Pfaff
2016-01-04
1
-17
/
+16
*
ovs-dev.py: Fix libcap-ng-dev dependency.
Joe Stringer
2015-12-24
1
-1
/
+1
*
ovs-ofctl: Document arp_op match field.
Ben Pfaff
2015-12-23
1
-1
/
+5
*
ovs-benchmark: Fix memory leak.
Ben Pfaff
2015-12-22
1
-1
/
+2
*
dpctl: Add new 'flush-conntrack' command.
Daniele Di Proietto
2015-12-21
1
-0
/
+1
*
dpctl: Add 'conntrack-dump' command.
Daniele Di Proietto
2015-12-21
1
-0
/
+1
*
ovs-lib: Try to call exit before killing.
Ilya Maximets
2015-12-16
1
-1
/
+8
*
geneve-map-rename: rename geneve-map to tlv-map.
Mengke Liu
2015-12-15
2
-34
/
+38
[next]