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-rid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Don't pass NULL to library functions that expect non-NULL.
Dumitru Ceara
2022-02-14
1
-2
/
+4
*
ofproto-dpif: Fix for recirc issue with mpls traffic with dp_hash
Surya Rudra
2019-08-21
1
-0
/
+2
*
xlate: fix xport lookup for recirc
Zoltan Balogh
2018-01-23
1
-1
/
+4
*
ofproto-dpif: Don't slow-path controller actions.
Justin Pettit
2018-01-10
1
-1
/
+9
*
ofproto-dpif-rid: Don't include action_set_len as part of hash.
Justin Pettit
2017-07-28
1
-1
/
+0
*
ofproto-dpif-rid: Always store tunnel metadata.
Justin Pettit
2017-07-27
1
-14
/
+3
*
ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.
Justin Pettit
2017-07-27
1
-15
/
+14
*
ofproto/trace: Add support for tracing conntrack recirculation
Yi-Hung Wei
2017-07-12
1
-0
/
+13
*
ofproto-dpif-rid: Update comment for recirc_alloc_id__().
Justin Pettit
2017-03-23
1
-2
/
+1
*
nx-match: Only store significant bytes to stack.
Jarno Rajahalme
2017-01-06
1
-7
/
+6
*
ofproto-dpif: Unhide structure contents.
Ben Pfaff
2017-01-05
1
-3
/
+2
*
cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.
Ben Pfaff
2016-05-09
1
-26
/
+8
*
Move lib/ofpbuf.h to include/openvswitch directory
Ben Warren
2016-03-30
1
-1
/
+1
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-5
/
+5
*
ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".
Ben Pfaff
2016-02-19
1
-17
/
+16
*
ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.
Ben Pfaff
2016-01-20
1
-4
/
+5
*
ofproto-dpif-rid: Fix names of recirc_metadata_{hash,equal}().
Ben Pfaff
2016-01-20
1
-6
/
+6
*
ofproto-dpif-rid: Use separate pointers for actions and action set.
Ben Pfaff
2016-01-20
1
-2
/
+11
*
ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.
Ben Pfaff
2016-01-20
1
-15
/
+12
*
hash: New helper functions hash_bytes32() and hash_bytes64().
Ben Pfaff
2016-01-20
1
-11
/
+8
*
ofproto-dpif-rid: Fix memory leak in recirc_state.
Ben Pfaff
2016-01-05
1
-2
/
+18
*
tunneling: extend flow_tnl with ipv6 addresses
Jiri Benc
2015-11-30
1
-1
/
+2
*
Add support for connection tracking.
Joe Stringer
2015-10-13
1
-0
/
+2
*
ofproto-dpif-rid: Make lookups cheaper.
Jarno Rajahalme
2015-08-26
1
-6
/
+24
*
ofproto-dpif-xlate: Fix mirroring interaction with recirculation.
Ben Pfaff
2015-07-31
1
-0
/
+2
*
ofproto-dpif-rid: Factor recirculation state out as new structure.
Ben Pfaff
2015-07-31
1
-101
/
+61
*
lib/list: Add LIST_FOR_EACH_POP.
Jarno Rajahalme
2015-04-06
1
-3
/
+2
*
ofproto-dpif: Restore metadata and registers on recirculation.
Jarno Rajahalme
2015-03-26
1
-33
/
+325
*
id-pool: Refactor id_pool_alloc_id to allow any 32 bit value to be an id
Simon Horman
2014-11-10
1
-1
/
+6
*
id-pool: Re-factor recirculation id allocator into standalone id pool.
Simon Horman
2014-11-10
1
-122
/
+6
*
ofproto-dpif-rid: remove unused return value of rid_pool_add()
Simon Horman
2014-09-25
1
-3
/
+2
*
ofproto-dpif-rid: remove struct rid_map
Simon Horman
2014-09-25
1
-12
/
+8
*
ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()
Simon Horman
2014-09-24
1
-1
/
+1
*
ofproto-dpif-rid: Fix memory leak in recirc_id_pool_destroy().
Ben Pfaff
2014-06-06
1
-0
/
+1
*
ofproto-dpif: Added Per backer recirculation ID management
Andy Zhou
2014-03-25
1
-0
/
+189