]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorDavid S. Miller <davem@davemloft.net>
Sat, 31 May 2014 00:54:47 +0000 (17:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 May 2014 00:54:47 +0000 (17:54 -0700)
commit9fa55cbef7f976a0e9c3531bc59a5ddeae127795
tree9733281b423aa819f30334fe230ffb1f4644c5d6
parent103b9485b61bdc7d7641876e32322b49b59d9b98
parent5ae6876505b8b4be2bb790dc1bd8274815a972a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter/IPVS updates for net-next

This small patchset contains three accumulated Netfilter/IPVS updates,
they are:

1) Refactorize common NAT code by encapsulating it into a helper
   function, similarly to what we do in other conntrack extensions,
   from Florian Westphal.

2) A minor format string mismatch fix for IPVS, from Masanari Iida.

3) Add quota support to the netfilter accounting infrastructure, now
   you can add quotas to accounting objects via the nfnetlink interface
   and use them from iptables. You can also listen to quota
   notifications from userspace. This enhancement from Mathieu Poirier.
====================

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