Age | Commit message (Expand) | Author |
2016-02-07 | Fix off-by-one in loop termination condition. | tb |
2016-02-05 | Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU | Stefan Sperling |
2016-02-05 | In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-04 | Make iwn(4) pass 802.11 control frames in monitor mode. | Stefan Sperling |
2016-02-04 | In iwn(4), don't forget about restoring the CCMP key to firmware after | Stefan Sperling |
2016-01-25 | Keep track of HT protection settings in beacons and have 11n-capable | Stefan Sperling |
2016-01-13 | Revert most of if_iwm.c r1.155. Use of channel zero was a symptom of | Stefan Sperling |
2016-01-13 | Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0. | Stefan Sperling |
2016-01-13 | Fix iwn(4) firmware SYSASSERT during hardware initialization. | Stefan Sperling |
2016-01-12 | fix a misplaced curly brace | 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 | Ensure that iwn(4) always uses a CCK rate as last fallback in the firmware's | Stefan Sperling |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2016-01-04 | Add initial support for 11n mode to the iwn(4) driver. | Stefan Sperling |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
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-09-01 | sizes for free(), mostly related to firmwares. | Theo de Raadt |
2015-05-27 | Use m_defrag(9) instead of rolling our own inlined version. | Mark Kettenis |
2015-04-08 | don't leak the chip's hardware address during scans when a randomized address | Jasper Lievisse Adriaanse |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' | Martin Pieuchot |
2015-02-08 | Sprinkle some string constant consistency on iwn(4) as well. | Stefan Sperling |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-09-10 | s/IWL/IWN/ in comment here too | David Coppa |
2014-09-09 | Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fix | Stuart Henderson |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2014-02-11 | Adjust for renamed pcidevs defines. | Mark Kettenis |
2014-02-11 | Intel Centrino Wireless-N 2200 (tested) and Wireless-N 105/135 (untested) | Mark Kettenis |
2014-02-10 | Intel Centrino Wireless-N 2230 support. From Fabian Raetz, with a little bit | Mark Kettenis |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-30 | Seems we simply have to live with fatal firmware errors. Even Linux, with its | Mark Kettenis |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-08-29 | Add support for advanced btcoex. This commit is not really needed | Sylvestre Gallon |
2013-08-08 | Add support for Intel Wifi Link 130. | Sylvestre Gallon |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-05-29 | add another pid of Centrino Advanced-N 6235. | Yojiro Uo |
2012-11-17 | Newer chips feature "advanced" bluetooth coexistence, which is why sending | Mark Kettenis |
2012-11-17 | Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, but | Mark Kettenis |
2012-11-14 | Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well. | Mark Kettenis |
2012-11-11 | add support for the Intel Centrino Advanced-N 6235 to iwn(4). | joshua stein |
2012-10-12 | Cleanup false positives for uninitialized uses. | Christiano F. Haesbaert |