Age | Commit message (Expand) | Author |
2018-01-10 | Attach nvme to additional Apple NVMe device, limit targets to 1 | Joshua Stein |
2018-01-08 | Initial support for HOSTAP mode. With this bwfm(4) can spawn an access | Patrick Wildt |
2018-01-08 | Delete flowrings when we take the interface down or change its | Patrick Wildt |
2018-01-07 | Create multiple transmit flowrings in station mode, four in total, based | Patrick Wildt |
2018-01-05 | To send out packets we need to create a flowring. Acting as station, | Patrick Wildt |
2018-01-05 | Drop incoming network packets as long as we are not in RUN state. This | Patrick Wildt |
2018-01-05 | When we receive an AUTH or ASSOC event even though we have already | Patrick Wildt |
2018-01-04 | Receiving an AUTH event means that we successfully authenticated, thus | Patrick Wildt |
2018-01-03 | assign 1 instead of the result of htole16(1) to a uint8_t. | David Gwynne |
2018-01-03 | Since the PCI attachment code already uses mbufs for RX packets, we can | Patrick Wildt |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-26 | Fix channel initialization by not using the same loop variable in nested | Patrick Wildt |
2017-12-18 | Read RAM size for chips with SOCRAM like the BCM4334 on one of my | Patrick Wildt |
2017-12-18 | Read RAM size for chips with SOCRAM like the BCM4334 on one of my | Patrick Wildt |
2017-12-18 | Pass the BSSID to the join command so that we connect to the AP that | Patrick Wildt |
2017-12-18 | Pass scan type directly to the scan command instead of using the global | Patrick Wildt |
2017-12-18 | Support setting the Cortex-A7 cores to active/passive mode and | Patrick Wildt |
2017-12-17 | Pass Cortex-R4 reset vector to activation function. | Patrick Wildt |
2017-12-16 | Read RAM base address and size so we know where to put the firmware. | Patrick Wildt |
2017-12-16 | Implement setting the chip into active mode, as needed for setting up | Patrick Wildt |
2017-12-16 | Support setting the Cortex-R4, as found on a BCM43602, to passive mode. | Patrick Wildt |
2017-12-16 | Add some more Chip IDs to bwfm(4). | Patrick Wildt |
2017-12-12 | Nuke some forward-only struct's and functions and functions thereby | Kenneth R Westerback |
2017-12-01 | Add quotes around the name of (unconfigured) devices like we do for other | Mark Kettenis |
2017-11-28 | The athn(4) PCI driver forgot about adding the default noisefloor to | Stefan Sperling |
2017-11-28 | In athn(4), fix a comment which misidentifies the field where RSSI | Stefan Sperling |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-10-21 | Even though letting the firmware handle the handshake is nice from | Patrick Wildt |
2017-10-19 | spelling fix; from miod | Jason McIntyre |
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-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-15 | Set default join preferences to prefer APs based on the RSSI, with | Patrick Wildt |
2017-10-15 | Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(), | Stefan Sperling |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
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-09-26 | Prevent null pointer dereference when probing channels | Mike Belopuhov |