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
/
ofproto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.
Ben Pfaff
2016-01-20
3
-18
/
+18
*
hash: New helper functions hash_bytes32() and hash_bytes64().
Ben Pfaff
2016-01-20
1
-11
/
+8
*
connmgr: Generalize ofproto_packet_in to ofproto_async_msg.
Ben Pfaff
2016-01-20
6
-80
/
+99
*
openflow: Better abstract handling of packet-in messages.
Ben Pfaff
2016-01-20
6
-178
/
+57
*
pktbuf: Move from 'ofproto' to 'lib'.
Ben Pfaff
2016-01-20
3
-263
/
+1
*
fail-open: Drop some of the weirder special cases.
Ben Pfaff
2016-01-20
6
-73
/
+7
*
ofp-util: Add function to encode OFPT_SET_ASYNC messages.
Ben Pfaff
2016-01-20
1
-1
/
+1
*
ofp-util: Fix OF1.4+ version of ofputil_decode_set_async_config().
Ben Pfaff
2016-01-20
1
-2
/
+3
*
ofp-util: Define struct ofputil_async_cfg to hold async message config.
Ben Pfaff
2016-01-20
3
-123
/
+37
*
openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.
Ben Pfaff
2016-01-20
1
-42
/
+74
*
pinsched: Remove obsolete ofpbuf_trim().
Ben Pfaff
2016-01-19
1
-10
/
+3
*
ofproto: Fix memory leak and memory exhaustion bugs in group_mod.
Ben Pfaff
2016-01-19
1
-6
/
+11
*
ofproto: Wildcard TTL on IP tunnels
Haggai Eran
2016-01-19
1
-1
/
+1
*
python: Fix print function compatibility.
Russell Bryant
2016-01-12
1
-9
/
+11
*
python: Fix exception handler compatibility.
Russell Bryant
2016-01-12
1
-1
/
+1
*
ofproto-dpif-upcall: Document revalidator cycle.
Joe Stringer
2016-01-11
1
-6
/
+37
*
ofproto-dpif-upcall: Simplify revalidator_sweep__().
Joe Stringer
2016-01-07
1
-26
/
+28
*
ofproto-dpif-upcall: Don't delete modified ukeys.
Joe Stringer
2016-01-07
1
-1
/
+3
*
Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.
Ben Pfaff
2016-01-07
3
-44
/
+39
*
ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.
Ben Pfaff
2016-01-07
1
-20
/
+31
*
ofproto-dpif-upcall: Avoid double-delete of ukeys.
Ben Pfaff
2016-01-06
1
-2
/
+2
*
ofproto-dpif-rid: Fix memory leak in recirc_state.
Ben Pfaff
2016-01-05
1
-2
/
+18
*
python: Resolve some indentation warnings.
Russell Bryant
2016-01-05
1
-26
/
+21
*
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
*
ofp-actions: Make composing actions harder to screw up.
Ben Pfaff
2016-01-04
4
-4
/
+0
*
Use initializers for struct ofputil_flow_mod instead of assignments.
Ben Pfaff
2016-01-04
2
-46
/
+32
*
ofproto: Fix using uninitialized delete_reason.
Ilya Maximets
2016-01-04
1
-0
/
+1
*
ofproto: Remove flows from all tables upon group deletion.
Zoltán Balogh
2015-12-22
1
-0
/
+1
*
geneve-map-rename: rename geneve-map to tlv-map.
Mengke Liu
2015-12-15
1
-15
/
+15
*
odp-util: Return exact mask if netlink mask attribute is missing.
Daniele Di Proietto
2015-12-10
1
-1
/
+1
*
ofproto-dpif-xlate: Fix revalidation in execute_controller_action().
Daniele Di Proietto
2015-12-10
1
-2
/
+1
*
ofproto-dpif: add reply on error in ofproto/tnl-push-pop
Ilya Maximets
2015-12-07
1
-0
/
+2
*
ofproto-dpif: Validate NAT action support.
Daniele Di Proietto
2015-12-04
1
-6
/
+16
*
bond: Use correct type for slave's change_seq.
Jarno Rajahalme
2015-12-04
1
-1
/
+1
*
ofproto-dpif-xlate: Support IPv6 when sending to tunnel
Thadeu Lima de Souza Cascardo
2015-12-04
1
-29
/
+66
*
netdev-vport: Add IPv6 support for build/push/pop tunnel header
Thadeu Lima de Souza Cascardo
2015-12-04
3
-13
/
+38
*
packets: Introduce in6_addr_mapped_ipv4() and use where appropriate.
Ben Pfaff
2015-12-04
1
-1
/
+1
*
ofproto-dpif: Validate ct action support.
Joe Stringer
2015-12-03
1
-6
/
+56
*
ipfix: Skip BFD packets.
Wenyu Zhang
2015-12-03
1
-1
/
+23
*
ofproto-dpif: Shortcut common case in rule_check().
Joe Stringer
2015-12-01
1
-0
/
+5
*
ofproto-dpif: Validate ct_* field masks.
Joe Stringer
2015-12-01
1
-18
/
+14
*
ofproto-dpif: Reject partial ct_labels if unsupported.
Joe Stringer
2015-12-01
1
-6
/
+2
*
ofproto: Implement OF1.4 error code for set-async-config
Ambika Arora
2015-11-30
1
-1
/
+5
*
ofproto-dpif-xlate: use IPv6 for tnl_neigh_cache
Thadeu Lima de Souza Cascardo
2015-11-30
1
-4
/
+4
*
tunneling: extend flow_tnl with ipv6 addresses
Jiri Benc
2015-11-30
5
-11
/
+23
*
tnl-arp-cache: Rename module and functions to tnl-neigh-cache.
Thadeu Lima de Souza Cascardo
2015-11-30
3
-15
/
+16
*
ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dst
Thadeu Lima de Souza Cascardo
2015-11-30
1
-3
/
+5
*
tunneling: add IPv6 support to netdev_tunnel_config
Jiri Benc
2015-11-30
1
-6
/
+2
*
Implement Vacancy Events for OFPMP_TABLE_DESC.
Saloni Jain
2015-11-29
1
-5
/
+21
[prev]
[next]