Age | Commit message (Expand) | Author |
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 |