| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up on jmatthew's suggestion: |  kevlo | 2019-04-25 | 1 | -3/+3 |
* | 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 |
* | Fix iwi(4) regressions. WPA was broken since 6.0 errata 018. |  stsp | 2017-03-29 | 1 | -1/+5 |
* | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING |  mpi | 2017-03-08 | 1 | -3/+1 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -3/+1 |
* | 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 | -6/+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 | -3/+3 |
* | Use m_defrag(9) instead of rolling our own inlined version. |  kettenis | 2015-05-27 | 1 | -17/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -3/+1 |
* | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' |  mpi | 2015-02-10 | 1 | -2/+1 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -5/+5 |
* | 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 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | 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 | -3/+3 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -6/+6 |
* | Seems we simply have to live with fatal firmware errors. Even Linux, with its |  kettenis | 2013-12-03 | 1 | -11/+18 |
* | replace workqs with tasks for handling resume |  dlg | 2013-11-14 | 1 | -4/+5 |
* | Use %z* for size_t |  sf | 2013-10-01 | 1 | -3/+3 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | 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/+17 |
* | Make legacy xxpower() functions call xxstop() on suspend, and simplify their |  deraadt | 2010-07-28 | 1 | -10/+38 |
* | BUS_DMA_ZERO instead of alloc, map, bzero. |  oga | 2010-05-19 | 1 | -6/+3 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -2/+1 |
* | sync setting of the capinfo field of assoc req frames w/ net80211. |  damien | 2009-05-11 | 1 | -2/+2 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -9/+9 |
* | 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 |
* | more sizeof->nitems |  damien | 2008-11-25 | 1 | -2/+2 |
* | use shiny new m_defrag() and nitems() instead of rolling our own. |  damien | 2008-11-25 | 1 | -20/+2 |
* | mostly cosmetic. |  damien | 2008-09-04 | 1 | -88/+56 |
* | (Re)Association requests should contain a QoS Capability element, |  damien | 2008-09-03 | 1 | -4/+4 |
* | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in |  damien | 2008-09-03 | 1 | -6/+15 |
* | 80 cols. |  damien | 2008-08-28 | 1 | -2/+3 |
* | WPA support for iwi(4). |  damien | 2008-08-28 | 1 | -87/+124 |