[GIT]: Networking

From: David Miller
Date: Thu Feb 05 2009 - 19:00:04 EST



1) UDP input calculates the UDP header pointer before potentially
reallocating the SKB data (thus making that pointer invalid).
Fix from Jesper Brouer.

2) The TCP URG revert...

3) gianfar driver fixes from Andy Fleming

4) Wireless driver fixes via John Linville

5) RAW ipv6 socket send calls using MSG_MORE can retain kernel stack
pointers in the socket cork area where we store options. Just
copy these things to avoid the problem as nobody cares about
performance when using socket options in weird ways like this.

This fixes crashes when using the icmpv6fuzz tool.

Fix from Herbert Xu.

6) cxgb3 LRO enable bug fix from Divy Le Ray

Please pull, thanks a lot!

The following changes since commit f01d1d546abb2f4028b5299092f529eefb01253a:
Alexey Dobriyan (1):
seq_file: fix big-enough lseek() + read()

are available in the git repository at:

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

Andy Fleming (2):
gianfar: Fix BD_LENGTH_MASK definition
gianfar: Fix potential soft reset race

David S. Miller (2):
Merge branch 'master' of git://git.kernel.org/.../linville/wireless-2.6
Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"

Divy Le Ray (1):
cxgb3: Fix lro switch

Herbert Xu (1):
ipv6: Copy cork options in ip6_append_data

Jesper Dangaard Brouer (1):
udp: Fix UDP short packet false positive

Reinette Chatre (2):
iwlwifi: clean key table in iwl_clear_stations_table
iwlwifi: save PCI state before suspend, restore after resume

drivers/net/cxgb3/sge.c | 3 +-
drivers/net/gianfar.c | 3 +
drivers/net/gianfar.h | 2 +-
drivers/net/wireless/iwlwifi/iwl-agn.c | 2 +
drivers/net/wireless/iwlwifi/iwl-sta.c | 3 +
drivers/net/wireless/iwlwifi/iwl3945-base.c | 2 +
net/ipv4/tcp_output.c | 12 ++---
net/ipv4/udp.c | 3 +-
net/ipv6/ip6_output.c | 67 +++++++++++++++++++++------
9 files changed, 70 insertions(+), 27 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/