Age | Commit message (Expand) | Author |
2016-08-31 | Support A Radio Free Europe! | Ted Unangst |
2016-08-26 | correct INTR_MSG_MASK to include INTR_MSG_1 | Jonathan Gray |
2016-08-24 | pool_setipl for oce(4) | David Gwynne |
2016-08-24 | pool_setipl for cardbus and drm pools. | David Gwynne |
2016-08-23 | remove duplicated test for em_82574 | Jonathan Gray |
2016-08-17 | Add support for RT5390 and RT5392 chipsets to the ral(4) driver. | Stefan Sperling |
2016-08-17 | wpi(4) scans all bands at once, as far as the net80211 stack is concerned. | Stefan Sperling |
2016-08-17 | regen | Stefan Sperling |
2016-08-17 | Add PCI ID for Ralink RT5392 and additional IDs for RT5390 devices. | Stefan Sperling |
2016-08-17 | iwn(4) scans all bands at once, as far as the net80211 stack is concerned. | Stefan Sperling |
2016-08-17 | If the stack demands protection by setting the USEPROT flag then set the | Stefan Sperling |
2016-08-17 | Make error handling (esp. DATA_UNDERRUN) clearer and avoid losing resid | Kenneth R Westerback |
2016-08-15 | Remove IWM_CMD_SYNC, which expands to zero while all the other | Stefan Sperling |
2016-08-14 | u_quad_t -> uint64_t | David Gwynne |
2016-08-14 | change some types in bio from u_quad_t to uint64_t, and fix casts in | David Gwynne |
2016-08-09 | Check xs->status for SCSI_CHECK even in underrun situations. | Kenneth R Westerback |
2016-08-07 | Make iwm(4) automagically recover from fatal firmware errors by leaving the | Stefan Sperling |
2016-07-31 | regen | Jonathan Gray |
2016-07-31 | Add Xeon E3-1200 v5 host bridge and some more Sunrise Point H PCH ids. | Jonathan Gray |
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 |