index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_axe.c
Age
Commit message (
Expand
)
Author
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-03-06
Add missing function declarations
ozaki-r
2017-03-03
Add missing opt_net_mpsafe.h.
msaitoh
2017-01-12
Appease coverity which is having nightmares about strings not being
maya
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-04
Fix a -Werror=sign-compare
skrll
2016-12-04
Whitespace
skrll
2016-12-04
Sync with FreeBSD/OpenBSD and add support for 88772B devices.
skrll
2016-11-25
+#include "opt_usb.h"
skrll
2016-08-27
Fix harmless typo
skrll
2016-08-27
flxd's axe(4) - I think.
skrll
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-04-23
Merge nick-nhusb
skrll
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2015-04-08
Added pmf hook.
nonaka
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2013-11-08
Add GPIO programming to support more PHY.
roy
2013-09-12
#ifdef some variables just like their use
martin
2013-01-22
- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK
jmcneill
2013-01-16
fix misplaced paren
christos
2013-01-05
- need opt_usb.h if depending on USB_DEBUG
christos
2012-12-27
Consistent/Correct error message from failing usbd_set_config.
skrll
2012-11-26
put back rest of the lines that got cut off.
christos
2012-11-26
PR/47245: Toby Karyadi: more matches for AX88772B usb ethernet.
christos
2012-11-25
PR/47245: Toby Karyadi: Add AX88772B support to axe(4), e.g. for DLINK
christos
2012-08-24
Fix typos
msaitoh
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-06-01
Add a dependency on bpf module.
nonaka
2012-03-11
minor cleanups from usbmp:
mrg
2012-03-06
pull down from usbmp branch:
mrg
2012-02-24
remove any remnants of freebsd/openbsd code.
mrg
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-08-25
Remove some debugging code that was accidentally committed
pgoyette
2011-08-25
Update the module command-processing routine to match the ioconf files
pgoyette
2011-08-23
Update for modular build
pgoyette
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2010-08-14
Don't free TX mbuf until it's passed to bpf(9).
tsutsui
2010-08-14
- use uint8_t for xfer buffers and byte numbers
tsutsui
2010-08-14
No need to keep TX/RX mbufs during xfers in struct axe_chain.
tsutsui
2010-08-14
Fix missed botch in previous.
tsutsui
2010-08-14
Make pointer arithmetics of RX buf in axe_rxeof() more readable
tsutsui
2010-08-14
Apply rev 1.39 again.
tsutsui
2010-08-14
Ugh, no, revert previous.
tsutsui
2010-08-14
Remove dead assignment.
tsutsui
2010-06-24
KNF and misc cosmetics.
tsutsui
2010-06-24
Remove unused sc->axe_stop_task in softc.
tsutsui
2010-06-24
Fix several botches:
tsutsui
2010-06-23
Update if_axe for additional chips and models. Mostly imported from
pgoyette
[next]