Hi David,
The following patchset contains Netfilter fixes for net:
1) Do not update the UDP checksum when it's zero, from Guillaume Nault.
2) Fix return of local variable in nf_osf, from Arnd Bergmann.
You can pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
Thank you.
----------------------------------------------------------------
The following changes since commit 52a90612fa6108d20cffd3cf6a2c228e2f3619f7:
net: remove obsolete comment (2020-04-25 20:49:32 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD
for you to fetch changes up to c165d57b552aaca607fa5daf3fb524a6efe3c5a3:
netfilter: nf_osf: avoid passing pointer to local var (2020-04-29 21:17:57
+0200)
----------------------------------------------------------------
Arnd Bergmann (1):
netfilter: nf_osf: avoid passing pointer to local var
Guillaume Nault (1):
netfilter: nat: never update the UDP checksum when it's 0
net/netfilter/nf_nat_proto.c | 4 +---
net/netfilter/nfnetlink_osf.c | 12 +++++++-----
2 files changed, 8 insertions(+), 8 deletions(-)