]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 18:22:30 +0000 (11:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 18:22:30 +0000 (11:22 -0700)
commit30b026a8fe053bca8375c62a29324ea163344e00
treecc41c10d6a418dc0409a1a54706f2acfc0b46595
parente3be04f7381c1a08250e24c8f3d0eb3dc64565fc
parent50505da01b2a1dd2cfee582edf92d6c28df966d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter fixes for net:

1) Do not delete clash entries on reply, let them expire instead,
   from Florian Westphal.

2) Do not report EAGAIN to nfnetlink, otherwise this enters a busy loop.
   Update nfnetlink_unicast() to translate EAGAIN to ENOBUFS.

3) Remove repeated words in code comments, from Randy Dunlap.

4) Several patches for the flowtable selftests, from Fabian Frederick.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>