summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2017-06-02only update the tx descriptors high address if it changes.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01Defering some processing to the soft-interrupt handler introduced aMartin Pieuchot
2017-05-31Implement support for missed beacon notifications in iwn(4).Stefan Sperling
2017-05-31another place to use ieee80211_min_basic_rate() to select the minimum tx ratePeter Hessler
2017-05-31add ieee80211_min_basic_rate() to iwm(4), to select the lowest availablePeter Hessler
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-31virtio_pci: Support IPL_MPSAFE interrupt handlersStefan Fritsch