Merge branch 'master' of git://1984.lsi.us.es/nf
authorDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2012 17:53:06 +0000 (13:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2012 17:53:06 +0000 (13:53 -0400)
commitabaee5883c0667e9a479171e8e64047fea7e2435
treec1d94f96ebc7584c54872d1e7b6771eb3ffb59c3
parentd799148c8f366e9c069c14e90176de57b1b6d8af
parent38cab1d23e2a0761a2a11ed2f4d30503b9cc65fd
Merge branch 'master' of git://1984.lsi.us.es/nf

Pablo Neira Ayuso say:

====================
The following patchset contains four updates for your net tree, they are:

* Fix crash on timewait sockets, since the TCP early demux was added,
  in nfnetlink_log, from Eric Dumazet.

* Fix broken syslog log-level for xt_LOG and ebt_log since printk format was
  converted from <.> to a 2 bytes pattern using ASCII SOH, from Joe Perches.

* Two security fixes for the TCP connection tracking targeting off-path attacks,
  from Jozsef Kadlecsik. The problem was discovered by Jan Wrobel and it is
  documented in: http://mixedbit.org/reflection_scan/reflection_scan.pdf.
====================

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