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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 07 Jan 2009 13:15:50 +0100
From:	frank.blaschka@...ibm.com
To:	davem@...emloft.net
Cc:	netdev@...r.kernel.org, linux-s390@...r.kernel.org
Subject: [patch 0/2] vlan, qeth: neigh_setup

Hi Dave,

the qeth_l3 driver uses the neigh_setup function to turn off ARP for
IPv4. But since the vlan driver does not support a neigh_setup
function I had to add an ugly hack to the qeth_l3_add_vid function
(set the neigh_setup function of the vlan device to the function of
the real device). With the new net_device_ops this hack will not work
any longer so I want to add neigh_setup to the vlan driver.

Following patches add the neigh_setup to vlan and change qeth to
use the net_device_ops. Do you see any problems?

Or is there a better way to turn off ARP for IPv4 (we still need
neighbour solicitation for IPv6 so IFF_NOARP is no option)?

Thanks,
        Frank

-- 
--
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