summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbnet.c
AgeCommit message (Expand)Author
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-04-25Sample # of TX packets as entropy source.rin
2021-03-01reduce aprint_error(9) abusejakllsch
2020-08-28usbnet: Reject buflen>MCLBYTES in usbnet_newbuf.riastradh
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-13PR/55068: sc.dying: Fix printf formats:christos
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-14Don't assume mii is not null here. Some drivers like urndis don't usemaya
2019-12-03Fix inequality for refcnt drain: -1 here means all refs gone.riastradh
2019-12-03Fix order of nulling un->un_pri->unp_ec.ec_mii.riastradh
2019-11-06add a note about ifnet lock vs usbnet locks.mrg
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-09-09document usbnet_private locking. minor knf.mrg
2019-09-08normalise an error message.mrg
2019-09-08- use CALLARGS vs CALLED for better usbhistmrg
2019-08-29fix a lock hang reported by sc.dying in PR#54495.mrg
2019-08-28in usbnet_detach(), check both that the private pointer hasmrg
2019-08-23- remove unused uncd_rx_cntmrg
2019-08-20couple more changes to usbnet(9):mrg
2019-08-20properly fix the kernhist calls.mrg
2019-08-19move the check against un_phyno from usbnet back into the driversmrg
2019-08-19add USBHIST_CALLARGS() frontend to KERNHIST_CALLARGS().mrg
2019-08-18fix a think-o in the previous: don't return when saving the first error.mrg
2019-08-18update usbnet slight:mrg
2019-08-16internal to usbnet: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-11don't set dv_private. it's a bad pattern and only didn'tmrg
2019-08-11- use usbnet_isowned*() moremrg
2019-08-10reduce the scope of struct usbnet:mrg
2019-08-09update usbnet some:mrg
2019-08-07Don't tell userland about ENETRESET even if a usbnet driver didn't definemaya
2019-08-07fix two issues, found by maya@ while testing urndis:mrg
2019-08-07Many years ago someone created a new __link_set_sysctl_funcs to holdpgoyette
2019-08-06for ethernet usb network devices, print the mac addr in usbnet.mrg
2019-08-06extend usbnet to cope with if_upl, if_smsc, and if_umb needs:mrg
2019-08-04- adjust usbnet interface to allow usbd_open_pipe_intr(), from themrg
2019-08-03Trailing white spaceskrll
2019-07-31couple of minor API updates:mrg
2019-07-31introduce a library of common code / backends to share code betweenmrg