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