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_aue.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
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
aue(4): Simplify. No functional change.
riastradh
2022-03-03
aue(4): Enable rx/tx registers on init before usbnet_init_rx_tx.
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: Stop abusing ifp->if_flags & IFF_ALLMULTI.
riastradh
2022-03-03
usbnet drivers: Omit needless uno_mcast locked subroutines.
riastradh
2022-03-03
aue(4): Reduce aue_uno_mcast from aue_uno_init to aue_setiff_locked.
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_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
2020-03-18
This was still not correct,. USB_DEBUG is what mattered, not AUE_DEBUG,
kre
2020-03-18
Make this compilable w/o AUE_DEBUG
martin
2020-03-18
define un (pointed out by kre@)
christos
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-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-14
more changes from sc.dying in PR/55068
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-23
convert aue(4) to usbnet(9).
mrg
2019-08-22
- move software parts into if_aue.c.
mrg
2019-08-22
fix more kernhist vs 32 bit issues.
mrg
2019-08-22
like most things: turn debug off by default, sysctl to enable
mrg
2019-08-22
usbhist(9):
mrg
2019-08-07
Fix panic when setting multicast addresses. Write the hash table outside of
msaitoh
2019-08-01
remove unused code and use common ethernet media code where equivalent.
mrg
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
-No functional change:
msaitoh
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2019-04-22
These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA and
msaitoh
2019-04-11
Fix a bug that the duplex of manual media setting may be wrong
msaitoh
2019-03-12
Use pmf(9).
msaitoh
2019-01-22
Update a comment
skrll
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 on detach in aue(4).
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
[next]