Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2013 20:30:33 +0000 (13:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2013 20:30:33 +0000 (13:30 -0700)
commitd88210910a34b3b5da71e13fc53859516104e232
treedc8d9bd32c783edcb769de075f2af184409ad6f1
parent40edeff6e1c6f9a6f16536ae3375e3af9d648449
parenta8241c63517ec0b900695daa9003cddc41c536a1
Merge branch 'master' of git://git./linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
The following patchset contains four fixes for Netfilter and one fix
for IPVS, they are:

* Fix data leak to user-space via getsockopt IP_VS_SO_GET_DESTS, from
  Dan Carpenter.

* Fix xt_TCPMSS if no TCP MSS is specified in syn packets, to avoid the
  violation of RFC879, from Phil Oester.

* Fix incomplete dump of objects via nfnetlink_acct and nfnetlink_cttimeout,
  from myself.

* Fix missing HW protocol in packets passed to user-space via NFQUEUE,
  from myself.
====================

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