| 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 |
* | Some wifi drivers don't call ieee80211_newstate() during some state |  stsp | 2018-01-31 | 1 | -4/+14 |
* | Move common code to add/remove multicast filters to ieee80211_ioctl(9). |  mpi | 2017-10-26 | 1 | -12/+1 |
* | Unbreak the rsu(4) driver which was not kept up-to-date with recent WPA |  stsp | 2017-07-21 | 1 | -4/+12 |
* | Fix frame length bounds checks in rsu(4). |  stsp | 2017-07-21 | 1 | -5/+16 |
* | Add sizes to various free(9) calls. Fixing the simpler ones first. |  deraadt | 2017-03-26 | 1 | -2/+2 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -2/+1 |
* | In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet. |  stsp | 2016-07-26 | 1 | -1/+3 |
* | Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen. |  stsp | 2016-07-26 | 1 | -2/+2 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode |  stsp | 2016-01-05 | 1 | -13/+2 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -7/+8 |
* | 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 |
* | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct |  stsp | 2015-11-15 | 1 | -2/+7 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -5/+1 |
* | Only match devices with a valid configuration. |  mpi | 2015-06-12 | 1 | -17/+4 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' |  mpi | 2015-02-10 | 1 | -3/+1 |
* | 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 |
* | No need for <netinet/in_systm.h> here. |  mpi | 2014-07-13 | 1 | -3/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to |  mpi | 2014-07-12 | 1 | -20/+2 |
* | Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's |  mpi | 2014-03-07 | 1 | -5/+1 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -8/+8 |
* | Instead of using a wrapper around usbd_transfer() when submitting a |  mpi | 2013-04-12 | 1 | -5/+7 |
* | The firmware isn't always happy with the length of the "join BSS" command |  kettenis | 2013-02-04 | 1 | -2/+2 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -3/+1 |
* | now that usb_wait_task() is back, bring back recently reverted |  jakemsr | 2011-02-10 | 1 | -9/+28 |
* | revert usb.c to r1.72, and all subsequent changes that depend on it. |  jakemsr | 2011-02-09 | 1 | -28/+9 |
* | * use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a |  jakemsr | 2011-02-05 | 1 | -9/+28 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -4/+1 |
* | grrr... use the same style in the activate functions than in the |  damien | 2010-12-31 | 1 | -4/+2 |
* | * add cfattach activate functions and call usbd_deactivate() in the |  jakemsr | 2010-12-27 | 1 | -2/+21 |
* | rsu(4) supports the Sweex LW154 |  jakemsr | 2010-12-18 | 1 | -2/+3 |
* | attach the Hercules HWGUn-54 to rsu(4) |  damien | 2010-12-15 | 1 | -6/+5 |
* | Match the Sitecom WL-349 v1. |  kettenis | 2010-12-14 | 1 | -1/+2 |
* | #undef RSU_DEBUG |  damien | 2010-12-13 | 1 | -8/+6 |
* | cosmetic |  damien | 2010-12-12 | 1 | -9/+31 |
* | Match the Planex GW-USNano. |  jsg | 2010-12-12 | 1 | -1/+2 |
* | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU |  damien | 2010-12-11 | 1 | -0/+2318 |