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_url.c
Age
Commit message (
Expand
)
Author
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
url(4): Inline call to url_uno_stop -- alias for url_reset.
riastradh
2022-03-03
usbnet drivers: From *_uno_init, call *_uno_stop, not usbnet_stop.
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: Omit redundant multicast filter update on init.
riastradh
2022-03-03
usbnet: Apply hardware multicast filter updates synchronously again.
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 during attach.
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
usbnet: Remove usbnet_set_dying.
riastradh
2020-04-02
iron out multicast filter logic and pick better name for its work
nisimura
2020-03-15
Define and implement a locking protocol for the ifmedia / mii layers:
thorpej
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
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-30
don't try to set dying when we haven't usbnet_attach()d yet.
mrg
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-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-07-21
remove unused structure members. this brings most <foo>_chain and
mrg
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
-No functional change:
msaitoh
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2019-03-08
Use pmf(9).
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-08-02
Fix usb_rem_task_wait API.
riastradh
2018-07-29
Use callout_halt and usb_rem_task_wait in url(4) detach.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2017-01-12
Appease coverity which is having nightmares about strings not being
maya
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-11-25
+#include "opt_usb.h"
skrll
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-04-23
Merge nick-nhusb
skrll
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
[next]