Age | Commit message (Expand) | Author |
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 | Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection. | Stefan Sperling |
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-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-02-13 | Make iwm(4) initialize net80211 callback pointers at attach time. | Stefan Sperling |
2016-02-05 | In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-01-25 | Keep track of HT protection settings in beacons and have 11n-capable | Stefan Sperling |
2016-01-07 | Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4). | Stefan Sperling |
2016-01-06 | Initialize the A-MPDU parameters field in HT capability elements. | Stefan Sperling |
2016-01-06 | iwm(4) adjusts the firmware's tx rate retry table dynamically so we must | Stefan Sperling |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2015-12-14 | Add initial 802.11n support to the iwm(4) driver. | Stefan Sperling |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-12-08 | When iwm(4) moves to AUTH state it asks the firmware for a "time event" to | Stefan Sperling |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | You need <netinet/ip.h> if you use "struct ip" for hw checksum. | Martin Pieuchot |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-22 | remove some horrible iwm typedefs | Jonathan Gray |
2015-10-16 | Put some iwm(4) debug code into #ifdef IWM_DEBUG. | Stefan Sperling |
2015-10-16 | Clean up iwm(4) scanning logic a bit: Reset sc_scanband in callers of | Stefan Sperling |
2015-10-16 | Oops, committed old version of previous diff with a typo in it: NLL -> NULL | Stefan Sperling |
2015-10-16 | In iwm(4), correctly size and map the mbuf used for large firmware commands. | Stefan Sperling |
2015-10-12 | Always initialise the index into iwm's tx queue array, fixing a | Stefan Sperling |
2015-10-11 | Add a symbolic name for the special '-1' value of iwm's sc_wantresp. | Stefan Sperling |
2015-10-10 | In iwm(4), set mbuf pointers to NULL after freeing mbufs. | Stefan Sperling |
2015-10-06 | Make iwm(4) set the MAC address the same way other wireless drivers do. | Stefan Sperling |
2015-10-05 | Simplify iwm(4) newstate task by only queuing one state transition | Stefan Sperling |
2015-09-27 | Fix bsd.rd upgrades over iwm(4), and fix `ifconfig iwm0 lladdr random`. | Stefan Sperling |
2015-09-27 | Align the way iwm(4) adds the MAC context with how it's done in Linux iwlwifi. | Stefan Sperling |
2015-09-26 | Make iwm(4) DPRINTFs show states by name instead of number. | Stefan Sperling |
2015-09-23 | In iwm(4), properly reset the RX ring by clearing RX buffer status memory. | Stefan Sperling |
2015-09-23 | In iwm(4), while not associated, pass the broadcast ethernet address to | Stefan Sperling |
2015-07-19 | Make iwm(4) show command codes of unhandled firmware replies. Should make | Stefan Sperling |
2015-06-15 | Remove comments referring to Linux iwlwifi source filenames from iwm(4). | Stefan Sperling |
2015-06-15 | Make the wifi LED work with iwm(4). | Stefan Sperling |
2015-06-12 | Actually trigger iwm_init_task() from iwm_watchdog() as intended to give | Stefan Sperling |
2015-05-30 | cleanup attach message | Theo de Raadt |
2015-05-22 | Limit the number of dma segments used for transmitting packets to | Mark Kettenis |
2015-05-21 | Use m_defrag(9) instead of rolling our own version of it. | Mark Kettenis |
2015-03-23 | Not all iwm hardware supports the 5GHz band. Make setting 11a rates | Jonathan Gray |
2015-03-16 | convert timeout_add() calls using hz to timeout_add_msec() | Jonathan Gray |
2015-03-11 | Match on 3160. Untested but should work. | Jonathan Gray |
2015-03-06 | Fix radiotap and fixed rates. Radiotap was reporting the wrong rate for | Mark Kettenis |