aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorMaxime Chevallier <maxime.chevallier@bootlin.com>2018-10-05 09:04:40 +0200
committerDavid S. Miller <davem@davemloft.net>2018-10-05 14:52:43 -0700
commit35f3625c21852ad839f20c91c7d81c4c1101e207 (patch)
treeb6e41c36935045703f589f169f1f6a3554adc272 /scripts/stackusage
parentipv6: take rcu lock in rawv6_send_hdrinc() (diff)
downloadlinux-35f3625c21852ad839f20c91c7d81c4c1101e207.tar.gz
linux-35f3625c21852ad839f20c91c7d81c4c1101e207.zip
net: mvpp2: Extract the correct ethtype from the skb for tx csum offload
When offloading the L3 and L4 csum computation on TX, we need to extract the l3_proto from the ethtype, independently of the presence of a vlan tag. The actual driver uses skb->protocol as-is, resulting in packets with the wrong L4 checksum being sent when there's a vlan tag in the packet header and checksum offloading is enabled. This commit makes use of vlan_protocol_get() to get the correct ethtype regardless the presence of a vlan tag. Fixes: 3f518509dedc ("ethernet: Add new driver for Marvell Armada 375 network unit") Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
>Masami Hiramatsu4-8/+60 2016-07-01perf probe: Show all cached probesMasami Hiramatsu7-7/+184 2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu3-4/+86 2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa6-7/+79 2016-06-30perf test: Add -F/--dont-fork optionJiri Olsa2-22/+37 2016-06-30perf tests: Fix thread map test for -F optionJiri Olsa1-3/+13 2016-06-30perf tools: Allow to reset open files counterJiri Olsa3-6/+24 2016-06-30perf trace beauty eventfd: No need to include eventfd.hArnaldo Carvalho de Melo1-2/+0 2016-06-30perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systemsArnaldo Carvalho de Melo1-0/+3 2016-06-30perf annotate: Add number of samples to the headerPeter Zijlstra (Intel)1-2/+3 2016-06-30perf annotate: Simplify header dotted line sizingPeter Zijlstra (Intel)1-6/+3 2016-06-30perf evsel: Utility function to fetch archRavi Bangoria2-0/+9 2016-06-29tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2-2/+2