]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct the multicast handling in the E1000 drivers as was
authorJack F Vogel <jfv@FreeBSD.org>
Wed, 3 Apr 2013 23:39:54 +0000 (23:39 +0000)
committerJack F Vogel <jfv@FreeBSD.org>
Wed, 3 Apr 2013 23:39:54 +0000 (23:39 +0000)
commit3b0b7ffbb9f21263f90c257e96e25ef1d665f6db
treea3a6d2b2b62dca67f128c47313873d022628d100
parent3b6e39d44563270d977da215bda8819d767e32f5
Correct the multicast handling in the E1000 drivers as was
done in ixgbe, thanks to Mike Karels for this fix. When exiting
promiscuous mode MPE bit was being unconditionally cleared, this
should not be done if we are in MAX multicast groups.
sys/dev/e1000/if_em.c
sys/dev/e1000/if_igb.c
sys/dev/e1000/if_lem.c