projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e0e04
)
net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected
author
Davide Caratti
<dcaratti@redhat.com>
Mon, 9 Jan 2017 10:24:20 +0000
(11:24 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 9 Jan 2017 19:36:57 +0000
(14:36 -0500)
LIBCRC32C is needed to compute crc32c on SCTP packets.
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/sched/Kconfig
b/net/sched/Kconfig
index 87956a768d1b7f829876ea64614d3a2ab8efe6ea..a9aa38d43fa7a48e0f7f1bfbcf96f00b99e247ee 100644
(file)
--- a/
net/sched/Kconfig
+++ b/
net/sched/Kconfig
@@
-707,6
+707,7
@@
config NET_ACT_SKBEDIT
config NET_ACT_CSUM
tristate "Checksum Updating"
depends on NET_CLS_ACT && INET
+ select LIBCRC32C
---help---
Say Y here to update some common checksum after some direct
packet alterations.