Age | Commit message (Expand) | Author |
2018-04-28 | When starting a background scan, free the nodes table to ensure we | Stefan Sperling |
2018-04-28 | pgt(4): do not tsleep in the scan ioctl. | Paul Irofti |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-04-20 | add a small driver for AMDs cryptographic co processor. | David Gwynne |
2018-04-15 | The Exar XR17V354 has 4 com ports that have a 256-byte FIFO, use a | Joshua Stein |
2018-04-11 | Some (probably newer) re(4) cards don't have the 32-bit memory BAR that | Patrick Wildt |
2018-04-11 | Add mixer save/restore capability to the audio(4) driver and | Alexandre Ratchov |
2018-04-07 | Only attach a single PHY if the PHY address isn't specified. This prevents | Mark Kettenis |
2018-04-02 | Add support for register shift/io-width. This allows us to support UARTs | Mark Kettenis |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-11 | Copy the scan results into a new buffer to re-align the data so that we | Patrick Wildt |
2018-02-11 | Since the BCDC header has a variable data offset, so the ethernet packet | Patrick Wildt |
2018-02-08 | Move bwfm(4) from ifq begin/commit/rollback semantics to the newer | Patrick Wildt |
2018-02-07 | Sporadically the network over gem(4) interface hang on sparc64 and | Alexander Bluhm |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-07 | Move SDIO bus and protocol definitions from the shared header | Patrick Wildt |
2018-02-07 | Add helper to find out if the chip supports Save/Restore. Will be used | Patrick Wildt |
2018-02-06 | Add support for chips which use SYSMEM memory. Code is a simplified | Patrick Wildt |
2018-02-06 | Support setting the Cortex-M3 cores to active mode. | Patrick Wildt |
2018-02-06 | remove a bit of dead code. ok bluhm deraadt | Ted Unangst |
2018-02-05 | Move event packet handling into a serialized process context to remove | Patrick Wildt |
2018-02-03 | Remove a pointless assignment introduced in previous commit. | Stefan Sperling |
2018-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2018-01-31 | Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media'). | Stefan Sperling |
2018-01-24 | Put the default case, which prints information about an event we do not yet | Patrick Wildt |
2018-01-24 | We don't do booleans in the kernel, so replace a few occurrences of 'true' | Patrick Wildt |
2018-01-19 | dwiic: cleanup function prototypes after ACPI/PCI split | Joshua Stein |
2018-01-11 | Extract the control channel number from the chanspec information and | Patrick Wildt |
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 |