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: Optimize operations for OvS flow_stats.
Tonghao Zhang
2017-09-22
1
-3
/
+4
*
datapath: Optimize updating for OvS flow_stats.
Tonghao Zhang
2017-09-22
1
-2
/
+1
*
datapath: Remove all references to SKB_GSO_UDP.
Greg Rose
2017-09-22
1
-0
/
+6
*
datapath: Fix ovs_flow_key_update()
Yi-Hung Wei
2017-05-03
1
-2
/
+8
*
datapath: set network header correctly on key extract
Yi-Hung Wei
2017-05-03
1
-8
/
+3
*
datapath: Add original direction conntrack tuple to sw_flow_key.
Jarno Rajahalme
2017-03-08
1
-5
/
+29
*
datapath: netlink: support L3 packets
Yang, Yi Y
2017-03-02
1
-27
/
+27
*
datapath: add processing of L3 packets
Yang, Yi Y
2017-03-02
1
-22
/
+84
*
datapath: add mac_proto field to the flow key
Yang, Yi Y
2017-03-02
1
-0
/
+1
*
datapath: avoid resetting flow key while installing new flow.
pravin shelar
2017-03-02
1
-2
/
+0
*
datapath: use percpu flow stats
Thadeu Lima de Souza Cascardo
2017-03-02
1
-20
/
+22
*
datapath: fix flow stats accounting when node 0 is not possible
Thadeu Lima de Souza Cascardo
2017-03-02
1
-2
/
+4
*
datapath: 802.1AD Flow handling, actions, vlan parsing, netlink attributes
Yang, Yi Y
2017-03-02
1
-18
/
+47
*
datapath: Move key memset to ovs_flow_key_extract_userspace()
Pravin B Shelar
2016-07-17
1
-0
/
+2
*
datapath: backport: retain parsed IPv6 header fields in flow on error skippin...
Pravin B Shelar
2016-07-17
1
-6
/
+15
*
datapath: Add support for IPv6 tunnels.
Pravin B Shelar
2016-07-08
1
-4
/
+3
*
datapath: Drop support for kernel older than 3.10
Pravin B Shelar
2016-03-14
1
-2
/
+1
*
datapath: Allow matching on conntrack label
Joe Stringer
2015-12-03
1
-2
/
+2
*
datapath: Add conntrack action
Joe Stringer
2015-12-03
1
-0
/
+2
*
datapath: Add support for lwtunnel
Pravin B Shelar
2015-12-03
1
-7
/
+9
*
datapath: Add support for 4.1 kernel.
Joe Stringer
2015-09-18
1
-1
/
+3
*
datapath: Use eth_proto_is_802_3.
Alexander Duyck
2015-07-30
1
-2
/
+2
*
datapath: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
Thomas Graf
2015-02-03
1
-1
/
+1
*
datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"
Thomas Graf
2015-02-03
1
-2
/
+2
*
datapath: Consistently include VLAN header in flow and port stats.
Ben Pfaff
2015-01-06
1
-2
/
+3
*
datapath: fix coding style.
Pravin B Shelar
2014-11-09
1
-8
/
+7
*
datapath: Fix few mpls issues.
Pravin B Shelar
2014-11-09
1
-2
/
+3
*
datapath: Fix comment style.
Pravin B Shelar
2014-10-23
1
-2
/
+4
*
datapath: fix a use after free
Li RongQing
2014-10-17
1
-5
/
+6
*
datapath: Add support for OVS_FLOW_ATTR_PROBE.
Jarno Rajahalme
2014-10-03
1
-2
/
+2
*
datapath: Constify various function arguments
Thomas Graf
2014-09-23
1
-1
/
+1
*
datapath: Remove pkt_key from OVS_CB.
Pravin B Shelar
2014-09-20
1
-1
/
+0
*
datapath: Replace rcu_dereference() with rcu_access_pointer()
Andreea-Cristina Bernat
2014-09-12
1
-1
/
+1
*
datapath: Update flow key before recirc
Andy Zhou
2014-08-12
1
-10
/
+5
*
datapath: Use tun_info only for egress tunnel path.
Pravin B Shelar
2014-08-06
1
-5
/
+5
*
datapath: Avoid using wrong metadata for recic action.
Pravin B Shelar
2014-08-06
1
-0
/
+10
*
datapath: refactor ovs flow extract API.
Pravin B Shelar
2014-08-06
1
-29
/
+53
*
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
[next]