Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2022-04-21 | Use memset() to initialize struct ieee80211_rxinfo properly. | Stefan Sperling |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-10-11 | Stop exporting `wt_hwqueue' now that drivers don't advertise it. | Martin Pieuchot |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-06-03 | Add missing ieee80211_release_node() calls in cases where hardware | Jonathan Matthew |
2020-05-23 | Fix typo in a comment that originated in wpi(4) and has spread elsewhere. | Stefan Sperling |
2020-05-15 | Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. | Stefan Sperling |
2019-09-30 | remove the "copy function" argument to bpf_mtap_hdr. | David Gwynne |
2019-09-18 | don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr. | David Gwynne |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2019-08-27 | Keep ieee80211_node structures cached across scans, rather than | Stefan Sperling |
2019-07-25 | ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@ | cheloha |
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-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-12-23 | Hide static inline functions that are only used in debug code behind the same | Mark Kettenis |
2016-10-05 | Hide wpi(4) fatal firmware error details inside #ifdef WPI_DEBUG. | Stefan Sperling |
2016-09-05 | convert busy flag and tsleep to rwlock as in iwm | Ted Unangst |
2016-08-17 | wpi(4) scans all bands at once, as far as the net80211 stack is concerned. | Stefan Sperling |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
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-06 | sizes for free() - most are about the firmware memory | Theo de Raadt |
2015-05-27 | Use m_defrag(9) instead of rolling our own inlined version. | Mark Kettenis |
2015-03-16 | convert timeout_add() calls using hz to timeout_add_msec() | Jonathan Gray |
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-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-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 |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-28 | Seems we simply have tolibe with fatal firmware errors. Even Linux, with its | Mark Kettenis |
2013-11-16 | Enable 802.11a support. Seems to work fine on: | 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-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 |
2011-06-02 | MSI for wpi(4). | Michael Knudsen |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |