summaryrefslogtreecommitdiff
path: root/sys/src/cmd/nusb/ether
AgeCommit message (Expand)Author
2023-01-29nusb/ether: support for asix ax88179 (thanks Aidan K. Wiggins)cinap_lenrek
2022-02-23nusb/ether: use setalt()cinap_lenrek
2022-02-23nusb/ether: remove csp check for rndis, already done in nusbrccinap_lenrek
2022-02-21nusb: Fix handling of interface altsetting.cinap_lenrek
2021-04-20nusb/ether: rndis: add standard class code (tested by jmi2k with OnePlus 8)Sigrid
2021-04-01[9front] [patch] nusb/ether -t rndisRomano
2018-10-20nusb/ether: add support for lan78xx (raspi3) (thanks richard miller)cinap_lenrek
2018-10-20nusb/ether: tune buffer size parameters for SMSC ethernet (raspi) (thanks ric...cinap_lenrek
2018-08-07nusb/ether: fix ethertype filteringcinap_lenrek
2018-02-18nusb/ether: mux bridges, bring in line with devethercinap_lenrek
2018-02-18nusb: add missing header dependencies to mkfilescinap_lenrek
2017-12-18nusb/ether: dont forward loopback packets on bridges, remove read nonblocking...cinap_lenrek
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
2016-11-12nusb/ether: support for "bridge" ctl messagecinap_lenrek
2016-09-17nusb/ether: promisc and multicast support for admtek pegasus (aue)cinap_lenrek
2016-09-17nusb/ether: multicast and promisc support for rtl8150 (url)cinap_lenrek
2016-09-16nusb/ether: experimental pomisc mode and multicast support for smsc and asixcinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
2014-04-23nusb/rndis: avoid allocation on each transmissionftrvxmtrx
2014-04-22nusb/ether: add RNDIS support (tested on Nexus 5)ftrvxmtrx
2014-02-14nusb/ether: fix pointer truncationcinap_lenrek
2013-10-18nusb/ether: new driver interface with kernel inspired Block bufferscinap_lenrek
2013-10-16nusb/ether: fix wrong size check causing odd sized packets to be discarded (t...cinap_lenrek
2013-10-02nusb/ether: add rtl8150 driver, remove unused includesppatience0
2013-08-24nusb/ether: add aue driver for admtek pegasus usb ethernet adapterppatience0
2013-06-19nusb/ether: fix asixread() invert/shift in wrong orderppatience0
2013-06-18nusb/ether: fix asixwrite()cinap_lenrek
2013-06-16nusb/ether: call sysfatal if dev is nilppatience0
2012-12-06nusb/ether: remove debug prints, cleanupcinap_lenrek
2012-12-06nusb/ether: remove vid check in smsc driver, cleanup cdc drivercinap_lenrek
2012-12-06nusb/ether: port drivers for asix and smsc ethernetcinap_lenrek
2012-09-06nusb: handle 0 csp value on iface, remove unneeded configdev() calls after ge...cinap_lenrek
2011-08-27nusb/ether: fix exit statuscinap_lenrek
2011-08-26nusb: add ethernetcinap_lenrek