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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 29 Oct 2007 18:07:10 +0800 From: "Li Yang-r58472" <LeoLi@...escale.com> To: "Jeff Garzik" <jeff@...zik.org>, <joakim.tjernlund@...nsmode.se> Cc: "Netdev" <netdev@...r.kernel.org> Subject: RE: [PATCH] Fix ethernet multicast for ucc_geth. > > @@ -2255,19 +2253,10 @@ static void > ucc_geth_set_multi(struct net_device *dev) > > if (!(dmi->dmi_addr[0] & 1)) > > continue; > > > > - /* The address in dmi_addr is LSB first, > > - * and taddr is MSB first. We have to > > - * copy bytes MSB first from dmi_addr. > > - */ > > - mcptr = (u8 *) dmi->dmi_addr + 5; > > - tdptr = (u8 *) tempaddr; > > - for (j = 0; j < 6; j++) > > - *tdptr++ = *mcptr--; > > - > > /* Ask CPM to run CRC and set bit in > > * filter mask. > > */ > > - hw_add_addr_in_hash(ugeth, tempaddr); > > + hw_add_addr_in_hash(ugeth, > dmi->dmi_addr); > > did the maintainer ever ACK this? Yes, I did. :) - Leo - 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