]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ba96b202f3c09b0d274e57a727269fae6f461b6
treedc8d9bd32c783edcb769de075f2af184409ad6f1
parent0bd121e8a067fa13f4bc7955eae4532a4af59734
parentff9c4476b08f4d6e2a57817bc28b10472f08fb5c
Merge branch 'master' of git://git.kernel.org/pub/scm/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>