summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
AgeCommit message (Expand)Author
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-05-17Read ethernet address from EEPROM on AX88772B based on FreeBSDCan Erkin Acar
2015-02-12Convert to if_input().Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-04-12simplify flag testsJonathan Gray
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-02Rearrange the inequalities.Brad Smith
2013-06-03remove unless linesYojiro Uo
2013-05-31enable REALTEK 8211C(L) GbE phy with axe(4).Yojiro Uo
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2013-03-04Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@Stuart Henderson
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2012-11-21Hook D-Link DUB-E100 rev C1 to axe(4)Kirill Bychkov
2012-11-14add support for the lenovo usb 2.0 ethernet adapterjoshua stein
2012-11-10Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-09-12match on another axis AX88772B that comes with the asus ux21/ux31ajoshua stein
2012-04-01make this work on big endian archs again, broken in the last commit.Jonathan Gray
2012-03-01add support for AX88772BJonathan Gray
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.Miod Vallat
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-11-14Cleanup dmesg a bit, do not print the device name twice when attachingPaul de Weerd
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-09-24try to print the attach dmesg line in one unit, rather than intermixingTheo de Raadt
2010-09-23remove dying flag in the detach() function.Yojiro Uo
2010-09-21Better PHY probing adapted from FreeBSD by Laurent GhigonisJonathan Gray
2010-01-09Explicitly turn on mii/gmii/rgmii for the 178/gigabit devicesJonathan Gray
2009-11-22add a bunch of devices found in linux driversJonathan Gray
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-09-20Support the AX88772A model (found while shopping today); tested by mtuTheo de Raadt
2009-05-13Support setting a different MAC address from the one in EEPROMJonathan Gray
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-06Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedBrad Smith
2008-11-02Remove duplicate call to ether_ifdetach() in axe_detach()Jonathan Gray