summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-06-14When a task in iwm(4) obtains an rwlock(9), bail out if the device wasStefan Sperling
2017-06-14Make the iwm(4) ioctl handler wait until the transition to SCAN has completedStefan Sperling
2017-06-14Make iwm(4) wait for the PHY calibration result notification during HW init.Stefan Sperling
2017-06-14Special handling for request 0 clashes with CCB 0Mike Belopuhov
2017-06-14Increase the maximum amount of requests and do some cleanupMike Belopuhov
2017-06-14Hookup hvs(4)Mike Belopuhov
2017-06-14Hyper-V storage driverMike Belopuhov
2017-06-14Add another type of a scatter-gather list operation used by StorVSCMike Belopuhov
2017-06-13Increase WSFONT_NAME_SIZE size, this will allow storing longer fontFrederic Cambus
2017-06-12Limit the maximum size of softraid crypto volumes that can be created toJoel Sing
2017-06-12Upon failure, only return zero from the softraid ioctl handler when thereJoel Sing
2017-06-12Fix another long standing softraid crypto bug where if all 32 keys are inJoel Sing
2017-06-12Factor out and reuse the code that frees the crypto sessions, instead ofJoel Sing
2017-06-12Fix a long standing off-by-one bug in the softraid crypto number of keysJoel Sing
2017-06-12specify free() size from the old allocation, not new allocation.Theo de Raadt
2017-06-12ifq_start does OACTIVE and RUNNING checks for the driverMike Belopuhov
2017-06-12typo; from bryan vyhmeisterTheo de Raadt
2017-06-12From FreeBSD (r227593, r307982):Kevin Lo
2017-06-11integer overflow for two range checksTheo de Raadt
2017-06-10Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are testedKevin Lo
2017-06-09Fill RX ring during init and bail early on send if OACTIVE is setMike Belopuhov
2017-06-09Remove a WAITOK that has sneaked inMike Belopuhov
2017-06-09Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fitMike Belopuhov
2017-06-09Introduce iwm_nic_assert_locked() to verify that the driver has correctlyStefan Sperling
2017-06-09Fix the resume code path in iwm(4) to no longer call iwm_stop() beforeStefan Sperling
2017-06-08make the gem tx path MPSAFE.David Gwynne
2017-06-07Acquire submit queue mutex only once per xbf_complete_cmd invocationMike Belopuhov
2017-06-06Set the weak variant of hysteresis as default.Ulf Brosziewski
2017-06-06Rewrite the driver to handle 64kb transfersMike Belopuhov
2017-06-06Call xbf_intr for polled transfers that can't sleepMike Belopuhov
2017-06-06Add support for tap gestures.Ulf Brosziewski
2017-06-06Provide sufficient info in error messages to identifyKenneth R Westerback
2017-06-06Regen.Kevin Lo
2017-06-06Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1.Kevin Lo
2017-06-05use byte swapping loads and stores.David Gwynne
2017-06-04fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@Christian Weisgerber
2017-06-04Remove unused function, as pointed out by clang. ok deraadt@ kettenis@Christian Weisgerber
2017-06-04Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.Mark Kettenis
2017-06-04Switch the TTM code over to the generic DRM VMA manager.Mark Kettenis
2017-06-04update link to Ken Kato's vmware backdoor protocol documentationJonathan Matthew
2017-06-04use htolem32 and lemtoh32 instead of htole32 and letoh32.David Gwynne
2017-06-03vioblk/virtio: Re-arrange some struct membersStefan Fritsch
2017-06-02Perform grant table page allocation outside of the table mutexMike Belopuhov
2017-06-02regenMark Kettenis
2017-06-02Intel HD Graphics 510.Mark Kettenis
2017-06-02Remove a bogus run_read() call about getting MAC version.Kevin Lo
2017-06-02When iwm(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02When iwn(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02Attach the xhci(4) FDT driver to the generic-xhci compatible as well.Patrick Wildt
2017-06-02handle 64bit dva in the tx path as well as the rx path.David Gwynne