summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
AgeCommit message (Expand)Author
2022-08-20usbnet(9): New usbnet_ispromisc(un).riastradh
2022-03-03usbnet: Omit needless detachcv name parameter to usbnet_attach.riastradh
2022-03-03usbnet: Factor usbnet_init_rx_tx out into usbnet_if_init.riastradh
2022-03-03usbnet drivers: Prune dead IFF_RUNNING branches in *_uno_init.riastradh
2022-03-03usbnet drivers: Omit needless isdying tests in *_uno_init.riastradh
2022-03-03usbnet drivers: Omit needless usbnet core lock and assertions.riastradh
2022-03-03usbnet drivers: Avoid undefined behaviour if read reg fails.riastradh
2022-03-03aue(4): Simplify. No functional change.riastradh
2022-03-03aue(4): Enable rx/tx registers on init before usbnet_init_rx_tx.riastradh
2022-03-03usbnet drivers: Omit redundant multicast filter update on init.riastradh
2022-03-03usbnet: Apply hardware multicast filter updates synchronously again.riastradh
2022-03-03usbnet drivers: Stop abusing ifp->if_flags & IFF_ALLMULTI.riastradh
2022-03-03usbnet drivers: Omit needless uno_mcast locked subroutines.riastradh
2022-03-03aue(4): Reduce aue_uno_mcast from aue_uno_init to aue_setiff_locked.riastradh
2022-03-03usbnet: Take the core lock around uno_mcast.riastradh
2022-03-03usbnet drivers: Omit needless uno_init locked subroutines.riastradh
2022-03-03usbnet drivers: No need for usbnet_busy in uno_init.riastradh
2022-03-03usbnet: Split multicast filter reprogramming into separate operation.riastradh
2022-03-03usbnet drivers: Stop timeout loops early if device is detaching.riastradh
2022-03-03usbnet: Enter uno_init with the core lock held.riastradh
2020-03-18This was still not correct,. USB_DEBUG is what mattered, not AUE_DEBUG,kre
2020-03-18Make this compilable w/o AUE_DEBUGmartin
2020-03-18define un (pointed out by kre@)christos
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-03-14fix more broken kernhist formats (now I got them all).christos
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-14more changes from sc.dying in PR/55068christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-07Localify, constify.maxv
2019-08-23convert aue(4) to usbnet(9).mrg
2019-08-22- move software parts into if_aue.c.mrg
2019-08-22fix more kernhist vs 32 bit issues.mrg
2019-08-22like most things: turn debug off by default, sysctl to enablemrg
2019-08-22usbhist(9):mrg
2019-08-07 Fix panic when setting multicast addresses. Write the hash table outside ofmsaitoh
2019-08-01remove 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-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-04-22 These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA andmsaitoh
2019-04-11 Fix a bug that the duplex of manual media setting may be wrongmsaitoh
2019-03-12 Use pmf(9).msaitoh
2019-01-22Update a commentskrll
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-08-02Fix usb_rem_task_wait API.riastradh
2018-07-29Use 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 backwardmsaitoh
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll