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
/
datapath
/
flow.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
datapath: Add basic MPLS support to kernel
Simon Horman
2014-06-24
1
-0
/
+29
*
datapath: Add support for Geneve tunneling.
Jesse Gross
2014-06-20
1
-0
/
+10
*
datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
2014-06-19
1
-4
/
+7
*
datapath: Eliminate memset() from flow_extract.
Jesse Gross
2014-06-19
1
-5
/
+44
*
datapath: Fix tracking of flags seen in TCP flows.
Ben Pfaff
2014-04-08
1
-2
/
+2
*
datapath/flow: Fix ovs_flow_stats_get/clear RCU dereference.
Jarno Rajahalme
2014-04-02
1
-4
/
+6
*
datapath: Clarify locking.
Jarno Rajahalme
2014-03-25
1
-1
/
+2
*
datapath: Compact sw_flow_key.
Jarno Rajahalme
2014-03-24
1
-25
/
+19
*
datapath: Use TCP flags in the flow key for stats.
Jarno Rajahalme
2014-03-24
1
-7
/
+5
*
datapath: Correctly report flow used times for first 5 minutes after boot.
Ben Pfaff
2014-02-28
1
-2
/
+2
*
datapath: Use ether_addr_copy
Joe Perches
2014-02-16
1
-8
/
+8
*
datapath: Per NUMA node flow stats.
Jarno Rajahalme
2014-02-18
1
-61
/
+76
*
datapath: Remove 5-tuple optimization.
Jarno Rajahalme
2014-02-18
1
-26
/
+15
*
datapath: Read tcp flags only then the tranport header is present.
Jarno Rajahalme
2014-02-10
1
-0
/
+1
*
datapath: Fix deadlock during stats update.
Pravin B Shelar
2013-12-15
1
-22
/
+31
*
datapath: Use percpu allocator for flow-stats.
Pravin B Shelar
2013-12-03
1
-33
/
+61
*
TCP flags matching support.
Jarno Rajahalme
2013-10-29
1
-0
/
+2
*
Widen TCP flags handling.
Jarno Rajahalme
2013-10-29
1
-5
/
+3
*
datapath: Per cpu flow stats.
Pravin B Shelar
2013-10-21
1
-7
/
+61
*
datapath: Restructure datapath.c and flow.c
Pravin B Shelar
2013-10-01
1
-1597
/
+24
*
datapath: flow: fix potential illegal memory access in __parse_flow_nlattrs
Daniel Borkmann
2013-09-09
1
-0
/
+1
*
datapath: Remove skb->mark compat code.
Pravin B Shelar
2013-09-06
1
-7
/
+2
*
datapath: Fix alignment of struct sw_flow_key.
Jesse Gross
2013-09-05
1
-0
/
+1
*
datapath: optimize flow compare and mask functions
Andy Zhou
2013-08-27
1
-21
/
+43
*
datapath: Remove redundant EtherType check in vlan translation.
Jesse Gross
2013-08-22
1
-1
/
+0
*
datapath: More strict vlan encap netlink check
Andy Zhou
2013-08-22
1
-22
/
+44
*
datapath: Rename key_len to key_end
Andy Zhou
2013-08-22
1
-15
/
+16
*
datapath: Add SCTP support
Joe Stringer
2013-08-22
1
-0
/
+65
*
datapath: Remove old argument description in flow.c.
Justin Pettit
2013-08-19
1
-1
/
+0
*
datapath: Fix typos in Netlink debugging messages.
pritesh
2013-08-19
1
-2
/
+2
*
datapath: Fix typo in flow validation logic.
Jesse Gross
2013-08-09
1
-1
/
+1
*
datapath: Add 'ovs_' prefix to extern symbols.
Jesse Gross
2013-08-09
1
-7
/
+7
*
odp-util: Always serialize tunnel mask attributes.
Jesse Gross
2013-08-01
1
-8
/
+10
*
datapath: Introduce is_mask when serializing netlink attributes.
Jesse Gross
2013-08-01
1
-4
/
+5
*
datapath: Accept any 802.2 eth_type mask but override to be exact match
Andy Zhou
2013-08-01
1
-6
/
+6
*
datapath: Accept any in_port mask but override to be exact match
Andy Zhou
2013-08-01
1
-7
/
+7
*
datapath: Always allow tunnel mask to be specified in the netlink
Andy Zhou
2013-08-01
1
-0
/
+3
*
datapath: always export priority and skb_mark in netlink message
Andy Zhou
2013-07-31
1
-4
/
+2
*
datapath: Fix missing VLAN netlink attribute handling
Andy Zhou
2013-07-29
1
-5
/
+9
*
datapath: fix a bug in SF_FLOW_KEY_PUT macro
Andy Zhou
2013-07-29
1
-4
/
+6
*
datapath: Use non rcu hlist_del() flow table entry.
Pravin B Shelar
2013-07-25
1
-1
/
+1
*
datapath: Use correct type while allocating flex array.
Pravin B Shelar
2013-07-25
1
-1
/
+1
*
datapath: remove RCU annotation from flow->mask
Andy Zhou
2013-07-22
1
-5
/
+3
*
datapath: Add mask check during flow lookup
Andy Zhou
2013-07-19
1
-1
/
+2
*
datapath: Use masked flow when validating actions.
Jesse Gross
2013-07-16
1
-8
/
+4
*
datpath: Fix tunnel TTL flow rejection message.
Jesse Gross
2013-07-09
1
-1
/
+1
*
datapath: Always include tunnel TTL in serialized Netlink attributes.
Jesse Gross
2013-07-09
1
-2
/
+1
*
datapath: fix bugs in exporting netlink attributes
Andy Zhou
2013-07-09
1
-20
/
+35
*
datapath: Use DP_MAX_PORTS when no IN_PORT attribute is present.
Jesse Gross
2013-07-09
1
-0
/
+6
*
datapath: Make netlink error messages more consistent.
Jesse Gross
2013-07-08
1
-2
/
+2
[prev]
[next]