summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up on jmatthew's suggestion:kevlo2019-04-251-3/+3
* net80211: stub SIOCS80211SCAN, make ifconfig scan instant.pirofti2018-04-261-4/+1
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-14/+1
* Fix iwi(4) regressions. WPA was broken since 6.0 errata 018.stsp2017-03-291-1/+5
* Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGmpi2017-03-081-3/+1
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* convert busy flag and tsleep to rwlock as in iwmtedu2016-09-051-22/+9
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-5/+6
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-6/+6
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* sizes for free(), mostly related to firmwares.deraadt2015-09-011-3/+3
* Use m_defrag(9) instead of rolling our own inlined version.kettenis2015-05-271-17/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-2/+1
* remove the second void * argument on tasks.dlg2015-01-271-5/+5
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-2/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-6/+6
* Seems we simply have to live with fatal firmware errors. Even Linux, with itskettenis2013-12-031-11/+18
* replace workqs with tasks for handling resumedlg2013-11-141-4/+5
* Use %z* for size_tsf2013-10-011-3/+3
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop.damien2010-11-151-1/+4
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-10/+1
* Move the guts of the powerhook function into the activate function and makederaadt2010-08-271-15/+10
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* homogeneous style.damien2010-08-121-4/+4
* Instead of returning EBUSY when the busy flag is set in the ioctl, sleepoga2010-08-121-3/+9
* Bring the suspend/resume code of all the Intel wireless drivers in line withkettenis2010-08-031-3/+17
* Make legacy xxpower() functions call xxstop() on suspend, and simplify theirderaadt2010-07-281-10/+38
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-6/+3
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* sync setting of the capinfo field of assoc req frames w/ net80211.damien2009-05-111-2/+2
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-9/+9
* Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:damien2009-01-261-3/+3
* I swapped MGETHDR arguments in my m_defrag removal commit.damien2008-12-221-2/+2
* Undo m_defrag().damien2008-12-211-3/+18
* more sizeof->nitemsdamien2008-11-251-2/+2
* use shiny new m_defrag() and nitems() instead of rolling our own.damien2008-11-251-20/+2
* mostly cosmetic.damien2008-09-041-88/+56
* (Re)Association requests should contain a QoS Capability element,damien2008-09-031-4/+4
* redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE indamien2008-09-031-6/+15
* 80 cols.damien2008-08-281-2/+3
* WPA support for iwi(4).damien2008-08-281-87/+124