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