aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Refine locking inside of syscon driver.Michal Meloun2020-09-253-31/+140
* Correctly handle nodes compatible with "syscon", "simple-bus".Michal Meloun2020-09-253-6/+32
* Make simplebus friendlier for subclassing.Michal Meloun2020-09-252-2/+29
* amdtemp(4), amdsmn(4): Attach to Ryzen 4000 APU (Zen 2, "Renoir")Conrad Meyer2020-09-252-1/+10
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-246-49/+48
* cxgbe(4): let the PF driver use VM work requests for transmit.Navdeep Parhar2020-09-223-22/+113
* cxgbe(4): add counters for mbuf pullups and defrags.Navdeep Parhar2020-09-221-1/+22
* Add support for Winbond USB CDC modem device found in Tenma power supply.Hans Petter Selasky2020-09-212-0/+3
* Add an ioctl to get an NVMe device's maximum transfer sizeDavid Bright2020-09-212-0/+4
* Fix for use of the XHCI driver on Cortex-A72 by adding a missing cacheHans Petter Selasky2020-09-191-0/+13
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-183-3/+3
* cxgbe(4): add the firmware binaries instead of the empty files that were addedNavdeep Parhar2020-09-183-0/+0
* cxgbe(4): add support for stateless offloads for VXLAN traffic.Navdeep Parhar2020-09-186-179/+678
* cxgbe(4): Update T4/5/6 firmwares to 1.25.0.0.Navdeep Parhar2020-09-179-18/+66
* e1000: Properly retain promisc flagEric Joyner2020-09-151-1/+1
* igb(4): Fix define and includes with RSS option enabledEric Joyner2020-09-151-0/+5
* Don't do the busy dance in icee_open/closeWarner Losh2020-09-141-27/+0
* cxgbe(4): Get the count of FCS errors from the MAC and not MPS for T6 ports.Navdeep Parhar2020-09-141-1/+27
* Add product ID strings for a couple Microchip usb hubs. Also, update theIan Lepore2020-09-141-2/+4
* Poll statistics more frequently in mlx5en(4).Hans Petter Selasky2020-09-141-1/+1
* Allow for interrupts on pl061 childrenAndrew Turner2020-09-141-0/+5
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-146-63/+53
* A major update to the ure driver.John-Mark Gurney2020-09-122-77/+648
* Convert the mps driver to use busdma templatesScott Long2020-09-113-89/+46
* iwm: fix regression from r365419 (ieee80211_media_change())Bjoern A. Zeeb2020-09-111-24/+2
* Don't clear reserved bits per RealTekJohn-Mark Gurney2020-09-111-3/+4
* ice(4): Update to 0.26.16Eric Joyner2020-09-1031-2123/+2746
* urndis(4): Add support of Inseego/Novatel Wireless MiFi 8800/8000Li-Wen Hsu2020-09-101-0/+3
* Move the pl061 acpi attachment earlierAndrew Turner2020-09-101-2/+3
* Move the rid variable to the generic iommu context.Ruslan Bukin2020-09-101-0/+1
* Switch the name of the pl061 driver to gpioAndrew Turner2020-09-102-2/+2
* Only manage ofw gpio providers on ofw systemsAndrew Turner2020-09-101-2/+4
* Use the correct variable to check which interrupt mode to useAndrew Turner2020-09-101-5/+5
* Convert allocations of the phys pager to vm_pager_allocate().Konstantin Belousov2020-09-082-3/+7
* Don't return errors from the cryptodev_process() method.John Baldwin2020-09-082-1/+2
* RISC-V: fix some mismatched format specifiersMitchell Horne2020-09-081-1/+1
* Add a GPIO driver for the Arm pl061 controllerAndrew Turner2020-09-084-0/+839
* Add support to BELKIN B2B128 USB3 Ethernet Adapter to axge(4)Li-Wen Hsu2020-09-082-0/+2
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-078-88/+20
* musb/allwinner: add support for configuring phy as well as device modeAndriy Gapon2020-09-071-3/+67
* musb/allwinner: add H3 supportAndriy Gapon2020-09-071-3/+21
* musb/allwinner: apply register filter in awusbdrd_bs_r_2() as wellAndriy Gapon2020-09-071-0/+2
* fixup r365398: add a missed file with all the new Allwinner musb_otg codeAndriy Gapon2020-09-071-0/+543
* twsi: some variants clear interrupt flag by writing 0, others by writing 1Andriy Gapon2020-09-073-7/+14
* twsi: use tsleep instead of pause for better responsivenessAndriy Gapon2020-09-071-1/+1
* aw_clk_nm: fix incorrect use of abs()Andriy Gapon2020-09-071-0/+6
* umass: enhance debuggingBjoern A. Zeeb2020-09-041-6/+16
* umass: fix a cam_sim leak in error caseBjoern A. Zeeb2020-09-041-0/+1
* move defintion of hw.i2c sysctl node from iicbb to iicbusAndriy Gapon2020-09-032-1/+3
* twsi: no need to compare boolean with boolean constantAndriy Gapon2020-09-031-1/+1