summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_mue.c
AgeCommit message (Expand)Author
2022-10-31fix various typos in comments and one output message.andvar
2022-08-20usbnet(9): New usbnet_ispromisc(un).riastradh
2022-03-03usbnet: Omit needless detachcv name parameter to usbnet_attach.riastradh
2022-03-03usbnet: Factor usbnet_init_rx_tx out into usbnet_if_init.riastradh
2022-03-03usbnet drivers: Prune dead IFF_RUNNING branches in *_uno_init.riastradh
2022-03-03usbnet drivers: Omit needless isdying tests in *_uno_init.riastradh
2022-03-03usbnet drivers: Omit needless usbnet core lock and assertions.riastradh
2022-03-03usbnet drivers: Avoid undefined behaviour if read reg fails.riastradh
2022-03-03usbnet drivers: Assert IFNET_LOCKED in if ioctl routines.riastradh
2022-03-03usbnet drivers: Omit redundant multicast filter update on init.riastradh
2022-03-03usbnet drivers: Stop abusing ifp->if_flags & IFF_ALLMULTI.riastradh
2022-03-03usbnet drivers: Omit needless uno_mcast locked subroutines.riastradh
2022-03-03usbnet: Take the core lock around uno_mcast.riastradh
2022-03-03usbnet drivers: Omit needless uno_init locked subroutines.riastradh
2022-03-03usbnet drivers: No need for usbnet_busy in uno_ioctl.riastradh
2022-03-03usbnet drivers: No need for usbnet_busy in uno_mcast.riastradh
2022-03-03usbnet drivers: No need for usbnet_busy in uno_init.riastradh
2022-03-03usbnet: Split multicast filter reprogramming into separate operation.riastradh
2022-03-03usbnet drivers: Stop timeout loops early if device is detaching.riastradh
2022-03-03usbnet: Enter uno_init with the core lock held.riastradh
2022-03-03axen(4), mue(4), smsc(4): Omit irrelevant cases in ioctl.riastradh
2021-07-15back out the previous accidental commitnisimura
2021-07-15explanation typonisimura
2020-06-27prop_data_data_nocopy -> prop_data_valuejmcneill
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-07Localify, constify.maxv
2019-08-23s/UBSNET_MII_DECL_DEFAULT/USBNET_MII_DECL_DEFAULT/. from sc.dying.mrg
2019-08-20couple more changes to usbnet(9):mrg
2019-08-19move the check against un_phyno from usbnet back into the driversmrg
2019-08-15port cue(4), mue(4) and url(4) to usbnet(9). diffstat says:mrg
2019-08-01remove unused code and use common ethernet media code where equivalent.mrg
2019-05-29don't use a spin lock, the USB host driver may need to take other locks.mlelstv
2019-05-29mutexes are destroyed unconditionally in detach, so also init themmlelstv
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-26Also destroy the mutex. Thanks chs@ for noticing.mlelstv
2019-05-26usbd_transfer may sleep, add a mutex to prevent a race in mue_start.mlelstv
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2019-03-05 Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changesmsaitoh
2019-03-05Avoid unitialized use warning.martin
2019-02-06Fix sign compare differently; instead of casting from int to unsigned,rin
2019-02-06We cannot use DPRINTF(sc, ...) when sc is not initialized.rin
2019-02-06Fix sign compare.rin
2019-02-06Add ratecheck for TX errors for axen(4) and mue(4).rin
2019-02-06Fix TSO support:rin
2019-02-06Remove unused.rin
2019-02-06SIOC[GS]IFMEDIA are processed in ether_ioctl().rin
2019-02-06Fix NULL checks after dereference.rin