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
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
2019-08-11
don't set dv_private. it's a bad pattern and only didn't
mrg
2019-08-11
- use usbnet_isowned*() more
mrg
2019-08-10
reduce the scope of struct usbnet:
mrg
2019-08-09
update usbnet some:
mrg
2019-08-07
Don't tell userland about ENETRESET even if a usbnet driver didn't define
maya
2019-08-07
fix two issues, found by maya@ while testing urndis:
mrg
2019-08-07
Many years ago someone created a new __link_set_sysctl_funcs to hold
pgoyette
2019-08-06
for ethernet usb network devices, print the mac addr in usbnet.
mrg
2019-08-06
extend usbnet to cope with if_upl, if_smsc, and if_umb needs:
mrg
2019-08-04
- adjust usbnet interface to allow usbd_open_pipe_intr(), from the
mrg
2019-08-03
Trailing white space
skrll
2019-07-31
couple of minor API updates:
mrg
2019-07-31
introduce a library of common code / backends to share code between
mrg