freebsd-dev/sys/dev/usb/net
Eric Joyner 74954211d6 net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST
Some places in network code may need to verify that an ethernet address
is not the 'zero' address. Provide a standard macro ETHER_IS_ZERO for
this purpose, similar to the ETHER_IS_BROADCAST macro already available.

This patch also removes previous ETHER_IS_ZERO definitions in several
USB ethernet drivers, in favor of this centrally-located macro.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>

Submitted by:	Jacob Keller <jacob.e.keller@intel.com>
Reviewed by:	erj@
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D21240
2019-11-05 00:12:21 +00:00
..
if_aue.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:32:28 +00:00
if_auereg.h
if_axe.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:32:08 +00:00
if_axereg.h
if_axge.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:31:57 +00:00
if_axgereg.h
if_cdce.c Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4). 2019-07-10 05:45:50 +00:00
if_cdceem.c Add cdceem(4) driver, for virtual ethernet devices compliant 2019-08-07 18:14:45 +00:00
if_cdcereg.h
if_cue.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:31:43 +00:00
if_cuereg.h
if_ipheth.c
if_iphethvar.h
if_kue.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:31:28 +00:00
if_kuefw.h
if_kuereg.h
if_mos.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:30:44 +00:00
if_mosreg.h
if_muge.c net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST 2019-11-05 00:12:21 +00:00
if_mugereg.h muge: update FDT LED configuration 2019-05-20 19:31:49 +00:00
if_rue.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:30:06 +00:00
if_ruereg.h
if_smsc.c net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST 2019-11-05 00:12:21 +00:00
if_smscreg.h
if_udav.c Convert to if_foreach_llmaddr() KPI. 2019-10-14 20:29:32 +00:00
if_udavreg.h
if_ure.c net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST 2019-11-05 00:12:21 +00:00
if_urereg.h Fix URE_WDT6_SET_MODE value in the register definition. 2019-04-08 13:40:46 +00:00
if_urndis.c Add support for tethering with Nokia 7 plus and the alike. 2019-07-28 21:47:04 +00:00
if_urndisreg.h
if_usie.c Widen NET_EPOCH coverage. 2019-10-07 22:40:05 +00:00
if_usievar.h
ruephy.c
ruephyreg.h
uhso.c Widen NET_EPOCH coverage. 2019-10-07 22:40:05 +00:00
usb_ethernet.c Widen NET_EPOCH coverage. 2019-10-07 22:40:05 +00:00
usb_ethernet.h Use mbuf queue instead of ifqueue in USB network drivers. 2019-08-30 00:05:04 +00:00