lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <45CB97FB.4060202@cosmosbay.com>
Date: Thu, 08 Feb 2007 22:36:59 +0100
From: Eric Dumazet <dada1@...mosbay.com>
To: David Miller <davem@...emloft.net>
CC: netdev@...r.kernel.org
Subject: [PATCH 3/5] NET : Convert ipv6 route to use the new dst_entry 'next'
pointer
This patch removes the next pointer from 'struct rt6_info.u' union, and
renames u.next to u.dst.rt6_next.
Signed-off-by: Eric Dumazet <dada1@...mosbay.com>
View attachment "ipv6.patch" of type "text/plain" (5678 bytes)