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
/
tests
/
ofproto.at
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Convert leading tabs to spaces.
Ben Pfaff
2018-06-11
1
-20
/
+20
*
userspace: add erspan tunnel support.
William Tu
2018-05-21
1
-1
/
+5
*
Add OpenFlow extensions for group support in OpenFlow 1.0.
Ben Pfaff
2018-05-17
1
-17
/
+76
*
Add support for OpenFlow 1.5 statistics (OXS).
SatyaValli
2018-05-16
1
-0
/
+1
*
ofproto: Allow bundle idle timeout to be configured.
Flavio Leitner
2018-05-09
1
-0
/
+129
*
Implement OF1.3 extension for OF1.4 role status feature.
Ben Pfaff
2018-02-13
1
-0
/
+66
*
Support accepting and displaying table names in OVS tools.
Ben Pfaff
2018-02-01
1
-28
/
+61
*
nsh: add new flow key 'ttl'
Yi Yang
2018-01-11
1
-1
/
+2
*
netdev: Custom statistics.
Michal Weglicki
2018-01-10
1
-0
/
+2
*
ofp-errors: Send as much of a message as possible in an error reply.
Ben Pfaff
2018-01-09
1
-28
/
+18
*
ofproto: Delete all groups and meters when (un)configuring a controller.
Ben Pfaff
2018-01-08
1
-0
/
+58
*
ofproto: Keep inserting buckets into a group from changing group type.
Ben Pfaff
2017-12-11
1
-0
/
+25
*
stream-unix: Give accepted sockets distinct names for log messages.
Ben Pfaff
2017-12-08
1
-1
/
+1
*
tests: Convert miscellaneous test code from Perl to Python.
Ben Pfaff
2017-11-26
1
-18
/
+20
*
tests: Convert uuidfilt utility from Perl to Python.
Ben Pfaff
2017-11-26
1
-12
/
+12
*
userspace: Add support for NSH MD1 match fields
Jan Scheurich
2017-08-07
1
-1
/
+10
*
OpenFlow: Add support for "group delete" flow removed reason to 1.3.
Justin Pettit
2017-07-16
1
-7
/
+7
*
userspace: Introduce packet_type in OF 1.5 packet-out
Zoltán Balogh
2017-06-27
1
-0
/
+81
*
userspace: Add OXM field MFF_PACKET_TYPE
Jan Scheurich
2017-06-27
1
-0
/
+1
*
Support accepting and displaying port names in OVS tools.
Ben Pfaff
2017-05-31
1
-28
/
+28
*
ofp-parse: Parse pipeline fields in OF1.5 packet-out
Yi-Hung Wei
2017-05-31
1
-0
/
+29
*
tests/ofproto.at: Workaround some races
Timothy Redaelli
2017-05-05
1
-9
/
+5
*
ofproto: Add support of OFPR_PACKET_OUT as packet-in reason
Yi-Hung Wei
2017-04-24
1
-6
/
+6
*
connmgr: Fix internal packet-in reason code mask.
Yi-Hung Wei
2017-04-24
1
-3
/
+20
*
ofproto-dpif: Propagate may_enable flag as link aliveness.
László Sürü
2017-04-21
1
-13
/
+13
*
Add support for OpenFlow 1.6 (draft) port status and port mod messages.
Ben Pfaff
2017-04-07
1
-0
/
+66
*
nx-match: Use vl_mff_map to parse match field.
Yi-Hung Wei
2017-03-15
1
-4
/
+11
*
odp: Support conntrack orig tuple key.
Jarno Rajahalme
2017-03-08
1
-0
/
+7
*
ofp-actions: Fix variable length meta-flow OXMs.
Yi-Hung Wei
2017-02-01
1
-0
/
+125
*
ofproto: Fix crash on flow monitor request with tun_metadata.
Daniele Di Proietto
2017-01-04
1
-0
/
+45
*
ofproto: Return the OFPC_BUNDLES bit in switch features reply.
Jarno Rajahalme
2016-11-14
1
-1
/
+1
*
tests: Get rid of overly specific --pidfile and --unixctl options.
Ben Pfaff
2016-10-12
1
-5
/
+5
*
xlate: Use dp_hash for select groups.
Jarno Rajahalme
2016-09-16
1
-0
/
+3
*
ofproto: Remove double reporting from bundles.
Jarno Rajahalme
2016-09-15
1
-0
/
+7
*
ofproto: Support packet_outs in bundles.
Jarno Rajahalme
2016-09-14
1
-9
/
+135
*
ofproto: Add a fixed bundle idle timeout of 10 seconds.
Jarno Rajahalme
2016-09-13
1
-0
/
+63
*
tests: Keyword fixes.
Jarno Rajahalme
2016-09-13
1
-9
/
+5
*
lib: Retire packet buffering feature.
Jarno Rajahalme
2016-08-30
1
-5
/
+5
*
ofproto: Reduce bundle memory use.
Jarno Rajahalme
2016-08-15
1
-4
/
+0
*
ofproto: Support group mods in bundles.
Jarno Rajahalme
2016-07-29
1
-3
/
+415
*
vconn: Better bundle error management.
Jarno Rajahalme
2016-07-29
1
-15
/
+19
*
ofproto: Lockless group lookups.
Jarno Rajahalme
2016-07-29
1
-8
/
+8
*
netdev-*: Do not use dp_packet_pad() in recv() functions.
Daniele Di Proietto
2016-07-29
1
-1
/
+1
*
Introduce 128-bit xxregs.
Justin Pettit
2016-07-12
1
-1
/
+5
*
Increase number of registers to 16.
Justin Pettit
2016-07-12
1
-1
/
+13
*
ofproto: Add relaxed group_mod command ADD_OR_MOD
Jan Scheurich
2016-07-02
1
-0
/
+26
*
ofp-util: Fix parsing of parenthesized values within key-value pairs.
Ben Pfaff
2016-06-14
1
-0
/
+4
*
ofp-print: Sort queues before printing in OFPT_QUEUE_GET_CONFIG_REPLY.
Ben Pfaff
2016-06-03
1
-2
/
+2
*
Add support for extended netdev statistics based on RFC 2819.
mweglicx
2016-05-06
1
-6
/
+6
*
Add skeleton for OF1.6 support.
Ben Pfaff
2016-04-18
1
-42
/
+42
[next]