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_axen.c
Age
Commit message (
Expand
)
Author
2024-10-07
Add support for AX88772D.
Kevin Lo
2024-05-23
remove unneeded includes; ok mpi@
Jonathan Gray
2024-01-04
Add support for AX88179A. AX88179A interweave dummies alongside valid
Kevin Lo
2022-01-09
spelling
Jonathan Gray
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-06-09
Do not call encap routines with the IFQ mutex held, as they might
Gerhard Roth
2019-07-07
Eliminate duplicate code in xxx_detach().
Kevin Lo
2018-12-05
Do not call usbd_delay_ms() from interrupt context.
Martin Pieuchot
2018-06-12
axen(4): Identify the owner of some chatty printfs
Mike Larkin
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-09-14
Always set the MAC address when initializing the chip.
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-20
Update the axen driver to initialize the hardware on reset. Change was sugges...
Brandon Mercer
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-07-16
add USB3.0 related code
Yojiro Uo
2015-07-16
ignore 4 byte trailing padding of each recv packet, when copying to upper
Yojiro Uo
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-12
Only match devices with a valid configuration.
Martin Pieuchot
2015-03-20
Convert to if_input(), tested by Fabian Raetz, thanks!
Martin Pieuchot
2015-01-22
Use correct error type and remove unused interface pointer.
Martin Pieuchot
2015-01-12
Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.
Stefan Sperling
2014-12-22
unifdef INET
Ted Unangst
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-03-16
Add Sitecom LN-032 from/tested by Fabian Raetz.
Jonathan Gray
2013-11-20
in_var.h is not needed.
Martin Pieuchot
2013-11-15
Clean-up usbd_abort_pipe() usage.
Paul Irofti
2013-10-21
- trivial and/or obvious bug fix
Yojiro Uo
2013-10-07
remove some debug printf.
Yojiro Uo
2013-10-07
add device driver for ASIX AX88178a and AX88179 Ethernet interface.
Yojiro Uo