summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_udav.c
AgeCommit message (Expand)Author
2022-08-20udav(4): Prune dead branch: legacy IFF_ALLMULTI is never set here.riastradh
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: Simplify return of usbnet_init_rx_tx.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-03udav(4): Stop asserting !usbnet_isdying.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-03usbnet: Take the core lock around uno_mcast.riastradh
2022-03-03usbnet drivers: No need for usbnet_busy during attach.riastradh
2022-03-03usbnet drivers: No need for usbnet_busy in uno_mcast.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
2021-04-02Call usbnet_attach before usbnet_{lock_core,busy}skrll
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-07Localify, constify.maxv
2019-10-07Avoid a warningskrll
2019-08-23s/UBSNET_MII_DECL_DEFAULT/USBNET_MII_DECL_DEFAULT/. from sc.dying.mrg
2019-08-20couple more changes to usbnet(9):mrg
2019-08-16make the default debug level zero.mrg
2019-08-15- usbnet_rx_loop_cb's usbd_xfer parameter is never used and availablemrg
2019-08-14introduce usbnet_set_dying(). will be used by url(4) conversion.mrg
2019-08-11Appease module buildskrll
2019-08-10reduce the scope of struct usbnet:mrg
2019-08-09switch to usbnet as softc, using un_flags.mrg
2019-08-09update usbnet some:mrg
2019-08-07Compare against 0 for missing endpoint. From mrg@skrll
2019-08-07Convert udav(4) to usbnet. Based on a diff from mrg@skrll
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-No functional change:msaitoh
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
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 in udav(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
2017-01-12Appease coverity which is having nightmares about strings not beingmaya
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r