This is the start of the stable review cycle for the 2.6.23.X release. There are 23 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line to the patch, please respond with it. These patches are sent out with a number of different people on the Cc: line. If you wish to be a reviewer, please email [email protected] to add your name to the list. If you want to be off the reviewer list, also email us. Responses should be made by Friday 00:00:00 UTC. Anything received after that time might be too late. This set of patches focuses on only the core kernel. Other sets of patches will follow if you are interested in those instead. The diffstat of this review series is included below. thanks, greg k-h ------ include/linux/netlink.h | 2 include/linux/skbuff.h | 3 include/net/9p/9p.h | 12 ++ 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 + 18 files changed, 161 insertions(+), 137 deletions(-) - 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/
- Follow-Ups:
- [patch 23/23] mac80211: make ieee802_11_parse_elems return void
- From: Greg KH <[email protected]>
- [patch 22/23] mac80211: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modes
- From: Greg KH <[email protected]>
- [patch 21/23] mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctl
- From: Greg KH <[email protected]>
- [patch 20/23] mac80211: store SSID in sta_bss_list
- From: Greg KH <[email protected]>
- [patch 19/23] mac80211: store channel info in sta_bss_list
- From: Greg KH <[email protected]>
- [patch 18/23] mac80211: reorder association debug output
- From: Greg KH <[email protected]>
- [patch 17/23] ieee80211: fix TKIP QoS bug
- From: Greg KH <[email protected]>
- [patch 16/23] NETFILTER: nf_conntrack_tcp: fix connection reopening
- From: Greg KH <[email protected]>
- [patch 15/23] Fix netlink timeouts.
- From: Greg KH <[email protected]>
- [patch 14/23] Fix crypto_alloc_comp() error checking.
- From: Greg KH <[email protected]>
- [patch 13/23] Fix SET_VLAN_INGRESS_PRIORITY_CMD error return.
- From: Greg KH <[email protected]>
- [patch 12/23] Fix VLAN address syncing.
- From: Greg KH <[email protected]>
- [patch 11/23] Fix endianness bug in U32 classifier.
- From: Greg KH <[email protected]>
- [patch 10/23] Fix TEQL oops.
- From: Greg KH <[email protected]>
- [patch 09/23] Fix error returns in sys_socketpair()
- From: Greg KH <[email protected]>
- [patch 08/23] softmac: fix wext MLME request reason code endianness
- From: Greg KH <[email protected]>
- [patch 07/23] Fix kernel_accept() return handling.
- From: Greg KH <[email protected]>
- [patch 06/23] Fix SKB_WITH_OVERHEAD calculations.
- From: Greg KH <[email protected]>
- [patch 05/23] Fix 9P protocol build
- From: Greg KH <[email protected]>
- [patch 04/23] Fix advertised packet scheduler timer resolution
- From: Greg KH <[email protected]>
- [patch 03/23] Add get_unaligned to ieee80211_get_radiotap_len
- From: Greg KH <[email protected]>
- [patch 02/23] mac80211: Improve sanity checks on injected packets
- From: Greg KH <[email protected]>
- [patch 01/23] mac80211: filter locally-originated multicast frames
- From: Greg KH <[email protected]>
- [patch 23/23] mac80211: make ieee802_11_parse_elems return void
- Prev by Date: [patch 01/23] mac80211: filter locally-originated multicast frames
- Next by Date: [patch 02/23] mac80211: Improve sanity checks on injected packets
- Previous by thread: [patch 00/19] 2.6.23-stable review, arch specific stuff
- Next by thread: [patch 01/23] mac80211: filter locally-originated multicast frames
- Index(es):