index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ipw.c
Age
Commit message (
Expand
)
Author
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
2005-11-23
Be more robust when handling Rx interrupts. If we can't allocate and DMA map
Damien Bergamini
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-30
Use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan when filling a
Claudio Jeker
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-04-17
don't disassociate on SIOCSIFADDR if the interface is already up and running.
Damien Bergamini
2005-04-04
fix ids. ok jsg@ deraadt@
Damien Bergamini
2005-03-23
do packet accounting (opackets/oerrors/ierrors).
Damien Bergamini
2005-03-17
support for ipv6.
Damien Bergamini
2005-03-12
retrieve scan results from net80211 instead of reading NIC internal memory.
Damien Bergamini
2005-02-21
ipwcontrol and iwicontrol removal.
Damien Bergamini
2005-02-19
fix setting of the MAC address.
Damien Bergamini
2005-02-17
derived from NetBSD:
Reyk Floeter
2005-01-13
fix a critical bug that made the kernel crash under heavy upstream traffic
Damien Bergamini
[next]