Age | Commit message (Expand) | Author |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-18 | Remove unused variables, from Michael McConville. | Martin Pieuchot |
2015-09-10 | Show usb stack error code if a firmware page fails to load in urtwn(4). | Stefan Sperling |
2015-08-24 | Add some additional urtwn ids found in the linux rtl8192cu driver. | Jonathan Gray |
2015-08-22 | Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson. | Stefan Sperling |
2015-06-12 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-05-12 | Merge various urtwn(4) fixes from FreeBSD: | Stefan Sperling |
2015-05-10 | Fix urtwn(4) 11b performance for RTL8188EU devices. | Stefan Sperling |
2015-05-10 | My commit adding RTL8188EU did introduce a regression after all. | Stefan Sperling |
2015-05-04 | Add support for RTL8188EU chips to urtwn(4). | Stefan Sperling |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' | Martin Pieuchot |
2015-02-07 | Fix a logic error when enabling MAC and reset the checksum report bit | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-07-13 | No need for <netinet/in_systm.h> here. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to | Martin Pieuchot |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2014-03-14 | Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and | Martin Pieuchot |
2014-03-07 | Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's | Martin Pieuchot |
2013-09-30 | add some additional run(4)/urtwn(4) devices found in FreeBSD | Jonathan Gray |
2013-09-30 | Add ISY IWL 2000, another RTL8188CUS/urtwn(4) | Jonathan Gray |
2013-08-20 | add some urtwn device ids found in the windows driver | Jonathan Gray |
2013-08-19 | Add IO-DATA WN-G150UM from William Dunand. | Jonathan Gray |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-07-21 | Belkin N300 XR; Daryl Turner | Theo de Raadt |
2013-05-16 | attach to new RTL8188RU id, from Sigi Rudzio | Stuart Henderson |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-29 | Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL. | Brad Smith |
2012-09-17 | Bit field name was confused. Not MCS08 but MCS09. | YASUOKA Masahiko |
2012-04-08 | additional urtwn device ids found in the linux driver | Jonathan Gray |
2012-04-08 | match BELKIN F7D2102; from Seth Jackson | Theo de Raadt |
2011-11-26 | add Netgear WNA100M | Chris Kuethe |
2011-10-29 | avoid an out-of-bounds array access in urtwn_iq_calib_chain(); | Gleydson Soares |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-02-10 | now that usb_wait_task() is back, bring back recently reverted | Jacob Meuser |
2011-02-09 | revert usb.c to r1.72, and all subsequent changes that depend on it. | Jacob Meuser |
2011-02-05 | * use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a | Jacob Meuser |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-31 | grrr... use the same style in the activate functions than in the | Damien Bergamini |
2010-12-27 | * add cfattach activate functions and call usbd_deactivate() in the | Jacob Meuser |
2010-12-11 | drop Rx'd frames larger than MCLBYTES. | Damien Bergamini |
2010-12-11 | rxi_flags was used uninitialized, and in some cases, received frames | Damien Bergamini |
2010-12-07 | remove useless #include | Damien Bergamini |
2010-11-16 | attach FeiXun products. | Damien Bergamini |
2010-11-16 | periodically measure temperature and redo LC calibration if temperature | Damien Bergamini |
2010-11-15 | print board type in human readable form in dmesg. | Damien Bergamini |