summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2017-01-31 09:50:50 +0200
committerKalle Valo <kvalo@codeaurora.org>2017-01-31 09:50:50 +0200
commit7243a1af37a4dc9225004546d9d0756c529ad3ce (patch)
tree6d53c420177404565abf245810809b76415d9bd6 /include/sound
parentb1a4c9a19659465d63924568b7b68a2fa65e159c (diff)
parentf2593cb1b29185d38db706cbcbe22ed538720ae1 (diff)
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for 4.11. Major changes: wcn36xx * convert to a proper QCOM_SMD driver (from the platform_driver interface) ath10k * VHT160 support * dump Copy Engine registers during firmware crash * search board file extension from SMBIOS wil6210 * add disable_ap_sme module parameter
Diffstat (limited to 'include/sound')
0 files changed, 0 insertions, 0 deletions
g'> The conntrack lookup for existing connections fails to invert the packet 5-tuple for NATted packets, and therefore fails to find the existing conntrack entry. Conntrack only stores 5-tuples for incoming packets, and there are various situations where a lookup on a packet that has already been transformed by NAT needs to be made. Looking up an existing conntrack entry upon executing packet received from the userspace is one of them. This patch fixes ovs_ct_find_existing() to invert the packet 5-tuple for the conntrack lookup whenever the packet has already been transformed by conntrack from its input form as evidenced by one of the NAT flags being set in the conntrack state metadata. Fixes: 05752523e565 ("openvswitch: Interface with NAT.") Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Joe Stringer <joe@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net> 2017-02-09openvswitch: Fix comments for skb->_nfctJarno Rajahalme1-7/+7 Fix comments referring to skb 'nfct' and 'nfctinfo' fields now that they are combined into '_nfct'. Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Joe Stringer <joe@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net> 2017-02-09Merge branch 'ena-bug-fixes'David S. Miller