]> 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>
Sat, 2 Aug 2014 23:43:04 +0000 (16:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Aug 2014 23:43:04 +0000 (16:43 -0700)
commitce90187325586095c9f228b74053a4f769e57bb9
treebfccb09bcb5a44c5aaf213b492cd2ff77c4005b0
parentd143fb37556c1400f2f402007be73c80f629d340
parent6f0251303de1176ebdb9007e0ced0972f41f9d2f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter/IPVS fixes for net

The following patchset contains Netfilter/IPVS fixes for your net tree,
they are:

1) Maintain all DSCP and ECN bits for IPv6 tun forwarding. This
   resolves an inconsistency between IPv4 and IPv6 behaviour.
   Patch from Alex Gartrell via Simon Horman.

2) Fix unnoticeable blink in xt_LED when the led-always-blink option is
   used, from Jiri Prchal.

3) Add missing return in nft_del_setelem(), otherwise this results in a
   double call of nft_data_uninit() in the nf_tables code, from Thomas Graf.
====================

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