]> 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>
Sat, 10 Aug 2013 20:44:22 +0000 (13:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Aug 2013 20:44:22 +0000 (13:44 -0700)
commit6dcb87e5959ce9772075ba13e78b42c30745f51e
tree3d60148ff0419da8bb1ffe1780716ee3c7094d8d
parent6e5a36dcee4cb4a67d5b65f42c00164e06516f66
parent7fffe9d28a2f669afca643481d7f68bb16a8f491
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
The following patchset contains four netfilter fixes, they are:

* Fix possible invalid access and mangling of the TCPMSS option in
  xt_TCPMSS. This was spotted by Julian Anastasov.

* Fix possible off by one access and mangling of the TCP packet in
  xt_TCPOPTSTRIP, also spotted by Julian Anastasov.

* Fix possible information leak due to missing initialization of one
  padding field of several structures that are included in nfqueue and
  nflog netlink messages, from Dan Carpenter.

* Fix TCP window tracking with Fast Open, from Yuchung Cheng.
====================

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