index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_run.c
Age
Commit message (
Expand
)
Author
2020-11-27
As in urtwn(4), don't bring link up (getting dhclient(8) excited) until
Kenneth R Westerback
2020-10-11
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Martin Pieuchot
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2020-01-05
remove duplicate device ids
Jonathan Gray
2019-09-12
Make wireless drivers call if_input() only once per interrupt.
Stefan Sperling
2019-04-25
Follow up on jmatthew's suggestion:
Kevin Lo
2018-01-30
Add D-Link DWA-125 rev B2 to list of devices supported by run(4).
Vadim Zhukov
2017-10-26
Move common code to add/remove multicast filters to ieee80211_ioctl(9).
Martin Pieuchot
2017-08-14
Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.
Stefan Sperling
2017-08-02
Match D-Link DWA-130 rev F1 devices. These work with run(4).
Stefan Sperling
2017-07-21
Drop Rx'd frames larger than MCLBYTES.
Kevin Lo
2017-07-03
Replace slot time durations with macros.
Kevin Lo
2017-06-02
Remove a bogus run_read() call about getting MAC version.
Kevin Lo
2017-03-26
Add sizes to various free(9) calls. Fixing the simpler ones first.
Theo de Raadt
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
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-08-28
Fix compiling a kernel without NBPFILTER > 0.
Reyk Floeter
2015-06-12
Only match devices with a valid configuration.
Martin Pieuchot
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
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-09-26
Revert a part of r1.98 if_run.c which caused a regression on older gen
Mike Larkin
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-06-13
Make run(4) attach to RT5572.
Stefan Sperling
2014-06-07
In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.
Stefan Sperling
2014-05-24
Support for newer run(4) hardware ported from FreeBSD's run(4) driver.
Stefan Sperling
2014-03-19
Stop abusing the rcvif pointer to pass wireless nodes down to the
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-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-06-11
Replace more ovbcopy with memmove; swap the src and dst arguments too
Theo de Raadt
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2012-10-12
Cleanup false positives for uninitialized uses.
Christiano F. Haesbaert
2012-03-24
add a bunch of run devices found in the linux driver
Jonathan Gray
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
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-30
another run
Ted Unangst
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2011-01-10
add the Buffalo WLI-UC-GNHP.
Damien Bergamini
[next]