Age | Commit message (Expand) | Author |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
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-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-12 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-05-17 | Read ethernet address from EEPROM on AX88772B based on FreeBSD | Can Erkin Acar |
2015-02-12 | Convert to if_input(). | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
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-04-12 | simplify flag tests | Jonathan Gray |
2013-11-15 | Clean-up usbd_abort_pipe() usage. | Paul Irofti |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-07-02 | Rearrange the inequalities. | Brad Smith |
2013-06-03 | remove unless lines | Yojiro Uo |
2013-05-31 | enable REALTEK 8211C(L) GbE phy with axe(4). | Yojiro Uo |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2013-03-04 | Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@ | Stuart Henderson |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-11-21 | Hook D-Link DUB-E100 rev C1 to axe(4) | Kirill Bychkov |
2012-11-14 | add support for the lenovo usb 2.0 ethernet adapter | joshua stein |
2012-11-10 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2012-09-12 | match on another axis AX88772B that comes with the asus ux21/ux31a | joshua stein |
2012-04-01 | make this work on big endian archs again, broken in the last commit. | Jonathan Gray |
2012-03-01 | add support for AX88772B | Jonathan Gray |
2011-09-16 | Fix a bunch of typos: manaul, monnitor, machiune, autload. | Miod Vallat |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-11-14 | Cleanup dmesg a bit, do not print the device name twice when attaching | Paul de Weerd |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-09-24 | try to print the attach dmesg line in one unit, rather than intermixing | Theo de Raadt |
2010-09-23 | remove dying flag in the detach() function. | Yojiro Uo |
2010-09-21 | Better PHY probing adapted from FreeBSD by Laurent Ghigonis | Jonathan Gray |
2010-01-09 | Explicitly turn on mii/gmii/rgmii for the 178/gigabit devices | Jonathan Gray |
2009-11-22 | add a bunch of devices found in linux drivers | Jonathan Gray |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-20 | Support the AX88772A model (found while shopping today); tested by mtu | Theo de Raadt |
2009-05-13 | Support setting a different MAC address from the one in EEPROM | Jonathan Gray |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-06 | Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed | Brad Smith |
2008-11-02 | Remove duplicate call to ether_ifdetach() in axe_detach() | Jonathan Gray |