summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-21Update Spleen kernel fonts to version 1.7.1, bringing the followingFrederic Cambus
2020-06-21Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andKenneth R Westerback
2020-06-21correct mutex_lock_interruptible()Jonathan Gray
2020-06-21The onboard interfaces on T7/S7 machines don't provide a valid MAC addressJonathan Matthew
2020-06-20Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.Mark Kettenis
2020-06-20Shifts (<<) of more than 32 bits must be done on 64-bit values.Kenneth R Westerback
2020-06-20Make FUNCTION()/UNIT() return valid major/minor device numbers ratherKenneth R Westerback
2020-06-20make zeroing fb mem conditional matching linux pathJonathan Gray
2020-06-19Add support for BCM4359 SDIO variants such as the AP6359SA module foundMark Kettenis
2020-06-19Whitespace.Kenneth R Westerback
2020-06-19Whitespace. Two short lines to one line.Kenneth R Westerback
2020-06-19Make iwx(4) reset Tx byte count table slots for frames that are done.Stefan Sperling
2020-06-19Add WPA2 (CCMP) crypto offload support to iwx(4).Stefan Sperling
2020-06-19reduce the diff to linuxJonathan Gray
2020-06-18Add pcamux(4), a driver for the PCA8548 I2C switch.Mark Kettenis
2020-06-18BCM5719 A1 seen in the wild.Mark Kettenis
2020-06-17Fix broken HID descriptors of Elecom trackballs.Ulf Brosziewski
2020-06-17needs param.h, not types.hTheo de Raadt
2020-06-17Remove the bus specific sc_ih (interrup handle) variable and use the commonClaudio Jeker
2020-06-17Let iwx(4) firmware decide which Tx rate to use.Stefan Sperling
2020-06-17if the chip did rss, use the hash from the chip as an mbuf flowid.David Gwynne
2020-06-17make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.David Gwynne
2020-06-17enable multiple queues (and interrupts on multiple cpus) on vmx(4).David Gwynne
2020-06-17use atomic_set() in kref_init()Jonathan Gray
2020-06-17kref_sub() interface was removed from linux and is unusedJonathan Gray
2020-06-17add pci_intr_msix_count(), to get the msi-x table size for a device.David Gwynne
2020-06-17use WRITE_ONCE and READ_ONCE for set and readJonathan Gray
2020-06-17Do not do logical negation of a bitshifted field.mortimer
2020-06-16Remove old commented out line and fix indent.mortimer
2020-06-16remove some unused definesJonathan Gray
2020-06-16implement atomic_inc_not_zero() by way of atomic_add_unless()Jonathan Gray
2020-06-16remove a dead storeJonathan Gray
2020-06-16Release the rx node if we were unable to allocate a new rx buffer.Jonathan Matthew
2020-06-16configure toeplitz using the kernel stoeplitz key if needed.David Gwynne
2020-06-16show the structure for the rss configuration.David Gwynne
2020-06-16Use separate event queues and interrupt vectors for admin/link eventsJonathan Matthew
2020-06-15slight copyright update regarding recent workTheo de Raadt
2020-06-14Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses,Patrick Wildt
2020-06-14rename our kunmap() to kunmap_va()Jonathan Gray
2020-06-14convert kunmap() arguments with pointer to page structJonathan Gray
2020-06-14fix i915_gem_swizzle_page()Jonathan Gray
2020-06-14make IS_ERR() and IS_ERR_OR_NULL() return boolJonathan Gray
2020-06-14move tx and rx ring variables into their own structs.David Gwynne
2020-06-13correct a krealloc conversionJonathan Gray
2020-06-13Some new firmware for ConnectX-5 tries to give pages back whenJonathan Matthew
2020-06-13use wakeup_one() in complete()Jonathan Gray
2020-06-13use a unique wchan name for wait_for_completion()Jonathan Gray