Age | Commit message (Expand) | Author |
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 |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
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-08-23 | Fix a race in rt2661 Tx interrupt processing which can cause Tx processing | Stefan Sperling |
2012-07-17 | Revert my previous change for rt2661. It is causing excessive "ral0: device | Stefan Sperling |
2012-07-13 | Keep separate OACTIVE flags to mark full management/data tx queues, | Stefan Sperling |
2011-03-18 | Fix firmware loading at startup (and resume); from Tim van der Molen | Theo de Raadt |
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 |
2010-02-14 | The ASIC does not like PCI bursts on registers because of a silicon bug. | Damien Bergamini |
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 |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2007-11-17 | RT2560+RT2661: update the physical address in the RX descriptor after | Damien Bergamini |
2007-10-15 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-03-08 | XXX commit a workaround (as found in a few other drivers) for the | Theo de Raadt |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2006-12-17 | fix index of ERP information element in beacons. | Damien Bergamini |
2006-12-03 | fix handling of the SIOCS80211CHANNEL ioctl in monitor mode: | Damien Bergamini |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-13 | first round of commits for proper 11b/g protection support: | Damien Bergamini |
2006-10-30 | Fix dynamic tuning of the radio sensitivity I broke when moving from | Damien Bergamini |
2006-10-22 | replace rssadapt(9) with amrr for automatic rate control. | Damien Bergamini |
2006-10-18 | Fix packet length for RX bpf mtap. | Marcus Glocker |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini |