[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20111206.145943.888247369587722446.davem@redhat.com>
Date: Tue, 06 Dec 2011 14:59:43 -0500 (EST)
From: David Miller <davem@...hat.com>
To: torvalds@...ux-foundation.org
CC: akpm@...ux-foundation.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT] Networking
1) RTO_ONLINK state bit can be lost in routing cache entries, fix from
Julian Anastasov.
2) INET peer validation fix could result in an OOPS if the call fails,
but allowing this operation to fail in the first place is the real
issue. If we can't lookup the neighbour for the new gateway, simply
revert back to the old one. We'll end up with another ICMP redirect
but that's fine and better than failing and having to add ugly recovery
code all over the place.
3) FIFO overflow and packet processing race fixes in r8169 from
François Reomieu.
4) pasemi_mac build was broken accidently, fix from Ben Hutchings.
5) cfg80211 wireless race fixes from Luis R. Rodriguez.
6) Reconfiguring HT40 after assosciation in iwlwifi results in a firmware
abort, so don't do it. From Wey-Yi Guy.
Please pull, thanks a lot.
The following changes since commit 45e713efe2fa574b6662e7fb63fae9497c5e03d4:
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2011-12-05 16:54:15 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master
Ben Hutchings (1):
pasemi_mac: Fix building as module
David S. Miller (2):
ipv4: Fix peer validation on cached lookup.
Merge branch 'for-davem' of git://git.kernel.org/.../linville/wireless
Johannes Berg (1):
iwlagn: fix HW crypto for TX-only keys
John W. Linville (2):
Revert "mac80211: clear sta.drv_priv on reconfiguration"
Merge branch 'master' of git://git.kernel.org/.../linville/wireless into for-davem
Julian Anastasov (1):
ipv4: make sure RTO_ONLINK is saved in routing cache
Luis R. Rodriguez (2):
cfg80211: fix race on init and driver registration
cfg80211: amend regulatory NULL dereference fix
Peter Pan(潘卫平) (1):
ipv4:correct description for tcp_max_syn_backlog
Simon Wunderlich (1):
mac80211: fill rate filter for internal scan requests
Stephen Boyd (1):
net: Silence seq_scale() unused warning
Wei Liu (1):
netback: Fix alert message.
Wey-Yi Guy (2):
iwlwifi: do not re-configure HT40 after associated
iwlwifi: change the default behavior of watchdog timer
françois romieu (2):
r8169: Rx FIFO overflow fixes.
r8169: fix Rx index race between FIFO overflow recovery and NAPI handler.
Documentation/networking/ip-sysctl.txt | 10 +++---
drivers/net/ethernet/pasemi/Makefile | 3 +-
drivers/net/ethernet/realtek/r8169.c | 53 ++++++++++-----------------
drivers/net/wireless/iwlwifi/iwl-1000.c | 1 +
drivers/net/wireless/iwlwifi/iwl-5000.c | 1 +
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c | 36 ++++++++++++-------
drivers/net/wireless/iwlwifi/iwl-agn-sta.c | 5 ---
drivers/net/wireless/iwlwifi/iwl-agn.c | 34 +++++++++---------
drivers/net/wireless/iwlwifi/iwl-agn.h | 2 +
drivers/net/wireless/iwlwifi/iwl-core.c | 22 +++++++++---
drivers/net/wireless/iwlwifi/iwl-core.h | 2 +
drivers/net/wireless/iwlwifi/iwl-shared.h | 4 +-
drivers/net/xen-netback/netback.c | 2 +-
net/core/request_sock.c | 7 ++--
net/core/secure_seq.c | 2 +
net/ipv4/route.c | 47 ++++++++++--------------
net/mac80211/main.c | 6 +++
net/mac80211/util.c | 1 -
net/wireless/reg.c | 49 ++++++++++++++++---------
19 files changed, 155 insertions(+), 132 deletions(-)
Powered by blists - more mailing lists