aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* qat: Free counters during detachMark Johnston2021-01-141-0/+5
* qat: Count request allocation failuresMark Johnston2021-01-142-0/+6
* qat: Fix DH895XCC firmware module autoloadingMark Johnston2021-01-141-1/+1
* iwm(4): Add support for Intel Killer(R) Wireless-AC 1550iMark Johnston2021-01-141-0/+2
* Add missing init of new fields after new UAR API was introducedHans Petter Selasky2021-01-141-2/+40
* unifdef -D__FreeBSD__ to remove the OpenBSD supportDavid E. O'Brien2021-01-141-199/+0
* dwwdt: Add PNP info for the driverEmmanuel Vadot2021-01-131-1/+7
* Add driver for Synopsys Designware Watchdog timer.Emmanuel Vadot2021-01-131-0/+360
* Variable declarations are since C99 and r363250 allowed inside for-loops.Hans Petter Selasky2021-01-131-4/+2
* Fix for off-by-one in GPIO driver after r368585.Hans Petter Selasky2021-01-131-2/+4
* if_wg: fix modules load on !x86Mitchell Horne2021-01-121-0/+3
* Fix for use-after-free in if_ure(4) driver.Hans Petter Selasky2021-01-122-54/+4
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-1211-12/+14
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-122-4/+4
* pci: Add pci_find_class_fromEmmanuel Vadot2021-01-122-0/+23
* netmap: vtnet: fix RX initialization after netmap_reset()Vincenzo Maffione2021-01-111-7/+12
* ndis: Per user request, delay removal to 14Brooks Davis2021-01-112-2/+2
* cgem: update 64-bit checkMitchell Horne2021-01-111-1/+1
* xen/privcmd: implement the restrict ioctlRoger Pau Monne2021-01-111-0/+82
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-111-0/+49
* xen/privcmd: implement the map resource ioctlRoger Pau Monne2021-01-111-0/+52
* xen/privcmd: split setup of virtual address range into helperRoger Pau Monné2021-01-111-33/+36
* xen/privcmd: make some integers unsignedRoger Pau Monné2021-01-111-2/+4
* hid: quiet -WswitchRyan Libby2021-01-114-0/+23
* netmap: restore hwofs and support it in iflibVincenzo Maffione2021-01-101-13/+34
* cgem: add 64-bit supportThomas Skibo2021-01-102-109/+296
* hid: fix extraneous SYSCTL_ADD_INT() options revealed by LINT buildVladimir Kondratyev2021-01-102-3/+3
* re: netmap: enable/disable krings on interface reinitVincenzo Maffione2021-01-101-0/+8
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-103-6/+14
* netmap: vtnet: stop krings during interface resetVincenzo Maffione2021-01-091-1/+7
* netmap: refactor netmap_resetVincenzo Maffione2021-01-091-45/+20
* netmap: iflib: stop krings during interface resetVincenzo Maffione2021-01-091-1/+1
* mvneta: Acquire the softc lock before clearing the MIBMark Johnston2021-01-091-0/+2
* fix big-endian platforms after 6733401935f8Chuck Tuffli2021-01-081-5/+9
* vmd: Clean up resources properly when vmd_attach() failsMark Johnston2021-01-081-6/+6
* mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston2021-01-082-2/+2
* mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston2021-01-082-31/+31
* safexcel: Fix a race around unblocking of crypto opsMark Johnston2021-01-082-20/+11
* safexcel: Stop using a stack buffer for the ring lock nameMark Johnston2021-01-082-3/+5
* Don't offset the UAR map twice in mlx5en(4).Hans Petter Selasky2021-01-083-13/+1
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-01-081-0/+39
* efidev: remove EFIIOC_GET_TABLE ioctlKyle Evans2021-01-081-8/+0
* Move the PMC overflow count to make it per-CPUAndrew Turner2021-01-082-8/+8
* Update hwpmc on armv7 to handle overflow betterAndrew Turner2021-01-081-7/+27
* Update user access region, UAR, APIs in the core in mlx5core.Hans Petter Selasky2021-01-0818-595/+843
* Fix whitespace in mlx5en(4).Hans Petter Selasky2021-01-081-1/+1
* Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky2021-01-085-10/+12
* Bump some copyrights in mlx5en(4).Hans Petter Selasky2021-01-082-2/+2
* Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).Hans Petter Selasky2021-01-081-11/+51
* Fixes for SRIOV in mlx5core.Hans Petter Selasky2021-01-081-0/+5