]> 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, 17 Jun 2013 23:13:45 +0000 (16:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2013 23:13:45 +0000 (16:13 -0700)
commit108e4be16bac92e4256d7ba4e3eeefdbc3cb24f9
tree12e29890b5feb323c762abf28d2c1b6ff217c0fa
parent12abc6cc15d24de88dba862b6dd1b23e59369ee7
parent289f4e3dc1cd55e644dabb615ef34b97a2840bc4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
The following patchset contains Netfilter fixes. They are targeted to the
TCP option targets, that have receive some scrinity in the last week. The
changes are:

* Fix TCPOPTSTRIP, it stopped working in the forward chain as tcp_hdr
  uses skb->transport_header, and we cannot use that in the forwarding
  case, from myself.

* Fix default IPv6 MSS in TCPMSS in case of absence of TCP MSS options,
  from Phil Oester.

* Fix missing fragmentation handling again in TCPMSS, from Phil Oester.
====================

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