summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ipw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the "copy function" argument to bpf_mtap_hdr.dlg2019-09-301-3/+3
* don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr.dlg2019-09-181-17/+5
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-5/+8
* ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha2019-07-251-4/+4
* 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
* Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGmpi2017-03-081-4/+1
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-4/+1
* redo rwlock conversion now that i've compiled it on i386tedu2016-09-051-22/+9
* Backout previous commit; does not compile.kettenis2016-09-051-9/+22
* 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-5/+6
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* sizes for free(), mostly related to firmwares.deraadt2015-09-011-8/+7
* Use m_defrag(9) instead of rolling our own inlined version.kettenis2015-05-271-17/+2
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-2/+1
* i forgot to fix ipw when i removed the second task argument.dlg2015-01-271-7/+7
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Fix tree breakage due to unused variable after last commit.krw2014-12-191-2/+1
* Change scan and auth+assoc workq entries to taskq entries.krw2014-12-191-8/+10
* 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-4/+4
* fix a theoretical double free.daniel2014-03-271-2/+4
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-9/+5
* replace workqs with tasks for handling resume. state handling isdlg2013-11-141-3/+5
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* 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/+20
* Make legacy xxpower() functions call xxstop() on suspend, and simplify theirderaadt2010-07-281-10/+37
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-12/+12
* 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
* use shiny new m_defrag() and nitems() instead of rolling our own.damien2008-11-251-23/+4
* redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE indamien2008-09-031-5/+15
* indent IF_PURGE. pointed out by brad@damien2008-08-281-2/+2
* #undef IPW_DEBUGdamien2008-08-281-5/+3
* i've lost the IF_PURGE() bits in the process...damien2008-08-281-27/+25