Age | Commit message (Expand) | Author |
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-27 | fix a theoretical double free. | daniel |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-14 | replace workqs with tasks for handling resume. state handling is | David Gwynne |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-11-15 | Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop. | Damien Bergamini |
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-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | Damien Bergamini |
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-09-03 | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in | Damien Bergamini |
2008-08-28 | indent IF_PURGE. pointed out by brad@ | Damien Bergamini |
2008-08-28 | #undef IPW_DEBUG | Damien Bergamini |
2008-08-28 | i've lost the IF_PURGE() bits in the process... | Damien Bergamini |
2008-08-28 | WPA support for ipw(4). | Damien Bergamini |
2008-08-27 | the firmware is responsible for sending management frames, but | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | 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 |
2008-02-23 | Do not leak memory claimed by firmware on "ifconfig down". | Hans-Joerg Hoexer |
2007-11-17 | update the physical address of the RX buffer after bus_dmamap_load() | Damien Bergamini |
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-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-10-23 | remove detach() function. this is not hotplug and this is dead code. | Damien Bergamini |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini |
2006-08-19 | tweak dma sync ops | Damien Bergamini |
2006-08-19 | get rid of shared auth mode. | Damien Bergamini |
2006-08-19 | remove unused prototypes. | Damien Bergamini |
2006-08-18 | set of unrelated cosmetic tweaks. | Damien Bergamini |
2006-06-14 | clear the IFF_UP interface flag before shutting down the interface. | Brad Smith |
2006-05-17 | sync handling of fatal firmware errors w/ wpi(4) | Damien Bergamini |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-26 | prettify + u_int{8,16,32}_t -> uint{8,16,32}_t | Damien Bergamini |
2006-01-10 | fix reading of EEPROM content on big endian arches. | Damien Bergamini |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-11-23 | When defragmenting a mbuf chain before transmitting it, don't allocate a mbuf | Damien Bergamini |