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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 1 Nov 2007 21:45:42 +0100
From:	Bruno Prémont <bonbons@...ux-vserver.org>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: 2.6.23: IPv6 router advertisments missed by kernel

I'm seeing unexpected behavior on my laptop since I updated kernel to 2.6.23.1 
from 2.6.22.1.

My setup:
  Cisco Router <--- [2 vlans] -----> Laptop

On the link two VLANs are active, native vlan is not used.
Laptop nic is:
   Tigon3 [partno(BCM95751m) rev 4201 PHY(5750)] (PCI Express)
   10/100/1000Base-T Ethernet

On laptop I have eth0.500 and eth0.658 as active interfaces (eth0 is just up - 
no address manually assigned) with IPv4 address assigned. IPv6 is only 
enabled on the router for one of both vlans (500).

When booting with 2.6.23.1 the router advertisments coming from the router 
(vlan 500) seem to get ignored by the kernel (they are detected by 2.6.22) 
and only enabling promiscuous mode on eth0 makes the kernel detect the router 
advertisments. (I'm doing "tcpdump icmp6" on the vlan interface)

This looks like it could be caused by changes in regard to handling vlans with 
Tigon3 nic.
A different machine (other nic and no vlans) sees the router advertisments 
correctly with 2.6.23.1. (So I don't expect the cause to be on IPv6 side)

Bruno



Probably relevant .config extract for 2.6.23.1:
  CONFIG_PACKET=y
  CONFIG_UNIX=y
  CONFIG_INET=y
  CONFIG_IP_MULTICAST=y
  CONFIG_IP_ADVANCED_ROUTER=y
  CONFIG_ASK_IP_FIB_HASH=y
  CONFIG_IP_FIB_HASH=y
  CONFIG_IP_MULTIPLE_TABLES=y
  CONFIG_NET_IPGRE=m
  CONFIG_SYN_COOKIES=y
  CONFIG_INET_DIAG=y
  CONFIG_INET_TCP_DIAG=y
  CONFIG_TCP_CONG_CUBIC=y
  CONFIG_DEFAULT_TCP_CONG="cubic"
  CONFIG_IPV6=y
  CONFIG_INET6_TUNNEL=m
  CONFIG_IPV6_TUNNEL=m
  CONFIG_IPV6_MULTIPLE_TABLES=y
  CONFIG_IPV6_SUBTREES=y
  CONFIG_NETFILTER=y

  CONFIG_NETDEVICES=y
  CONFIG_NETDEVICES_MULTIQUEUE=y
  # CONFIG_MACVLAN is not set
  CONFIG_TUN=m
  CONFIG_PHYLIB=m
  CONFIG_BROADCOM_PHY=m
  CONFIG_NET_ETHERNET=y
  CONFIG_MII=y
  CONFIG_NET_PCI=y
  CONFIG_B44=m
  CONFIG_NETDEV_1000=y
  CONFIG_TIGON3=m

Same extract for 2.6.22.1:
  CONFIG_PACKET=y
  CONFIG_UNIX=y
  CONFIG_INET=y
  CONFIG_IP_MULTICAST=y
  CONFIG_IP_ADVANCED_ROUTER=y
  CONFIG_ASK_IP_FIB_HASH=y
  CONFIG_IP_FIB_HASH=y
  CONFIG_IP_MULTIPLE_TABLES=y
  CONFIG_NET_IPGRE=m
  CONFIG_SYN_COOKIES=y
  CONFIG_INET_DIAG=y
  CONFIG_INET_TCP_DIAG=y
  CONFIG_TCP_CONG_CUBIC=y
  CONFIG_DEFAULT_TCP_CONG="cubic"
  CONFIG_IPV6=y
  CONFIG_INET6_TUNNEL=m
  CONFIG_IPV6_TUNNEL=m
  CONFIG_IPV6_MULTIPLE_TABLES=y
  CONFIG_IPV6_SUBTREES=y
  CONFIG_NETFILTER=y

  CONFIG_NETDEVICES=y
  CONFIG_DUMMY=m
  CONFIG_TUN=m
  CONFIG_PHYLIB=m
  CONFIG_BROADCOM_PHY=m
  CONFIG_NET_ETHERNET=y
  CONFIG_MII=y
  CONFIG_NET_PCI=y
  CONFIG_B44=m
  CONFIG_NETDEV_1000=y
  CONFIG_TIGON3=m

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ