Age | Commit message (Expand) | Author |
2016-07-26 | Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17. | Stefan Sperling |
2016-07-21 | Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211. | Stefan Sperling |
2016-07-20 | Disable the beacon filter in iwm(4). This allows beacons to pass through to | Stefan Sperling |
2016-07-20 | Make the iwn(4) LED flash 10 times slower in monitor mode. | Stefan Sperling |
2016-07-20 | Bring iwn_update_htprot() back, so iwn(4) will properly keep track | Stefan Sperling |
2016-07-20 | ATI controllers seem to need the same workaround as VIA controllers. | Martin Pieuchot |
2016-07-19 | virtio_pci: Always allow MSI/MSI-X | Stefan Fritsch |
2016-07-18 | Explicitly set iwm(4) firmware Tx aggregation limit to one (which disables | Stefan Sperling |
2016-07-18 | Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set for | Stefan Sperling |
2016-07-18 | Make iwm(4) retry Tx of management frames less often. We now retry management | Stefan Sperling |
2016-07-16 | Support MSI-X in virtio | Stefan Fritsch |
2016-07-14 | vioblk: Properly handle poll timeout | Stefan Fritsch |
2016-07-14 | rename virtio_ops.intr to poll_intr | Stefan Fritsch |
2016-07-14 | virtio: Move interrupt handler into transport specific code | Stefan Fritsch |
2016-06-27 | Revert if_iwm.c r1.166. We are still seeing links dropping upon HT protection | Stefan Sperling |
2016-06-22 | In iwm(4), clear the in_assoc flag when going down. This flag affects behaviour | Stefan Sperling |
2016-06-22 | Remove code from iwm(4) which sends DTIM and TSF information to the | Stefan Sperling |
2016-06-22 | Make iwm(4) explicitly send multicast frames at the lowest rate, instead of | Stefan Sperling |
2016-06-20 | In iwm(4), send PHY DB commands as async commands. | Stefan Sperling |
2016-06-19 | Make some noise in dmesg when iwm(4) fails to bring up the hardware. | Stefan Sperling |
2016-06-18 | Plug some memory leaks in error paths of iwm(4). | Stefan Sperling |
2016-06-17 | Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share code | Stefan Sperling |
2016-06-05 | Continue preparing a future merge of urtwn(4) and rtwn(4). | Stefan Sperling |
2016-06-03 | Put iwn_update_htprot() back, with a fixed implementation this time. | Stefan Sperling |
2016-06-03 | In iwm(4), fix multicast Rx by updating the MAC context again after | Stefan Sperling |
2016-06-02 | Fix two issues in the MSI-X code. First, actually read the MSI-X capability | Mark Kettenis |
2016-06-01 | Fix the loop iterating on extended capabilities. It turns out that we | Martin Pieuchot |
2016-06-01 | regen | David Gwynne |
2016-06-01 | intel use the same device id for multiple nvme parts, so just call | David Gwynne |
2016-05-30 | replace m_copym2 with m_dup_pkt. | David Gwynne |
2016-05-28 | Add support for Intel Wireless 3165 devices to iwm(4). | Stefan Sperling |
2016-05-28 | In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it. | Stefan Sperling |
2016-05-28 | Add support for Intel Wireless 8260 devices to iwm(4). | Stefan Sperling |
2016-05-25 | regen | Stefan Sperling |
2016-05-25 | Add PCI ID for RTL8188EE. Prompted by Ross L Richardson. | Stefan Sperling |
2016-05-25 | Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection. | Stefan Sperling |
2016-05-24 | Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@ | Reyk Floeter |
2016-05-23 | regen | Chris Cappuccio |
2016-05-23 | VIA VL805 xHCI | Chris Cappuccio |
2016-05-23 | remove the function pointer from mbufs. this memory is shared with data | Ted Unangst |
2016-05-23 | regen | David Gwynne |
2016-05-23 | add the intel xl710 device ids from the documentation | David Gwynne |
2016-05-21 | sync | Reyk Floeter |
2016-05-21 | Add ids found in x1 carbon 2016: | Reyk Floeter |
2016-05-20 | regen | Mike Larkin |
2016-05-20 | Add Xeon-D devices. Move one item that was out of order to the right place | Mike Larkin |
2016-05-18 | Fix several nitpicks in iwm(4). | Stefan Sperling |
2016-05-18 | In iwm(4), add bit-polling in Rx-DMA init code path. | Stefan Sperling |
2016-05-16 | enable reception and transmission of jumbo frames. | David Gwynne |
2016-05-13 | Unbreak build when AUDIO_DEBUG is defined: fix printf(9) format | Alexandre Ratchov |