[GIT]: Networking

From: David Miller
Date: Thu Jul 24 2008 - 02:27:32 EST



Several bug fixes, and also this gets rid of the __netif_schedule()
warning, it isn't something worth chirping about at this point.

A bug fix to TCP probing, as old as 2.4.x, based upon a report
from Eric Dumazet.

Also, the fix for Ingo's netconsole memory corruption issue with
e1000 cards.

Please pull, thanks a lot!

The following changes since commit c010b2f76c3032e48097a6eef291d8593d5d79a6:
Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/net-2.6

are available in the git repository at:

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

Chas Williams (1):
atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanups

David S. Miller (2):
netdev: Remove warning from __netif_schedule().
tcp: Clear probes_out more aggressively in tcp_ack().

Ingo Molnar (1):
e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() call

Jarek Poplawski (1):
pkt_sched: sch_sfq: dump a real number of flows

Oliver Hartkopp (1):
net: Update entry in af_family_clock_key_strings

Patrick McHardy (1):
netfilter: make security table depend on NETFILTER_ADVANCED

Stephen Hemminger (1):
sky2: don't stop queue on shutdown

drivers/atm/fore200e.c | 15 ++++++++++++---
drivers/net/e1000e/netdev.c | 2 --
drivers/net/sky2.c | 5 -----
net/core/dev.c | 3 ---
net/core/sock.c | 2 +-
net/ipv4/netfilter/Kconfig | 2 +-
net/ipv4/tcp_input.c | 3 +--
net/ipv6/netfilter/Kconfig | 2 +-
net/sched/sch_sfq.c | 9 ++++++++-
9 files changed, 24 insertions(+), 19 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/