summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_mue.c
AgeCommit message (Expand)Author
2021-07-15back out the previous accidental commitnisimura
2021-07-15explanation typonisimura
2020-06-27prop_data_data_nocopy -> prop_data_valuejmcneill
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
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-23s/UBSNET_MII_DECL_DEFAULT/USBNET_MII_DECL_DEFAULT/. from sc.dying.mrg
2019-08-20couple more changes to usbnet(9):mrg
2019-08-19move the check against un_phyno from usbnet back into the driversmrg
2019-08-15port cue(4), mue(4) and url(4) to usbnet(9). diffstat says:mrg
2019-08-01remove unused code and use common ethernet media code where equivalent.mrg
2019-05-29don't use a spin lock, the USB host driver may need to take other locks.mlelstv
2019-05-29mutexes are destroyed unconditionally in detach, so also init themmlelstv
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-26Also destroy the mutex. Thanks chs@ for noticing.mlelstv
2019-05-26usbd_transfer may sleep, add a mutex to prevent a race in mue_start.mlelstv
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2019-03-05 Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changesmsaitoh
2019-03-05Avoid unitialized use warning.martin
2019-02-06Fix sign compare differently; instead of casting from int to unsigned,rin
2019-02-06We cannot use DPRINTF(sc, ...) when sc is not initialized.rin
2019-02-06Fix sign compare.rin
2019-02-06Add ratecheck for TX errors for axen(4) and mue(4).rin
2019-02-06Fix TSO support:rin
2019-02-06Remove unused.rin
2019-02-06SIOC[GS]IFMEDIA are processed in ether_ioctl().rin
2019-02-06Fix NULL checks after dereference.rin
2019-02-06Cosmetic changes; no functional changes.rin
2019-02-06Fix panic when detach or "ifconfig down" for axen(4) and mue(4).rin
2019-02-03Make size of transmit/receive queues variable. Restrict queue size againmlelstv
2019-01-31Add missing callout_destroy() in mue_detach().rin
2019-01-30Fix mue_sethwcsum():rin
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-05Enable multiple outstanding transfers.mlelstv
2018-12-28Define DPRINTF() as __nothing when !USB_DEBUG. Drop excess braces.rin
2018-12-22Fix previous; We also need to turn off IFF_ALLMULTI bit whenrin
2018-12-20Set IFF_ALLMULTI bit appropriately when we fall back to "allmulti".rin
2018-12-11Avoid signed/unsigned comparision (if_mtu is uint64_t)martin
2018-12-11Determine the frame size as a function of MTU.rin
2018-12-11Stop assigning random MAC address when it cannot be obtained from H/W.rin
2018-12-11Support checksum offloading for mue(4) by Robert Swindellsrin
2018-12-04Remove duplicate ;'s. No binary changes intended.rin
2018-09-16Style. No functional changes.rin
2018-09-16Check range of EEPROM address rather truncate implicitly.rin
2018-09-16Correct nonsense message in KASSERTMSG.rin
2018-09-16- Style (total_len ---> totlen).rin
2018-09-16Do not turn on IFF_OACTIVE if transfer fails.rin
2018-09-16Drop wrong KASSERT; we don't need TCP headers here.rin