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
/
usbnet.c
Age
Commit message (
Expand
)
Author
2022-03-03
usbnet: Uncomment and fix assertion for ifp->if_flags |= IFF_RUNNING.
riastradh
2022-03-03
usbnet: Don't issue a detach event if we never issued an attach one.
riastradh
2022-03-03
usbnet: Make detach order reverse attach order, for unp_stat_ch.
riastradh
2022-03-03
usbnet: Detach interface and mii before waiting for refcnt to drain.
riastradh
2022-03-03
usbnet: Omit needless callout_halt and usb_rem_task_wait.
riastradh
2022-03-03
usbnet: Refuse to bring interfaces back up once dying.
riastradh
2022-03-03
usbnet: Assert IFNET_LOCKED in usbnet_media_upd.
riastradh
2022-03-03
usbnet: Fix ordering of actions in usbnet_stop.
riastradh
2022-03-03
usbnet: Remove usbnet_set_dying.
riastradh
2022-03-03
usbnet: Omit needless unp == NULL test in usbnet_tick_task.
riastradh
2022-03-03
usbnet: Don't check if_flags for IFF_RUNNING in usbnet_pipe_intr.
riastradh
2022-03-03
usbnet: Don't check if_flags for IFF_RUNNING in usbnet_rxeof.
riastradh
2022-03-03
usbnet: Assert IFNET_LOCKED in usbnet_init_rx_tx, usbnet_stop.
riastradh
2022-03-03
usbnet: Assert IFNET_LOCKED on if_flags change callbacks.
riastradh
2022-03-03
usbnet: Ensure access to unp_timer is protected by unp_txlock.
riastradh
2022-03-03
usbnet: Ensure ifp->if_softc is initialized _before_ publishing ifp.
riastradh
2022-03-03
usbnet: Take IFNET_LOCK around access to if_flags in usbnet_detach.
riastradh
2022-03-03
usbnet: Set and clear IFF_RUNNING slightly earlier and later.
riastradh
2022-03-03
usbnet: Simplify usbnet_isdying.
riastradh
2022-01-29
usbnet: Defer hardware multicast filter updates to USB task.
riastradh
2021-12-11
remove clause 3 from all my licenses that aren't conflicting with
mrg
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-04-25
Sample # of TX packets as entropy source.
rin
2021-03-01
reduce aprint_error(9) abuse
jakllsch
2020-08-28
usbnet: Reject buflen>MCLBYTES in usbnet_newbuf.
riastradh
2020-03-15
Define and implement a locking protocol for the ifmedia / mii layers:
thorpej
2020-03-14
fix more broken kernhist formats (now I got them all).
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2020-02-04
Use ifmedia_fini().
thorpej
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-12-14
Don't assume mii is not null here. Some drivers like urndis don't use
maya
2019-12-03
Fix inequality for refcnt drain: -1 here means all refs gone.
riastradh
2019-12-03
Fix order of nulling un->un_pri->unp_ec.ec_mii.
riastradh
2019-11-06
add a note about ifnet lock vs usbnet locks.
mrg
2019-09-13
if_flags is neither int nor short. It's unsigned short.
msaitoh
2019-09-09
document usbnet_private locking. minor knf.
mrg
2019-09-08
normalise an error message.
mrg
2019-09-08
- use CALLARGS vs CALLED for better usbhist
mrg
2019-08-29
fix a lock hang reported by sc.dying in PR#54495.
mrg
2019-08-28
in usbnet_detach(), check both that the private pointer has
mrg
2019-08-23
- remove unused uncd_rx_cnt
mrg
2019-08-20
couple more changes to usbnet(9):
mrg
2019-08-20
properly fix the kernhist calls.
mrg
2019-08-19
move the check against un_phyno from usbnet back into the drivers
mrg
2019-08-19
add USBHIST_CALLARGS() frontend to KERNHIST_CALLARGS().
mrg
2019-08-18
fix a think-o in the previous: don't return when saving the first error.
mrg
2019-08-18
update usbnet slight:
mrg
2019-08-16
internal to usbnet:
mrg
2019-08-15
- usbnet_rx_loop_cb's usbd_xfer parameter is never used and available
mrg
2019-08-14
introduce usbnet_set_dying(). will be used by url(4) conversion.
mrg
[prev]
[next]