| Age | Commit message (Expand) | Author |
| 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 |
| 2010-06-23 | Fix cut&paste error - the commit log message was correct, just the code | pgoyette |
| 2010-06-22 | Make sure we unlock before exit. | pgoyette |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-06 | Simplify several device-activation hooks. | dyoung |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2009-09-04 | Change spaces to tabs and remove some unnecessary parentheses. No | dyoung |
| 2009-09-04 | Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). | dyoung |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |