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
*
ofproto: Fix consistent hashing
Liran Schour
2016-07-13
1
-3
/
+2
*
Increase number of registers to 16.
Justin Pettit
2016-07-12
1
-1
/
+1
*
ofproto-dpif-mirror: Add mirror snaplen support.
William Tu
2016-07-03
1
-3
/
+27
*
bfd: Allow setting OAM bit when encapsulated in tunnel.
Jesse Gross
2016-06-29
1
-8
/
+18
*
ofp-actions: Add truncate action.
William Tu
2016-06-24
1
-0
/
+57
*
xlate: Fix typo in comment.
Jarno Rajahalme
2016-06-21
1
-1
/
+1
*
ipfix: Support tunnel information for Flow IPFIX.
Benli Ye
2016-06-17
1
-6
/
+65
*
xlate: Skip recirculation for output and set actions
Simon Horman
2016-05-27
1
-1
/
+121
*
netdev-native-tnl: Introduce ip_build_header()
Pravin B Shelar
2016-05-23
1
-2
/
+3
*
ofproto-dpif-xlate: Fix IGMP megaflow matching.
Ben Pfaff
2016-05-20
1
-8
/
+20
*
dpif-netdev: create batch object
Pravin B Shelar
2016-05-18
1
-2
/
+3
*
ofproto-dpif-xlate: Fix compilation with GCC 4.6.
Ben Pfaff
2016-05-17
1
-1
/
+1
*
ofproto-dpif-xlate: Always generate wildcards.
Ben Pfaff
2016-05-14
1
-13
/
+8
*
ofproto-dpif-xlate: fix for group liveness propagation
László Sürü
2016-05-11
1
-1
/
+1
*
util: Pass 128-bit arguments directly instead of using pointers.
Justin Pettit
2016-05-08
1
-1
/
+1
*
ofproto-dpif: Do not count resubmit to later tables against limit.
Ben Pfaff
2016-05-09
1
-14
/
+52
*
ofproto-dpif: Rename "recurse" to "indentation".
Ben Pfaff
2016-05-09
1
-11
/
+11
*
Remove "VLAN splinters" feature.
Pravin B Shelar
2016-04-27
1
-29
/
+4
*
hmap: Add HMAP_FOR_EACH_POP.
Daniele Di Proietto
2016-04-26
1
-3
/
+2
*
ofproto-dpif-xlate: Tidy up ct_mark xlate code.
Joe Stringer
2016-04-22
1
-11
/
+10
*
ofproto-dpif-xlate: xlate ct_{mark, label} correctly.
Joe Stringer
2016-04-22
1
-11
/
+16
*
ofproto-dpif-xlate: Generate bitmasks in set_field.
Joe Stringer
2016-04-15
1
-1
/
+1
*
Move lib/ofp-actions.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-8
/
+8
*
Move lib/meta-flow.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-10
/
+10
*
list: Remove lib/list.h completely.
Ben Warren
2016-03-30
1
-1
/
+1
*
tunneling: Handle multiple ip address for given device.
Pravin B Shelar
2016-03-24
1
-15
/
+5
*
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
[next]