Displaying 5 results from an estimated 5 matches for "ipv6_sockglu".
Did you mean:
ipv6_sockglue
2007 May 01
0
CESA-2007:169 Important CentOS 5 x86_64 Kernel - Security Update
...m> [2.6.18-8.1.3.el5]
- [s390] page_mkclean causes data corruption on s390 (Jan Glauber ) [236605]
* Wed Mar 28 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.2.el5]
- [utrace] exploit and unkillable cpu fixes (Roland McGrath ) [228816]
(CVE-2007-0771)
- [net] IPV6 security holes in ipv6_sockglue.c - 2 (David S. Miller )
[232257] {CVE-2007-1000}
- [net] IPV6 security holes in ipv6_sockglue.c (David S. Miller )
[232255] {CVE-2007-1388}
- [audit] GFP_KERNEL allocations in non-blocking context fix (Alexander
Viro ) [233157]
--------
--
Karanbir Singh
CentOS Project { http://www.centos....
2007 May 01
0
CESA-2007:169 Important CentOS 5 i386 Kernel - Security Update
...om> [2.6.18-8.1.3.el5]
- [s390] page_mkclean causes data corruption on s390 (Jan Glauber ) [236605]
* Wed Mar 28 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.2.el5]
- [utrace] exploit and unkillable cpu fixes (Roland McGrath ) [228816]
(CVE-2007-0771)
- [net] IPV6 security holes in ipv6_sockglue.c - 2 (David S. Miller )
[232257] {CVE-2007-1000}
- [net] IPV6 security holes in ipv6_sockglue.c (David S. Miller )
[232255] {CVE-2007-1388}
- [audit] GFP_KERNEL allocations in non-blocking context fix (Alexander
Viro ) [233157]
--------
--
Karanbir Singh
CentOS Project { http://www.centos.org...
2007 May 02
0
CentOS-announce Digest, Vol 27, Issue 1
...m> [2.6.18-8.1.3.el5]
- [s390] page_mkclean causes data corruption on s390 (Jan Glauber ) [236605]
* Wed Mar 28 2007 Don Howard <dhoward at redhat.com> [2.6.18-8.1.2.el5]
- [utrace] exploit and unkillable cpu fixes (Roland McGrath ) [228816]
(CVE-2007-0771)
- [net] IPV6 security holes in ipv6_sockglue.c - 2 (David S. Miller )
[232257] {CVE-2007-1000}
- [net] IPV6 security holes in ipv6_sockglue.c (David S. Miller )
[232255] {CVE-2007-1388}
- [audit] GFP_KERNEL allocations in non-blocking context fix (Alexander
Viro ) [233157]
--------
--
Karanbir Singh
CentOS Project { http://www.centos....
2007 Sep 26
2
[Bridge] [PATCH] Module use count must be updated as bridges are created/destroyed
Otherwise 'modprobe -r' on a module having a dependency on bridge will
implicitly unload bridge, bringing down all connectivity that was using
bridges.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
net/bridge/br_if.c | 9 +++++++++
1 file changed, 9 insertions(+)
--- linux-2.6.23-rc8/net/bridge/br_if.c 2007-09-26 09:23:54.000000000 +0200
+++
2006 Feb 24
2
r56 - trunk/debian
...-17 00:45:18.238520680 +0100
++++ linux-2.6.12-xen/net/ipv6/ip6_input.c 2006-02-25 00:12:33.780992890 +0100
@@ -198,12 +198,13 @@ resubmit:
if (!raw_sk) {
if (xfrm6_policy_check(NULL, XFRM_POLICY_IN, skb)) {
@@ -104293,7 +104296,7 @@
return 0;
diff -Nurp pristine-linux-2.6.12/net/ipv6/ipv6_sockglue.c linux-2.6.12-xen/net/ipv6/ipv6_sockglue.c
--- pristine-linux-2.6.12/net/ipv6/ipv6_sockglue.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/net/ipv6/ipv6_sockglue.c 2006-02-17 00:45:18.239520527 +0100
++++ linux-2.6.12-xen/net/ipv6/ipv6_sockglue.c 2006-02-25 00:12:33.781992740 +0100...