summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-03-11Workaround an Azure UDP transmit checksum offloading bugMike Belopuhov
2018-03-10raise bnx(4)'s rxring lwm to 16, ok deraadtStuart Henderson
2018-03-10match two more copper i210 idsJonathan Gray
2018-03-10regenJonathan Gray
2018-03-10Add ids for Ice Lake and Cannon Lake Ethernet and some more I210 ids.Jonathan Gray
2018-03-10Add another ICH10 em(4). From John the.cheeze at gmail.Jonathan Gray
2018-03-10regenJonathan Gray
2018-03-10Add another ICH10 em(4). From John the.cheeze at gmail.Jonathan Gray
2018-03-09SyncKevin Lo
2018-03-09Add USB device IDs for Edimax EW7611ULB, EW7822ULC, RTL8723BU, andKevin Lo
2018-03-08Implement the VMWare vmbackup protocol using vfs_stall(). This lets youJonathan Matthew
2018-03-07Replace non-functioning checks for use of the usb memory block allocator inJonathan Matthew
2018-03-05Move completed transfer descriptors to the freelist before callingJonathan Matthew
2018-02-28Ignore 'fseq version mismatch' notifications from 8265 iwm(4) firmware.Stefan Sperling
2018-02-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
2018-02-27Add RTL8211F support. Loosely based on the FreeBSD driver.Mark Kettenis
2018-02-27Release the netlock when sleeping for control messages in in vioioctl().Martin Pieuchot
2018-02-26Add RK3328 support.Mark Kettenis
2018-02-26Fix typo in previous commit.Mark Kettenis
2018-02-26Support dumping isochronous frames via bpf(4) using the USBPcap protocol.Martin Pieuchot
2018-02-26regenccardenas
2018-02-26Add devices found on thinkpad e475 with an AMD A10-9600Pccardenas
2018-02-25Add RK805 support.Mark Kettenis
2018-02-25Add RK3328 support.Mark Kettenis
2018-02-25More RK3328 clocks.Mark Kettenis
2018-02-25RK3328 support.Mark Kettenis
2018-02-25Initial RK3328 clocks.Mark Kettenis
2018-02-25Don't pass our configured SSID to iwm(4) firmware during a background scan.Stefan Sperling
2018-02-25My previous commit to iwn(4) broke the scan loop.Stefan Sperling
2018-02-25Typo: auxilliary -> auxiliaryPhilip Guenther
2018-02-24RK3328 support.Mark Kettenis
2018-02-24Add bcmrng(4), a driver for the random number generator on the Raspberry Pi.Mark Kettenis
2018-02-24fix pastoMark Kettenis
2018-02-24Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi.Mark Kettenis
2018-02-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
2018-02-23regenDavid Gwynne
2018-02-23masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devsDavid Gwynne
2018-02-21match linux whitespace in ioctl listJonathan Gray
2018-02-20stop mixing bsd and c99 fixed width types and just use c99 types everywhereJonathan Gray
2018-02-20Set the chain_offset field (same as sgl_offset0, only in 16 byte units)Jonathan Matthew
2018-02-19Add a default case to a usb_tap() switch statement which mpi@ says willJonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2018-02-11Use the new APIs for setting block lengths and reading from/writing toPatrick Wildt
2018-02-11Add sdmmc_io_set_blocklen() which allows to set the block length of anPatrick Wildt
2018-02-11Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as anPatrick Wildt
2018-02-11Copy the scan results into a new buffer to re-align the data so that wePatrick Wildt
2018-02-11Since the BCDC header has a variable data offset, so the ethernet packetPatrick Wildt
2018-02-11Update the packet header length as well as the mbuf length onPatrick Wildt
2018-02-10Add AXP803 support.Mark Kettenis