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
/
ic
/
if_wi.c
Age
Commit message (
Expand
)
Author
2022-07-14
Protect all writers to ifm_cur with a mutex. ifmedia_match() does
Alexander Bluhm
2022-01-09
spelling
Jonathan Gray
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2020-04-06
wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@
cheloha
2019-12-31
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-11-07
Showing kernel WEP keys to userland has been disabled in generic
Alexander Bluhm
2019-05-12
Fix 'ifconfig nwflags; These flags ended up overlapping with other flags
Stefan Sperling
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-19
Convert to if_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
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
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-10-01
Don't claim the interrupt if none of the interrupt status bits were set.
Mark Kettenis
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2011-06-21
remove some unnecessary casts. ok blambert deraadt kettenis matthew
Ted Unangst
2010-08-30
ioctl versus resume-workq exclusion; cloned from iwn
Theo de Raadt
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-05-20
Split some copies of two struct members together into two bcopy rather
Nicholas Marriott
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2009-06-03
make wireless interfaces priority 4 by default. other interfaces remain
Bob Beck
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-04-18
extend the if_ethersubr.c crc functions to support updating a running
Damien Miller
2008-04-17
save some space by making use of the WEP CRC table from net80211
Damien Bergamini
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2006-11-26
avoid extra inclusions; ok jsg
Theo de Raadt
2006-11-21
Fail wi_get_txpower() on USB wi(4), so that we don't CSR_READ on them.
Miod Vallat
2006-11-06
Don't advertise USB wi adapters as supported hostap devices,
Jonathan Gray
2006-08-17
reduce the stack usage of the ioctl function by malloc/free'ing a number
Theo de Raadt
2006-07-01
always report the channel as type 802.11b (IEEE802_CHAN_B) in the
Reyk Floeter
2006-07-01
update the 802.11 address as well if the interface mac address has
Reyk Floeter
2006-06-27
add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode
Reyk Floeter
2006-06-27
add some more net80211 compatibility glue:
Reyk Floeter
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
2006-04-10
under some cases some wi(4) cards freak out and then do not recover.
Theo de Raadt
[next]