| 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: From *_uno_init, call *_uno_stop, not usbnet_stop. | 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 | axen(4): Use axen mii read/write reg routines, not usbnet ones. | riastradh |
| 2022-03-03 | usbnet drivers: Assert IFNET_LOCKED in if ioctl routines. | 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: Omit needless uno_mcast locked subroutines. | 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 during attach. | riastradh |
| 2022-03-03 | usbnet drivers: No need for usbnet_busy in uno_ioctl. | riastradh |
| 2022-03-03 | usbnet drivers: No need for usbnet_busy in uno_mcast. | 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: Enter uno_init with the core lock held. | riastradh |
| 2022-03-03 | axen(4), mue(4), smsc(4): Omit irrelevant cases in ioctl. | riastradh |
| 2020-03-15 | Define and implement a locking protocol for the ifmedia / mii layers: | thorpej |
| 2020-03-14 | revert the 0x% -> %# change for fixed width formats pointed out by uwe. | christos |
| 2020-03-13 | PR/55068: sc.dying: Fix printf formats: | christos |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-15 | Use a define instead of a magic constant. NFCI. | skrll |
| 2020-01-07 | Localify, constify. | maxv |
| 2019-08-23 | s/UBSNET_MII_DECL_DEFAULT/USBNET_MII_DECL_DEFAULT/. from sc.dying. | mrg |
| 2019-08-20 | couple more changes to usbnet(9): | mrg |
| 2019-08-19 | move the check against un_phyno from usbnet back into the drivers | mrg |
| 2019-08-15 | - usbnet_rx_loop_cb's usbd_xfer parameter is never used and available | mrg |
| 2019-08-14 | introduce usbnet_set_dying(). will be used by url(4) conversion. | mrg |
| 2019-08-11 | Appease module build | skrll |
| 2019-08-11 | copy a pattern from if_udav.c, which already had "too much" check. | mrg |
| 2019-08-11 | in tx_prepare callback make sure to reject any mbuf that is larger | mrg |
| 2019-08-10 | reduce the scope of struct usbnet: | mrg |
| 2019-08-09 | use new un_flags member of usbnet: | mrg |
| 2019-08-09 | update usbnet some: | mrg |
| 2019-08-06 | for ethernet usb network devices, print the mac addr in usbnet. | mrg |
| 2019-08-06 | extend usbnet to cope with if_upl, if_smsc, and if_umb needs: | mrg |
| 2019-08-05 | Typo in error message | skrll |
| 2019-08-04 | - adjust usbnet interface to allow usbd_open_pipe_intr(), from the | mrg |
| 2019-07-31 | couple of minor API updates: | mrg |
| 2019-07-31 | introduce a library of common code / backends to share code between | mrg |
| 2019-07-15 | minor white space adjustments. | mrg |
| 2019-06-28 | more smp cleanup for ure(4)/axen(4)/cdce(4): | mrg |
| 2019-06-22 | wrap axen_iff() with axen_iff_locked(). | mrg |
| 2019-06-22 | mark this driver MPSAFE for usb tasks and pipes, if(4), and callouts. | mrg |
| 2019-06-22 | re-apply rev 1.44 with a minor bug fix in axen_tick_task(). | mrg |
| 2019-06-22 | revert the previous. | mrg |