[GIT]: Networking

From: David Miller
Date: Fri May 09 2008 - 06:18:27 EST



The SIT bug fix is, unfortunately, remotely exploitable memory leak.
As long as the SIT module is loaded and SIT packets aren't blocked by
the firewall, it's pretty easy to construct a frame that will be
leaked every single time (IPV4 header, with protocol == SIT, and
length just convering the IPV4 header).

I'm queueing that SIT fix up to -stable in parallel as I type this.

The TIPC fix makes sure the is enough header space for all possible
output devices.

Please pull, thanks a lot!

The following changes since commit e46b66bc42b6b1430b04cc5c207ecb2b2f4553dc:
Ben Hutchings (1):
net: Added ASSERT_RTNL() to dev_open() and dev_close().

are available in the git repository at:

master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git master

Allan Stephens (1):
tipc: Increase buffer header to support worst-case device

David S. Miller (1):
sit: Add missing kfree_skb() on pskb_may_pull() failure.

net/ipv6/sit.c | 2 +-
net/tipc/core.h | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/