| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-17 | Let iwx(4) firmware decide which Tx rate to use. |  stsp | 2 | -7/+309 |
| 2020-06-17 | if the chip did rss, use the hash from the chip as an mbuf flowid. |  dlg | 2 | -2/+8 |
| 2020-06-17 | make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags. |  dlg | 1 | -3/+3 |
| 2020-06-17 | enable multiple queues (and interrupts on multiple cpus) on vmx(4). |  dlg | 2 | -33/+53 |
| 2020-06-17 | use atomic_set() in kref_init() |  jsg | 1 | -2/+2 |
| 2020-06-17 | kref_sub() interface was removed from linux and is unused |  jsg | 1 | -8/+1 |
| 2020-06-17 | add pci_intr_msix_count(), to get the msi-x table size for a device. |  dlg | 2 | -3/+22 |
| 2020-06-17 | use WRITE_ONCE and READ_ONCE for set and read |  jsg | 1 | -6/+6 |
| 2020-06-17 | Do not do logical negation of a bitshifted field. |  mortimer | 1 | -2/+2 |
| 2020-06-16 | Remove old commented out line and fix indent. |  mortimer | 1 | -3/+2 |
| 2020-06-16 | remove some unused defines |  jsg | 1 | -14/+6 |
| 2020-06-16 | implement atomic_inc_not_zero() by way of atomic_add_unless() |  jsg | 1 | -11/+3 |
| 2020-06-16 | remove a dead store |  jsg | 1 | -2/+2 |
| 2020-06-16 | Release the rx node if we were unable to allocate a new rx buffer. |  jmatthew | 1 | -2/+2 |
| 2020-06-16 | configure toeplitz using the kernel stoeplitz key if needed. |  dlg | 2 | -3/+32 |
| 2020-06-16 | show the structure for the rss configuration. |  dlg | 1 | -1/+20 |
| 2020-06-16 | Use separate event queues and interrupt vectors for admin/link events |  jmatthew | 1 | -137/+193 |
| 2020-06-15 | slight copyright update regarding recent work |  deraadt | 1 | -2/+2 |
| 2020-06-14 | Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses, |  patrick | 1 | -2/+2 |
| 2020-06-14 | rename our kunmap() to kunmap_va() |  jsg | 7 | -10/+10 |
| 2020-06-14 | convert kunmap() arguments with pointer to page struct |  jsg | 2 | -3/+4 |
| 2020-06-14 | fix i915_gem_swizzle_page() |  jsg | 1 | -1/+1 |
| 2020-06-14 | make IS_ERR() and IS_ERR_OR_NULL() return bool |  jsg | 1 | -2/+2 |
| 2020-06-14 | move tx and rx ring variables into their own structs. |  dlg | 1 | -170/+254 |
| 2020-06-13 | correct a krealloc conversion |  jsg | 1 | -1/+1 |
| 2020-06-13 | Some new firmware for ConnectX-5 tries to give pages back when |  jmatthew | 1 | -5/+5 |
| 2020-06-13 | use wakeup_one() in complete() |  jsg | 1 | -2/+2 |
| 2020-06-13 | use a unique wchan name for wait_for_completion() |  jsg | 1 | -2/+2 |
| 2020-06-12 | Fix pasto; configure pin as input if it isn't an output. |  kettenis | 1 | -2/+2 |
| 2020-06-12 | Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs is |  kettenis | 1 | -24/+2 |
| 2020-06-12 | Make amdgpu_irq_add_domain silent; this functionality is only needed to |  kettenis | 1 | -4/+2 |
| 2020-06-12 | don't warn on calls to drm_connector_attach_content_protection_property() |  jsg | 1 | -1/+0 |
| 2020-06-12 | correct typo, this did not compile.. |  deraadt | 1 | -2/+2 |
| 2020-06-12 | Pay attention to the (Linux) kernel log level. |  kettenis | 1 | -1/+8 |
| 2020-06-12 | Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just return |  kettenis | 1 | -1/+0 |
| 2020-06-12 | We won't support debugfs stuff on OpenBSD, at least not via a filesystem |  kettenis | 1 | -4/+2 |
| 2020-06-12 | Make i915_perf_register silent; don't see us supporting this functionality |  kettenis | 1 | -2/+1 |
| 2020-06-12 | DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATION |  jsg | 1 | -1/+0 |
| 2020-06-12 | remove unused mcx_softc members. |  dlg | 1 | -4/+1 |
| 2020-06-11 | wrap some long lines. no functional change. |  dlg | 1 | -54/+102 |
| 2020-06-11 | When detaching uaudio, wait for device ref counter to drop to 0 |  ratchov | 1 | -7/+46 |
| 2020-06-11 | handle sg_set_page() with NULL page argument |  jsg | 1 | -2/+2 |
| 2020-06-11 | In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address again |  stsp | 3 | -9/+3 |
| 2020-06-11 | Make iwx(4) update the Tx ring byte count table. |  stsp | 1 | -8/+1 |
| 2020-06-11 | Increase iwx(4) command queue size. Otherwise the firmware sends duplicate |  stsp | 1 | -2/+2 |
| 2020-06-11 | Load iwx(4) firmware just once. |  stsp | 1 | -15/+1 |
| 2020-06-11 | Add initial support for regulatory domain updates in iwx(4). |  stsp | 2 | -14/+143 |
| 2020-06-11 | Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM data |  stsp | 3 | -26/+320 |
| 2020-06-11 | Make use of hardware crypto for CCMP. The tricky bits had been lying |  jmatthew | 3 | -40/+146 |
| 2020-06-11 | Add RK3399 audio clocks. |  patrick | 2 | -1/+63 |