We (the -stable team) are announcing the release of the 2.6.23.4 kernel. It contains a number of bugfixes for the core networking and wireless code.
I'll also be replying to this message with a copy of the patch between 2.6.23.3 and 2.6.23.4 The updated 2.6.23.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.23.y.git and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.23.y.git;a=summary thanks, greg k-h -------- Makefile | 2 include/linux/netlink.h | 2 include/linux/skbuff.h | 3 include/net/9p/9p.h | 12 ++ include/net/sock.h | 10 +- ipc/mqueue.c | 6 - net/8021q/vlan.c | 5 + net/ieee80211/ieee80211_crypt_tkip.c | 2 net/ieee80211/softmac/ieee80211softmac_wx.c | 2 net/ipv4/ipcomp.c | 3 net/ipv6/ipcomp6.c | 3 net/mac80211/ieee80211.c | 55 +++++++----- net/mac80211/ieee80211_ioctl.c | 11 ++ net/mac80211/ieee80211_sta.c | 128 +++++++++++----------------- net/netfilter/nf_conntrack_proto_tcp.c | 38 +++----- net/netlink/af_netlink.c | 10 +- net/sched/cls_u32.c | 4 net/sched/sch_api.c | 5 - net/sched/sch_teql.c | 3 net/socket.c | 6 + 20 files changed, 168 insertions(+), 142 deletions(-) Summary of changes from v2.6.23.3 to v2.6.23.4 ============================================== Andy Green (2): mac80211: Improve sanity checks on injected packets Add get_unaligned to ieee80211_get_radiotap_len Bill Moss (1): mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctl David Miller (1): Fix error returns in sys_socketpair() Evgeniy Polyakov (1): Fix TEQL oops. Greg Kroah-Hartman (1): Linux 2.6.23.4 Herbert Xu (3): Fix SKB_WITH_OVERHEAD calculations. TCP: Fix size calculation in sk_stream_alloc_pskb Fix crypto_alloc_comp() error checking. Ingo Molnar (1): Fix 9P protocol build Johannes Berg (3): softmac: fix wext MLME request reason code endianness ieee80211: fix TKIP QoS bug mac80211: reorder association debug output John W. Linville (5): mac80211: filter locally-originated multicast frames mac80211: store channel info in sta_bss_list mac80211: store SSID in sta_bss_list mac80211: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modes mac80211: make ieee802_11_parse_elems return void Jozsef Kadlecsik (1): NETFILTER: nf_conntrack_tcp: fix connection reopening Patrick McHardy (4): Fix advertised packet scheduler timer resolution Fix VLAN address syncing. Fix SET_VLAN_INGRESS_PRIORITY_CMD error return. Fix netlink timeouts. Radu Rendec (1): Fix endianness bug in U32 classifier. Tony Battersby (1): Fix kernel_accept() return handling. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/