| Commit message (Expand) | Author | Age | Files | Lines |
* | Since ipw(4) doesn't call into net80211_newstate() the interface link state |  stsp | 2021-03-28 | 1 | -1/+13 |
* | In ipw(4), ensure that net80211 is in ASSOC state while we are expecting |  stsp | 2021-03-12 | 1 | -1/+7 |
* | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 1 | -2/+2 |
* | remove the "copy function" argument to bpf_mtap_hdr. |  dlg | 2019-09-30 | 1 | -3/+3 |
* | don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr. |  dlg | 2019-09-18 | 1 | -17/+5 |
* | Make wireless drivers call if_input() only once per interrupt. |  stsp | 2019-09-12 | 1 | -5/+8 |
* | ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@ |  cheloha | 2019-07-25 | 1 | -4/+4 |
* | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. |  pirofti | 2018-04-26 | 1 | -4/+1 |
* | Move common code to add/remove multicast filters to ieee80211_ioctl(9). |  mpi | 2017-10-26 | 1 | -14/+1 |
* | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING |  mpi | 2017-03-08 | 1 | -4/+1 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -4/+1 |
* | redo rwlock conversion now that i've compiled it on i386 |  tedu | 2016-09-05 | 1 | -22/+9 |
* | Backout previous commit; does not compile. |  kettenis | 2016-09-05 | 1 | -9/+22 |
* | convert busy flag and tsleep to rwlock as in iwm |  tedu | 2016-09-05 | 1 | -22/+9 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -5/+6 |
* | No need to include <net/if_arp.h> |  mpi | 2015-11-24 | 1 | -2/+1 |
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | shuffle struct ifqueue so in flight mbufs are protected by a mutex. |  dlg | 2015-11-20 | 1 | -5/+6 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -5/+1 |
* | sizes for free(), mostly related to firmwares. |  deraadt | 2015-09-01 | 1 | -8/+7 |
* | Use m_defrag(9) instead of rolling our own inlined version. |  kettenis | 2015-05-27 | 1 | -17/+2 |
* | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' |  mpi | 2015-02-10 | 1 | -2/+1 |
* | i forgot to fix ipw when i removed the second task argument. |  dlg | 2015-01-27 | 1 | -7/+7 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -2/+2 |
* | Fix tree breakage due to unused variable after last commit. |  krw | 2014-12-19 | 1 | -2/+1 |
* | Change scan and auth+assoc workq entries to taskq entries. |  krw | 2014-12-19 | 1 | -8/+10 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -3/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | fix a theoretical double free. |  daniel | 2014-03-27 | 1 | -2/+4 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -9/+5 |
* | replace workqs with tasks for handling resume. state handling is |  dlg | 2013-11-14 | 1 | -3/+5 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Do not use NULL in integer comparisons. No functional change. |  miod | 2011-04-07 | 1 | -2/+2 |
* | Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop. |  damien | 2010-11-15 | 1 | -1/+4 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -10/+1 |
* | Move the guts of the powerhook function into the activate function and make |  deraadt | 2010-08-27 | 1 | -15/+10 |
* | remove the unused if_init callback in struct ifnet |  jsg | 2010-08-27 | 1 | -2/+1 |
* | homogeneous style. |  damien | 2010-08-12 | 1 | -4/+4 |
* | Instead of returning EBUSY when the busy flag is set in the ioctl, sleep |  oga | 2010-08-12 | 1 | -3/+9 |
* | Bring the suspend/resume code of all the Intel wireless drivers in line with |  kettenis | 2010-08-03 | 1 | -3/+20 |
* | Make legacy xxpower() functions call xxstop() on suspend, and simplify their |  deraadt | 2010-07-28 | 1 | -10/+37 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -2/+1 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -12/+12 |
* | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: |  damien | 2009-01-26 | 1 | -3/+3 |
* | I swapped MGETHDR arguments in my m_defrag removal commit. |  damien | 2008-12-22 | 1 | -2/+2 |
* | Undo m_defrag(). |  damien | 2008-12-21 | 1 | -3/+18 |
* | use shiny new m_defrag() and nitems() instead of rolling our own. |  damien | 2008-11-25 | 1 | -23/+4 |
* | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in |  damien | 2008-09-03 | 1 | -5/+15 |