Age | Commit message (Expand) | Author |
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 |
2010-08-27 | Move the guts of the powerhook function into the activate function and make | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-12 | homogeneous style. | Damien Bergamini |
2010-08-12 | Instead of returning EBUSY when the busy flag is set in the ioctl, sleep | Owain Ainsworth |
2010-08-03 | Bring the suspend/resume code of all the Intel wireless drivers in line with | Mark Kettenis |
2010-07-28 | Make legacy xxpower() functions call xxstop() on suspend, and simplify their | Theo de Raadt |
2010-07-22 | Add suspend/resume logic. As discussed with phessler@, incorporating | Mark Kettenis |
2010-07-22 | Prevent a process from entering wpi_ioctl while another process is | Mark Kettenis |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-11-17 | nuke the temperature sensor. | Damien Bergamini |
2009-11-03 | use BUS_DMA_{READ,WRITE} hints when mapping mbufs for Rx/Tx even | Damien Bergamini |
2009-10-31 | reorder operations in detach(), call powerhook_disestablish() earlier, | Damien Bergamini |
2009-10-26 | start Tx at lowest available rate to give initial WPA handshake and | Damien Bergamini |
2009-10-24 | call wpi_power_calibration() at splnet(). | Damien Bergamini |
2009-10-24 | add explicit barriers for read/write accesses to prph and internal memory. | Damien Bergamini |
2009-10-24 | - update bluetooth coexistence command | Damien Bergamini |
2009-09-20 | Implement a detach function in wpi(4) and iwn(4). | Damien Bergamini |
2009-08-10 | i prefer (m == NULL) over (!m) | Damien Bergamini |