summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-11-07Prevent a potential stack buffer overrun when a urtwn(4) deviceStefan Sperling
2017-11-04Interface counters should only increment.Florian Obser
2017-11-02Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.Martin Pieuchot
2017-10-29IFF_NOARP has no effect if the interface don't use ether_input() norMartin Pieuchot
2017-10-28Add the compat-mode setup for wsmouse.Ulf Brosziewski
2017-10-28Adapt the Elantech handlers (v1-3) to the new wsmouse infrastructure.Ulf Brosziewski
2017-10-27Replace ancient DELAY inherited from Mach and the associated scaryMartin Pieuchot
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-23Even if a USB transfer fails, call umb_start() so that processingGerhard Roth
2017-10-22It's time I claimed proper copyright on this.Stefan Sperling
2017-10-22In iwm(4), allocate command response buffers dynamically in a ringStefan Sperling
2017-10-21Even though letting the firmware handle the handshake is nice fromPatrick Wildt
2017-10-21Initialize all fields in the BCDC protocol, otherwise the controllerPatrick Wildt
2017-10-20Kill dead ioctl handlers.Martin Pieuchot
2017-10-19Don't just return but setup and resubmit the transfer if we're notPatrick Wildt
2017-10-19spelling fix; from miodJason McIntyre
2017-10-19Don't forget to free the firmware in the error path, and make sure toPatrick Wildt
2017-10-19Disable promisc mode and accepting all multicast packets. These shouldPatrick Wildt
2017-10-18Pass the SIOCG80211ALLCHANS and SIOCG80211STATS ioctls to our net80211Patrick Wildt
2017-10-18Add a scan timeout so we can recover if the firmware decides not toPatrick Wildt
2017-10-18Pad the holes in the struct to make sure compilers do not choose toPatrick Wildt
2017-10-18Read and extract the channel number from the chanspec to beautify thePatrick Wildt
2017-10-18It turns out that using the packed attribute on most structs was a badPatrick Wildt
2017-10-18Stop handling SIOCSIFMTU like in the wireless stack.Martin Pieuchot
2017-10-18Extract supported frequencies and HT/VHT mode from the firmware insteadPatrick Wildt
2017-10-18Revert previous commit, since not all interfaces behaved the same.Patrick Wildt
2017-10-18Only overwrite the caller's variable if we successfully read data fromPatrick Wildt
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-10-16Allow a more fine grained control about which ciphers to use.Patrick Wildt
2017-10-16Handle wpa parameters using the ieee80211 ioctl so we can startPatrick Wildt
2017-10-16Clear up some defines regarding WPA cipher settings. This allows mePatrick Wildt
2017-10-16drm/i915/bios: ignore HDMI on port AJonathan Gray
2017-10-15Set default join preferences to prefer APs based on the RSSI, withPatrick Wildt
2017-10-15Similar to other USB based backend drivers, have a list of TX/RXPatrick Wildt
2017-10-15Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),Stefan Sperling
2017-10-13Implement media auto selection for DEC 3000.Martin Pieuchot
2017-10-12Apparently one of the main concepts in the SDMMC I/O subsystem is thatPatrick Wildt
2017-10-12Add missing size to free(); ok deraadt@ mpi@anton
2017-10-11regenPatrick Wildt
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-11Fix debug printf, from Dave Voutila.Martin Pieuchot
2017-10-10hidmt: send input mode set report as 2 bytes, matches linuxJoshua Stein
2017-10-10hidmt: add support for hybrid packet mode used by some touchpadsJoshua Stein
2017-10-10hidmt: rename internal hidmt_input struct to hidmt_data, avoid clashJoshua Stein
2017-10-09Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms.Stefan Sperling
2017-10-09Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4).Stefan Sperling
2017-10-09Print the name of the device tree node like we do for simplebus(4).Mark Kettenis
2017-10-09The previous commit was deemed too invasive, so back it out and replacePatrick Wildt
2017-10-09Correct logic check preventing the device to attach.Martin Pieuchot