index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.
stsp
2
-146
/
+13
2020-06-22
Remove unused code for parsing non-volatile memory (NVM) from iwx(4).
stsp
3
-465
/
+5
2020-06-22
Some connectors attach late when the drm driver is registers. For
kettenis
1
-17
/
+37
2020-06-22
apart from the lock wait_queue_head struct is unused so replace it
jsg
1
-25
/
+25
2020-06-22
don't try to decrement if completion flag is UINT_MAX
jsg
1
-6
/
+11
2020-06-22
drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode
jsg
1
-2
/
+9
2020-06-22
drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and raven
jsg
1
-0
/
+9
2020-06-22
drm/amd/display: Do not disable pipe split if mode is not supported
jsg
1
-2
/
+7
2020-06-22
drm/amd/display: dmcu wait loop calculation is incorrect in RV
jsg
1
-3
/
+0
2020-06-22
drm/amd/display: Correct updating logic of dcn21's pipe VM flags
jsg
1
-5
/
+1
2020-06-22
drm/amd/display: Revert to old formula in set_vtg_params
jsg
1
-2
/
+4
2020-06-22
drm/dp: Lenovo X13 Yoga OLED panel brightness fix
jsg
1
-0
/
+1
2020-06-22
drm/amdgpu: Init data to avoid oops while reading pp_num_states.
jsg
1
-1
/
+4
2020-06-22
drm/amd/display: fix virtual signal dsc setup
jsg
1
-1
/
+1
2020-06-22
drm/amd/display: Force watermark value propagation
jsg
2
-1
/
+6
2020-06-22
drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4
jsg
1
-18
/
+25
2020-06-22
gup: document and work around "COW can break either way" issue
jsg
1
-0
/
+8
2020-06-22
Fix two iwx(4) TX_CMD_OFFLD macros.
stsp
1
-3
/
+3
2020-06-22
Prepare for newer iwx(4) firmware scan command versions.
stsp
2
-9
/
+72
2020-06-22
Update definition of the iwx_ac_to_tx_fifo map.
stsp
1
-5
/
+5
2020-06-22
Enable critical temperature detection in iwx(4) firmware.
stsp
2
-2
/
+71
2020-06-22
Do not copy an SSID into the iwx(4) probe request template.
stsp
1
-2
/
+4
2020-06-22
Fix unconditional write to v1.scan_priority in iwx(4) scan command.
stsp
1
-2
/
+3
2020-06-22
Fix length specification for 2GHz band IE data in iwx(4) probe request
stsp
1
-2
/
+2
2020-06-22
in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signal
jsg
1
-14
/
+11
2020-06-22
let userland read vpd info from a pci device.
dlg
1
-4
/
+35
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
dlg
11
-26
/
+46
2020-06-21
correct mutex_lock_interruptible()
jsg
1
-2
/
+9
2020-06-21
The onboard interfaces on T7/S7 machines don't provide a valid MAC address
jmatthew
1
-1
/
+11
2020-06-20
Make FUNCTION()/UNIT() return valid major/minor device numbers rather
krw
1
-3
/
+4
2020-06-20
make zeroing fb mem conditional matching linux path
jsg
1
-1
/
+2
2020-06-19
Make iwx(4) reset Tx byte count table slots for frames that are done.
stsp
1
-5
/
+11
2020-06-19
Add WPA2 (CCMP) crypto offload support to iwx(4).
stsp
2
-25
/
+216
2020-06-19
reduce the diff to linux
jsg
2
-4
/
+2
2020-06-18
BCM5719 A1 seen in the wild.
kettenis
2
-2
/
+4
2020-06-17
Remove the bus specific sc_ih (interrup handle) variable and use the common
claudio
1
-7
/
+6
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 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
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
[next]