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