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
/
ovs-ofctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovs-ofctl: Fix "ovs-ofctl snoop".
Ashish Varma
2018-04-25
1
-0
/
+5
*
ovs-ofctl: Add '--no-names' to usage message.
Tonghao Zhang
2018-04-04
1
-0
/
+1
*
ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.
Ben Pfaff
2018-03-31
1
-32
/
+49
*
ofp-print: Move much of the printing code into message-specific files.
Ben Pfaff
2018-03-14
1
-5
/
+7
*
ofp-packet: Better abstract packet-in format.
Ben Pfaff
2018-03-14
1
-5
/
+5
*
ofp-util: Use consistent naming convention.
Ben Pfaff
2018-02-28
1
-2
/
+2
*
Don't shadow variables.
Justin Pettit
2018-02-28
1
-12
/
+12
*
ovs-ofctl: Make ofp-print able to read raw data from a file.
Ben Pfaff
2018-02-16
1
-25
/
+35
*
ofp-util, ofp-parse: Break up into many separate modules.
Ben Pfaff
2018-02-13
1
-0
/
+9
*
Support accepting and displaying table names in OVS tools.
Ben Pfaff
2018-02-01
1
-52
/
+242
*
ofp-actions: Make formatting and parsing functions take a struct argument.
Ben Pfaff
2018-01-31
1
-6
/
+13
*
classifier: Refactor interface for classifier_remove().
Ben Pfaff
2018-01-31
1
-1
/
+1
*
ovs-ofctl: Fix typo in comment.
Ben Pfaff
2018-01-27
1
-2
/
+2
*
ovs-ofctl: Add "compose-packet" command for testing flow_compose().
Ben Pfaff
2018-01-27
1
-0
/
+72
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
ovs-ofctl: Avoid unnecessary flow replacement in "replace-flows" command.
Ben Pfaff
2017-08-03
1
-10
/
+8
*
ofp-parse: Fix small memory leak when calling parse_ofp_meter_mod_str().
Justin Pettit
2017-07-05
1
-0
/
+4
*
userspace: Introduce packet_type in OF 1.5 packet-out
Zoltán Balogh
2017-06-27
1
-0
/
+1
*
ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".
Ben Pfaff
2017-06-14
1
-3
/
+9
*
ovs-ofctl: Avoid read overrun in ofperr_decode_msg().
Ben Pfaff
2017-06-14
1
-4
/
+6
*
ovs-ofctl: Close pcap file at end of ofctl_ofp_parse_pcap().
Ben Pfaff
2017-06-01
1
-0
/
+1
*
Support accepting and displaying port names in OVS tools.
Ben Pfaff
2017-05-31
1
-62
/
+182
*
ofproto: Add pipeline fields support for OF 1.5 packet-out
Yi-Hung Wei
2017-05-31
1
-8
/
+9
*
ofp-util: Add flow metadata to ofputil_packet_out
Yi-Hung Wei
2017-05-31
1
-1
/
+3
*
Add support for OpenFlow 1.6 (draft) port status and port mod messages.
Ben Pfaff
2017-04-07
1
-0
/
+1
*
Fix format specifier technicalities.
Ben Pfaff
2017-03-17
1
-2
/
+1
*
Add support for 802.1ad (QinQ tunneling)
Eric Garver
2017-03-16
1
-14
/
+15
*
ofproto: Add ref counting for variable length mf_fields.
Yi-Hung Wei
2017-03-15
1
-1
/
+1
*
nx-match: Use vl_mff_map to parse match field.
Yi-Hung Wei
2017-03-15
1
-6
/
+7
*
lib: Check match and action prerequisities with 'match'.
Jarno Rajahalme
2017-03-08
1
-3
/
+3
*
ovs-ofctl: fix memory leak reported by valgrind.
William Tu
2017-02-08
1
-0
/
+5
*
ofp-actions: Fix variable length meta-flow OXMs.
Yi-Hung Wei
2017-02-01
1
-2
/
+2
*
ofproto: Fix crash on flow monitor request with tun_metadata.
Daniele Di Proietto
2017-01-04
1
-1
/
+1
*
ovn-trace: New --ovs option to also print OpenFlow flows.
Ben Pfaff
2016-12-28
1
-119
/
+33
*
ovs-ofctl: Fix memory leak in bundle_print_errors().
Yi-Hung Wei
2016-11-22
1
-0
/
+1
*
ovs-ofctl: Fix memory leak in ofctl_packet_out().
Yi-Hung Wei
2016-11-22
1
-0
/
+1
*
Add support for specifying SSL connection parameters to ovsdb
Ethan Rahn
2016-11-10
1
-1
/
+2
*
Add OpenFlow command to flush conntrack table entries.
Justin Pettit
2016-09-23
1
-0
/
+25
*
tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.
Jesse Gross
2016-09-19
1
-33
/
+49
*
ofproto: Support packet_outs in bundles.
Jarno Rajahalme
2016-09-14
1
-28
/
+102
*
ovs-ofctl: Extract tunnel metadata correctly when sorting flows.
Jesse Gross
2016-08-30
1
-2
/
+22
*
ovs-ofctl: Fix crash with replace-flows and diff-flows with tunnel metadata.
Jesse Gross
2016-08-30
1
-19
/
+188
*
Add read-only option to ovs-dpctl and ovs-ofctl commands.
Ryan Moats
2016-08-15
1
-73
/
+87
*
ofp-util: remove flow mod's delete_reason.
Jarno Rajahalme
2016-07-29
1
-1
/
+0
*
ofproto: Support group mods in bundles.
Jarno Rajahalme
2016-07-29
1
-5
/
+89
*
ofproto: Use ofputil_uninit_group_mod().
Jarno Rajahalme
2016-07-29
1
-6
/
+1
*
meta-flow: Clean up masking with prerequisities checking.
Jarno Rajahalme
2016-07-29
1
-2
/
+4
*
vconn: Better bundle error management.
Jarno Rajahalme
2016-07-29
1
-4
/
+46
*
lib: Separate versioning to its own module.
Jarno Rajahalme
2016-07-29
1
-1
/
+1
*
ofproto: Add relaxed group_mod command ADD_OR_MOD
Jan Scheurich
2016-07-02
1
-2
/
+13
[next]