Age | Commit message (Expand) | Author |
2019-06-26 | Use timeout_add_msec(9) | kn |
2019-05-09 | Correctly mask status bits in iwm's ADD_STA command response; remaining | Stefan Sperling |
2019-05-09 | Add two sanity checks to iwm's firmware notification interrupt handler: | Stefan Sperling |
2019-04-01 | Enable RF_KILL interrupts on resume | kn |
2019-04-01 | Fix interrupt handler to set RUNNING flag when RF switch is enabled | kn |
2019-02-27 | Make iwm(4) use CTS-to-self for HT protection if the AP requests this, | Stefan Sperling |
2019-02-27 | Implement support for dynamic RTS threshold in MiRA. | Stefan Sperling |
2019-02-24 | Rework iwm(4) Tx rate selection. | Stefan Sperling |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2018-09-22 | Back out the following if_iwm.c revisions: | Stefan Sperling |
2018-09-16 | Fix length checks in the receive path of iwm(4). | Stefan Sperling |
2018-08-13 | Prevent iwm(4) from writing back the former BSS channel | Stefan Sperling |
2018-05-23 | Add monitor mode support to iwm(4). | Stefan Sperling |
2018-05-15 | Implement Rx of multiple frames per interrupt in the iwm(4) driver. | Stefan Sperling |
2018-04-28 | Some drivers handle settting a new wifi link state manually, so make sure | Peter Hessler |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-02-28 | Ignore 'fseq version mismatch' notifications from 8265 iwm(4) firmware. | Stefan Sperling |
2018-02-25 | Don't pass our configured SSID to iwm(4) firmware during a background scan. | Stefan Sperling |
2018-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2018-01-14 | Pass our currently configured SSID to iwm(4) scan commands. | Stefan Sperling |
2017-12-10 | Stop running iwm(4) devices in "continuous active mode (CAM)". | Stefan Sperling |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-12-08 | Make iwm(4) restore the ic_bss channel after tweaking this channel as part | Stefan Sperling |
2017-12-07 | In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transition | Stefan Sperling |
2017-12-07 | Make iwm_newstate() recover from state transition errors. | Stefan Sperling |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
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-04 | Introduce reference counting for tasks in iwm(4). | Stefan Sperling |
2017-08-27 | Make it possible for iwm_stop() to sleep by always running it in | Stefan Sperling |
2017-08-23 | Fix typos in iwm(4) error messages. Patch by Bryan Linton. | Stefan Sperling |
2017-08-13 | Remove the second parameter of iwm_stop(). It was not used for anything. | Stefan Sperling |
2017-08-13 | Add proper support for iwm(4) firmware's time event. Cancel the event if | Stefan Sperling |
2017-08-13 | When iwm_stop() releases the scan lock wake processes sleeping on it. | Stefan Sperling |
2017-08-12 | Fix iwm(4) channel reporting, broken by my unrelated tweak during commit of | Stefan Sperling |
2017-08-12 | In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(), | Stefan Sperling |
2017-08-12 | Prevent a NULL pointer deref in iwm(4) which I have seen during testing. | Stefan Sperling |
2017-08-12 | Fix Coverity CID 1453280: | Stefan Sperling |
2017-07-23 | Prevent a possible "MAC context already removed" panic in iwm_auth(). | Stefan Sperling |
2017-07-22 | Add frame length range checks to the input path of iwm(4). | Stefan Sperling |
2017-07-16 | Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200. | Stefan Sperling |
2017-07-16 | Remove the AP from iwm's firmware station table when moving out of AUTH state. | Stefan Sperling |
2017-07-16 | Some net80211 state changes are triggered by incoming frames, and it is | Stefan Sperling |
2017-07-15 | Get rid of the device reset hack in iwm_newstate_task(). | Stefan Sperling |
2017-06-20 | Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant. | Stefan Sperling |
2017-06-16 | In iwm_init() save the generation counter once before looping over | Stefan Sperling |
2017-06-14 | Currently, iwm(4) uses only one phy context, so stop sending commands to the | Stefan Sperling |
2017-06-14 | When a task in iwm(4) obtains an rwlock(9), bail out if the device was | Stefan Sperling |
2017-06-14 | Make the iwm(4) ioctl handler wait until the transition to SCAN has completed | Stefan Sperling |
2017-06-14 | Make iwm(4) wait for the PHY calibration result notification during HW init. | Stefan Sperling |