[GIT] Networking

From: David Miller
Date: Sun Apr 25 2010 - 18:12:57 EST



The TCP bind conflict port allocation fix had a bug on the ipv6 side,
hit by a bunch of folks. Fix from Eric Dumazet.

An e100 crash fix from Alan Cox that should cure a bunch of hits we've
got on kerneloops.org, no mutual exclusion done by the TX timeout
workqueue causes crashes as two threads of control try to reset the
chip in parallel.

Please pull, thanks a lot!

The following changes since commit ddc9b34c3b3bc063a7d9eb891ae09b8f49cfb27e:
Linus Torvalds (1):
Merge branch 'fixes' of git://git.kernel.org/.../davej/cpufreq

are available in the git repository at:

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

Alan Cox (1):
e100: Fix the TX workqueue race

Eric Dumazet (1):
ipv6: Fix inet6_csk_bind_conflict()

drivers/net/e100.c | 10 ++++++++--
net/ipv6/inet6_connection_sock.c | 2 +-
2 files changed, 9 insertions(+), 3 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/