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
/
ofproto-dpif-xlate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
Set reason before sending continuation packet-in to the controller
Numan Siddique
2016-03-10
1
-0
/
+1
*
xlate: Always recirculate after an MPLS POP to a non-MPLS ethertype.
Jarno Rajahalme
2016-02-24
1
-91
/
+8
*
ofproto-dpif-xlate: Fix crash when using multicast snooping.
Thadeu Lima de Souza Cascardo
2016-02-23
1
-2
/
+2
*
Implement serializing the state of packet traversal in "continuations".
Ben Pfaff
2016-02-19
1
-42
/
+158
*
Support userdata in NXT_PACKET_IN2.
Ben Pfaff
2016-02-19
1
-5
/
+13
*
ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.
Ben Pfaff
2016-02-19
1
-1
/
+1
*
ofpbuf: New function ofpbuf_const_initializer().
Ben Pfaff
2016-02-19
1
-5
/
+3
*
ofproto-dpif-xlate: Don't consider mirrors used when excluded by VLAN.
Ben Pfaff
2016-02-19
1
-5
/
+20
*
ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".
Ben Pfaff
2016-02-19
1
-137
/
+158
*
ofproto-dpif-xlate: Break recirculation actions out from action_set.
Ben Pfaff
2016-02-19
1
-77
/
+51
*
ofproto-dpif-xlate: New helper function ctx_cancel_recirculation().
Ben Pfaff
2016-02-19
1
-13
/
+13
*
ofproto-dpif-xlate: Improve recirc_unroll_actions() interface.
Ben Pfaff
2016-02-19
1
-14
/
+7
*
ofproto-dpif-xlate: Fix clash between macro argument and struct member name.
Huanle Han
2016-02-05
1
-5
/
+5
*
ofproto-dpif-xlate: Remove obsolete special case.
Jarno Rajahalme
2016-01-29
1
-6
/
+2
*
ofproto-dpif-xlate: Do not execute resubmit again after recirculation.
Ben Pfaff
2016-01-27
1
-1
/
+23
*
ofproto-dpif-xlate: Fix recirculation for resubmit to current table.
Ben Pfaff
2016-01-25
1
-7
/
+14
*
ofproto-dpif-xlate: Put recirc_state, not recirc_id_node, in xlate_in.
Ben Pfaff
2016-01-21
1
-4
/
+9
*
ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.
Ben Pfaff
2016-01-20
1
-3
/
+19
*
ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.
Ben Pfaff
2016-01-20
1
-22
/
+18
*
ofproto-dpif-rid: Use separate pointers for actions and action set.
Ben Pfaff
2016-01-20
1
-10
/
+11
*
ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.
Ben Pfaff
2016-01-20
1
-2
/
+4
*
connmgr: Generalize ofproto_packet_in to ofproto_async_msg.
Ben Pfaff
2016-01-20
1
-15
/
+17
*
openflow: Better abstract handling of packet-in messages.
Ben Pfaff
2016-01-20
1
-25
/
+22
*
fail-open: Drop some of the weirder special cases.
Ben Pfaff
2016-01-20
1
-2
/
+0
*
ofp-actions: Make composing actions harder to screw up.
Ben Pfaff
2016-01-04
1
-1
/
+0
*
ofproto-dpif-xlate: Fix revalidation in execute_controller_action().
Daniele Di Proietto
2015-12-10
1
-2
/
+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
1
-1
/
+3
*
packets: Introduce in6_addr_mapped_ipv4() and use where appropriate.
Ben Pfaff
2015-12-04
1
-1
/
+1
*
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
1
-1
/
+1
*
tnl-arp-cache: Rename module and functions to tnl-neigh-cache.
Thadeu Lima de Souza Cascardo
2015-11-30
1
-14
/
+13
*
ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dst
Thadeu Lima de Souza Cascardo
2015-11-30
1
-3
/
+5
*
ofproto-dpif-xlate: Fix byte-order error in comparison.
Ben Pfaff
2015-11-26
1
-4
/
+5
*
conntrack: Add support for NAT.
Jarno Rajahalme
2015-11-25
1
-0
/
+69
*
ofproto: Enable in-place modification for recirc actions.
Jarno Rajahalme
2015-11-25
1
-25
/
+13
*
ofproto: Allow xlate_actions() to fail.
Jarno Rajahalme
2015-11-25
1
-26
/
+97
*
ofproto-dpif-xlate: Don't stop processing after ct.
Joe Stringer
2015-11-11
1
-2
/
+12
*
ofproto-dpif-xlate: Fix small typo.
Justin Pettit
2015-10-22
1
-1
/
+1
*
Add support for connection tracking helper/ALGs.
Joe Stringer
2015-10-13
1
-0
/
+13
*
Add connection tracking label support.
Joe Stringer
2015-10-13
1
-0
/
+23
*
Add connection tracking mark support.
Joe Stringer
2015-10-13
1
-0
/
+28
*
Add support for connection tracking.
Joe Stringer
2015-10-13
1
-5
/
+77
*
tnl-arp-cache: add IPv6 Neighbor Discovery support
Thadeu Lima de Souza Cascardo
2015-10-13
1
-0
/
+1
*
route: support IPv6 and use IPv4-mapped addresses
Thadeu Lima de Souza Cascardo
2015-10-13
1
-1
/
+1
*
tunneling: Track recursion levels across ARP generation.
Jesse Gross
2015-09-17
1
-13
/
+15
*
ofproto-dpif-xlate: Introduce xlate_commit_actions().
Joe Stringer
2015-09-11
1
-26
/
+16
*
ofproto-dpif-xlate: Lower missing netdev_max_backlog from WARN to INFO.
Ben Pfaff
2015-09-09
1
-1
/
+1
*
tunnel: Support matching on the presence of Geneve options.
Jesse Gross
2015-08-28
1
-0
/
+5
[next]