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
/
lib
/
flow.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for 802.1ad (QinQ tunneling)
Eric Garver
2017-03-16
1
-47
/
+158
*
odp: Support conntrack orig tuple key.
Jarno Rajahalme
2017-03-08
1
-67
/
+161
*
flow: Make room after ct_state.
Jarno Rajahalme
2017-03-08
1
-1
/
+2
*
flow: Fix small typo in comment describing flow_compose().
Justin Pettit
2017-01-05
1
-1
/
+1
*
mpls: Fix MPLS restoration after patch port and group bucket.
Jarno Rajahalme
2016-12-02
1
-6
/
+8
*
tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.
Jesse Gross
2016-09-19
1
-0
/
+1
*
flow: Generate checksum and udp_len in flow_compose().
Daniele Di Proietto
2016-07-27
1
-8
/
+54
*
flow: Introduce parse_dl_type().
Daniele Di Proietto
2016-07-27
1
-2
/
+12
*
flow: Export parse_ipv6_ext_hdrs().
Daniele Di Proietto
2016-07-27
1
-62
/
+78
*
flow: Verify that tot_len >= ip_len in miniflow_extract().
Ben Pfaff
2016-07-26
1
-1
/
+1
*
Explain initialization when using csum()
Ryan Moats
2016-07-24
1
-0
/
+3
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-0
/
+1
*
Introduce 128-bit xxregs.
Justin Pettit
2016-07-12
1
-0
/
+9
*
Increase number of registers to 16.
Justin Pettit
2016-07-12
1
-8
/
+8
*
flow: Fix uninitialized reads in [mini]flow_hash_5tuple().
Daniele Di Proietto
2016-05-20
1
-10
/
+32
*
util: Pass 128-bit arguments directly instead of using pointers.
Justin Pettit
2016-05-08
1
-3
/
+3
*
flow: Fix flow_wc_map() for ICMPv6/IGMP type and code.
Daniele Di Proietto
2016-05-02
1
-4
/
+4
*
Move lib/match.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
match: Color output of match conditions for ovs-ofctl dump-flows.
Quentin Monnet
2016-03-18
1
-1
/
+2
*
flow: add miniflow_pad_from_64
Simon Horman
2016-02-24
1
-0
/
+13
*
flow: add miniflow_push_uint8
Simon Horman
2016-02-24
1
-0
/
+23
*
flow: fix compilation of MINIFLOW_ASSERT
Simon Horman
2016-01-11
1
-3
/
+3
*
flow: Pass last field to miniflow_pad_to_64().
Simon Horman
2015-12-22
1
-9
/
+9
*
tunneling: extend flow_tnl with ipv6 addresses
Jiri Benc
2015-11-30
1
-11
/
+19
*
conntrack: Add support for NAT.
Jarno Rajahalme
2015-11-25
1
-0
/
+4
*
Add connection tracking label support.
Joe Stringer
2015-10-13
1
-0
/
+13
*
Add connection tracking mark support.
Joe Stringer
2015-10-13
1
-0
/
+13
*
Add support for connection tracking.
Joe Stringer
2015-10-13
1
-8
/
+45
*
flow: Fix MSVC compile errors.
Ben Pfaff
2015-08-31
1
-1
/
+1
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
1
-28
/
+26
*
flow: Add struct flowmap.
Jarno Rajahalme
2015-08-26
1
-205
/
+152
*
classifier: Pre-compute stage masks.
Jarno Rajahalme
2015-08-26
1
-1
/
+1
*
flow: Ignore invalid ICMPv6 fields when parsing packets
Simon Horman
2015-08-13
1
-17
/
+18
*
flow: Avoid compile errors.
Jarno Rajahalme
2015-08-12
1
-15
/
+24
*
dpif-netdev: Translate Geneve options per-flow, not per-packet.
Jesse Gross
2015-08-05
1
-10
/
+37
*
flow: Split miniflow's map.
Jarno Rajahalme
2015-07-17
1
-116
/
+183
*
flow: Make compile with MSVC.
Jarno Rajahalme
2015-07-16
1
-11
/
+12
*
tunneling: Allow matching and setting tunnel 'OAM' flag.
Jesse Gross
2015-07-15
1
-6
/
+10
*
flow: Factor out flag parsing and formatting routines.
Jesse Gross
2015-07-15
1
-1
/
+172
*
flow: Eliminate miniflow_clone() and minimask_clone().
Jarno Rajahalme
2015-07-15
1
-23
/
+2
*
match: Single malloc minimatch.
Jarno Rajahalme
2015-07-15
1
-35
/
+52
*
flow: Always inline miniflows.
Jarno Rajahalme
2015-07-15
1
-145
/
+65
*
hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.
Jeroen van Bemmel
2015-07-08
1
-1
/
+70
*
pkt-metadata: Avoid introducing overhead for userspace tunnels.
Jesse Gross
2015-06-25
1
-1
/
+6
*
tunnel: Geneve TLV handling support for OpenFlow.
Jesse Gross
2015-06-25
1
-6
/
+12
*
flow: Make assertions about offsets within struct flow easier to follow.
Ben Pfaff
2015-06-15
1
-31
/
+29
*
flow: Add 'const' qualifiers in flow extraction.
Ben Pfaff
2015-06-08
1
-9
/
+9
*
ofp-util: Convert flow_metadata to match structure.
Jesse Gross
2015-06-08
1
-13
/
+35
*
dp-packet: Remove 'frame' member.
Daniele Di Proietto
2015-05-18
1
-1
/
+1
[prev]
[next]