summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
AgeCommit message (Expand)Author
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-03-06Add missing function declarationsozaki-r
2017-03-03Add missing opt_net_mpsafe.h.msaitoh
2017-01-12Appease coverity which is having nightmares about strings not beingmaya
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-04Fix a -Werror=sign-compareskrll
2016-12-04Whitespaceskrll
2016-12-04Sync with FreeBSD/OpenBSD and add support for 88772B devices.skrll
2016-11-25+#include "opt_usb.h"skrll
2016-08-27Fix harmless typoskrll
2016-08-27flxd's axe(4) - I think.skrll
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-23Merge nick-nhusbskrll
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-04-08Added pmf hook.nonaka
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2013-11-08Add GPIO programming to support more PHY.roy
2013-09-12#ifdef some variables just like their usemartin
2013-01-22- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCKjmcneill
2013-01-16fix misplaced parenchristos
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-11-26put back rest of the lines that got cut off.christos
2012-11-26PR/47245: Toby Karyadi: more matches for AX88772B usb ethernet.christos
2012-11-25PR/47245: Toby Karyadi: Add AX88772B support to axe(4), e.g. for DLINKchristos
2012-08-24Fix typosmsaitoh
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-06-01Add a dependency on bpf module.nonaka
2012-03-11minor cleanups from usbmp:mrg
2012-03-06pull down from usbmp branch:mrg
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-08-25Remove some debugging code that was accidentally committedpgoyette
2011-08-25Update the module command-processing routine to match the ioconf filespgoyette
2011-08-23Update for modular buildpgoyette
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-08-14Don't free TX mbuf until it's passed to bpf(9).tsutsui
2010-08-14- use uint8_t for xfer buffers and byte numberstsutsui
2010-08-14No need to keep TX/RX mbufs during xfers in struct axe_chain.tsutsui
2010-08-14Fix missed botch in previous.tsutsui
2010-08-14Make pointer arithmetics of RX buf in axe_rxeof() more readabletsutsui
2010-08-14Apply rev 1.39 again.tsutsui
2010-08-14Ugh, no, revert previous.tsutsui
2010-08-14Remove dead assignment.tsutsui
2010-06-24KNF and misc cosmetics.tsutsui
2010-06-24Remove unused sc->axe_stop_task in softc.tsutsui
2010-06-24Fix several botches:tsutsui
2010-06-23Update if_axe for additional chips and models. Mostly imported frompgoyette