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
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
2019-02-06
Cosmetic changes; no functional changes.
rin
2019-02-06
Fix panic when detach or "ifconfig down" for axen(4) and mue(4).
rin
2019-02-03
Make size of transmit/receive queues variable. Restrict queue size again
mlelstv
2019-01-31
Add missing callout_destroy() in mue_detach().
rin
2019-01-30
Fix mue_sethwcsum():
rin
2019-01-22
Change MII PHY read/write API from:
msaitoh
2019-01-05
Enable multiple outstanding transfers.
mlelstv
2018-12-28
Define DPRINTF() as __nothing when !USB_DEBUG. Drop excess braces.
rin
2018-12-22
Fix previous; We also need to turn off IFF_ALLMULTI bit when
rin
2018-12-20
Set IFF_ALLMULTI bit appropriately when we fall back to "allmulti".
rin
2018-12-11
Avoid signed/unsigned comparision (if_mtu is uint64_t)
martin
2018-12-11
Determine the frame size as a function of MTU.
rin
2018-12-11
Stop assigning random MAC address when it cannot be obtained from H/W.
rin
2018-12-11
Support checksum offloading for mue(4) by Robert Swindells
rin
2018-12-04
Remove duplicate ;'s. No binary changes intended.
rin
2018-09-16
Style. No functional changes.
rin
2018-09-16
Check range of EEPROM address rather truncate implicitly.
rin
2018-09-16
Correct nonsense message in KASSERTMSG.
rin
2018-09-16
- Style (total_len ---> totlen).
rin
2018-09-16
Do not turn on IFF_OACTIVE if transfer fails.
rin
2018-09-16
Drop wrong KASSERT; we don't need TCP headers here.
rin
[next]