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:	Wed, 16 Jul 2008 11:43:32 +0200
From:	Patrick McHardy <kaber@...sh.net>
To:	Jeff Garzik <jgarzik@...ox.com>
CC:	Linux Netdev List <netdev@...r.kernel.org>,
	"Kirsher, Jeffrey T" <jeffrey.t.kirsher@...el.com>,
	"Brandeburg, Jesse" <jesse.brandeburg@...el.com>,
	"Allan, Bruce W" <bruce.w.allan@...el.com>,
	Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...el.com>,
	"Ronciak, John" <john.ronciak@...el.com>
Subject: [PATCH 0/2]: VLAN filtering fixes

These two patches contain the last bits of my VLAN + tcpdump fixes.
Currently some (all?) drivers have inconsistent behaviour wrt. VLAN
filtering and promiscous mode:

They start with disabled VLAN filtering, meaning all VLAN packets
are received on packet sockets. When adding the first VLAN, VLAN
filtering is enabled and only packets for locally configured VLANs
are received, even in promiscous mode. In most cases VLAN filtering
is disabled again when removing the last VLAN, igxbe keeps it enabled
permanently however.

These patches change the Intel drivers to always enable VLAN filtering
while not in promiscous mode since there is little point in receiving
VLAN packets while nothing is interested in them, but disable filtering
while in promiscous mode so all VLANs are visible to packet sockets.

There are four more drivers that support VLAN filtering that I didn't
adapt to this behaviour since I'm not sure about what exactly they
currently do. All four of tehuti, starfire, ehea and via-velocity
have a flag for the hardware to enable promiscous mode, its unknown
to me whether this also automatically disables VLAN filtering.
Any information on this someone might have is appreciated.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ