summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2016-12-22[rsu] convert rsu to use the ieee80211_rx_stats struct to pass up RSSI, PHY a...Adrian Chadd
2016-12-19Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoidHans Petter Selasky
2016-12-11rsu: fix and enable Rx TCP checksum offloading.Andriy Voskoboinyk
2016-12-10rsu: various initialization fixes.Andriy Voskoboinyk
2016-12-10rsu: use bitmap for all debug messages.Andriy Voskoboinyk
2016-12-10rsu: add promiscuous mode support.Andriy Voskoboinyk
2016-12-10rsu: increase Rx buffer size from 8k to 30k.Andriy Voskoboinyk
2016-12-10rsu: add TSF field into Rx radiotap.Andriy Voskoboinyk
2016-12-10Add Genesys Logic USB hub.Poul-Henning Kamp
2016-12-08rsu: fix incorrect register addresses.Andriy Voskoboinyk
2016-12-07Switch if_run.c to use a bitmap for debug levels rather than arbitraryGavin Atkinson
2016-12-07net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk
2016-12-06rsu: fix printf format specifiers.Andriy Voskoboinyk
2016-12-06rsu: add hardware crypto support (WEP, TKIP and CCMP).Andriy Voskoboinyk
2016-12-04rsu: fix RSSI reporting, partially revert r288414.Andriy Voskoboinyk
2016-12-03rsu: fix frame processing in the Rx path (similar to r292207).Andriy Voskoboinyk
2016-12-03rsu: remove unused structures / variables.Andriy Voskoboinyk
2016-11-27rsu: add support for hardware multicast filter setup.Andriy Voskoboinyk
2016-11-27Fix spelling.Hans Petter Selasky
2016-11-27rsu: various scanning fixes.Andriy Voskoboinyk
2016-11-26rsu: fix R92S_TXDW1_QSEL_H2C definition (0x1f -> 0x13).Andriy Voskoboinyk
2016-11-17Declare dwc_otg_detach as non-static (same as dwc_otg_attach),Ruslan Bukin
2016-11-17Allow operation with UTMI+ phy.Ruslan Bukin
2016-11-16Make sure MAC address is reprogrammed when if_init() callback isHans Petter Selasky
2016-11-11Use ofw_bus_node_is_compatible in more drivers used on arm.Andrew Turner
2016-11-09Add some device IDs found in my new laptop.Alexander Motin
2016-11-09Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1.Kevin Lo
2016-11-01Make sure the virtual T-axis buttons generate button release event(s)Hans Petter Selasky
2016-10-31Make sure the virtual T-axis buttons gets cleared for USB mice which hasHans Petter Selasky
2016-10-31Add preliminary support for the RTL8153.Kevin Lo
2016-10-25uhso(4): Fix a null pointer dereferenceConrad Meyer
2016-10-25Make the USB attach strings in dmesg include product name.Edward Tomasz Napierala
2016-10-22EVDEV: ums evdev support improvements: locking and event reportingOleksandr Tymoshenko
2016-10-17Fix device delete child function.Hans Petter Selasky
2016-10-12net80211: convert all ieee80211_input_mimo*() consumersAndriy Voskoboinyk
2016-10-12[fdt] Add one more heuristic to determine MAC address of the SMSC deviceOleksandr Tymoshenko
2016-10-12Make BCM28x USB driver compatible with upstream device treeOleksandr Tymoshenko
2016-10-08[net80211] extend the ieee80211_rx_stats struct to include more information.Adrian Chadd
2016-10-03const-ify struct evdev_methodsOleksandr Tymoshenko
2016-10-02net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk
2016-10-02Modularize evdevOleksandr Tymoshenko
2016-09-30Declare a module for evdev and add dependency to ukbd(4) and ums(4)Oleksandr Tymoshenko
2016-09-30Add new USB ID.Hans Petter Selasky
2016-09-25rsu: do not restart calibration task when going out of RUN state.Andriy Voskoboinyk
2016-09-23Do not perform extra check for NULL, evdev_free can handle NULL valueOleksandr Tymoshenko
2016-09-22Add the ID for the Huawei ME909S LTE modem.Luiz Otavio O Souza
2016-09-22Add TP-Link Archer T4U.Kevin Lo
2016-09-21Add evdev support to ums(4)Oleksandr Tymoshenko
2016-09-21Add evdev support to ukbd driverOleksandr Tymoshenko
2016-09-20net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk