Age | Commit message (Expand) | Author |
2020-07-20 | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. | Stefan Sperling |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-02-19 | Similar to other wireless drivers use bpf_mtap_hdr() to prepend the | Claudio Jeker |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-07-03 | Replace slot time durations with macros. | Kevin Lo |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-10-06 | Disable RTS for long frames in ral(4) for rt2560 chips. | Stefan Sperling |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-12-05 | ifq_deq_rollback without a preceding ifq_deq_begin is fail. | David Gwynne |
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-20 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
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-09 | sizes for free(); ok semarie | Theo de Raadt |
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 |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-09-06 | reduce the amount of pci includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
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-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-07-13 | Keep separate OACTIVE flags to mark full management/data tx queues, | Stefan Sperling |
2012-07-13 | Init the baseband processor before selecting antennas since selecting antennas | Stefan Sperling |
2011-02-22 | Mark descriptors as invalid *before* unmapping the associated mbuf. | Mark Kettenis |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-09-06 | Make the interrupt handler bail out early if the device wen away. Fixes | Mark Kettenis |
2010-08-28 | rename the *_power functions to *_powerhook to indicate that we've been | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | Stop calling xxx_power() from xxx_resume(); instead do it the other way around. | Mark Kettenis |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-25 | Make CardBus ral(4) suspend and resume properly on machines that keep the | Mark Kettenis |
2010-08-04 | add suspend/resume support for PCI ral(4) devices. | Damien Bergamini |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | Damien Bergamini |
2009-08-10 | three more shutdown hooks bite the dust. | Damien Bergamini |
2009-07-29 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-12-22 | I swapped MGETHDR arguments in my m_defrag removal commit. | Damien Bergamini |
2008-12-21 | Undo m_defrag(). | Damien Bergamini |
2008-11-25 | use shiny new m_defrag() and nitems() instead of rolling our own. | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |