index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2016-02-15
Convert to uiomove. From Martin Natano.
Stefan Kempf
2016-02-14
Avoid using uninitialized variables in two corner cases. In one
Kenneth R Westerback
2016-02-13
Convert to uiomove. From Martin Natano.
Stefan Kempf
2016-02-13
Make iwm(4) initialize net80211 callback pointers at attach time.
Stefan Sperling
2016-02-12
Remove the "GenuineIntel" check from x86 mdrandom(). Checking the
Christian Weisgerber
2016-02-12
pcakets -> packets
mmcc
2016-02-12
Convert to uiomove. From Martin Natano.
Stefan Kempf
2016-02-12
Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs
Martin Pieuchot
2016-02-12
Remove superfluous assignments of 'subtype' in ieee80211_input().
Stefan Sperling
2016-02-11
In ieee80211_input(), initialize 'subtype' variable before using it.
Stefan Sperling
2016-02-11
Make sure uiomove does not copy more than uio_resid bytes, as the manual
Stefan Kempf
2016-02-11
Fix whitespace.
Stefan Sperling
2016-02-11
Make the heuristic which catches frames with sequence numbers outside the
Stefan Sperling
2016-02-11
Trim text in comment.
Stefan Sperling
2016-02-11
In ieee80211_ba_input(), compute the expression '(sn - ba->ba_winend) & 0xfff'
Stefan Sperling
2016-02-11
Don't pass QoS "no data" frames to the A-MPDU reordering logic. Such frames
Stefan Sperling
2016-02-11
Return ENOBUFS when bumping in the multicast max group memberships
Jeremie Courreges-Anglas
2016-02-11
ipmi(4) - Check sensor name length more carefully
Masao Uebayashi
2016-02-10
Permit negative x and y coordinates in mouse.scale for uts and ums.
Philip Guenther
2016-02-10
protect the bpf ring with splnet as well as the kernel lock.
David Gwynne
2016-02-09
bring in dlg's fix from rev 1.10 of the equivalent hppa file:
Jonathan Gray
2016-02-09
Log frames which fall outside the BlockAack window in dmesg if the
Stefan Sperling
2016-02-09
make __cpu_simple_lock provide serialisation of the critical section.
David Gwynne
2016-02-09
sync a function's comment with its signature
mmcc
2016-02-08
"exceeds past the end" -> "extends past the end" in comment.
Kenneth R Westerback
2016-02-08
Set EPT bits of guest pages in pmap_enter instead of doing it
Stefan Kempf
2016-02-08
Convert to uiomove. From Martin Natano.
Stefan Kempf
2016-02-08
Stop requiring a BlockAck session timeout (again), and just use it if the AP
Stefan Sperling
2016-02-08
Work around buggy APs which occasionally emit sequence numbers much higher
Stefan Sperling
2016-02-07
Fix off-by-one in loop termination condition.
tb
2016-02-07
Hide some excessive net80211 debug printfs behind ieee80211_debug >= 2.
Stefan Sperling
2016-02-07
Comment.
Masao Uebayashi
2016-02-07
Remove a too strict assertion.
Masao Uebayashi
2016-02-07
Make sure the maximum iwm(4) firmware command payload size fits into
Stefan Sperling
2016-02-07
Convert to uiomove. While there, use size_t consistently for
Stefan Kempf
2016-02-06
Convert to uiomove. From Martin Natano.
Stefan Kempf
2016-02-06
Add support for the 9 series PCH.
Mark Kettenis
2016-02-06
Enable the code that reads the BIOS from the ACPI VFCT table on platforms
Mark Kettenis
2016-02-05
Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU
Stefan Sperling
2016-02-05
Count A-MPDU subframes with sequence number below the current BA window as
Stefan Sperling
2016-02-05
Guard against integer overflow when checking whether
Stefan Kempf
2016-02-05
Define EDCA tables for 11n mode. Per 802.11-2012 they are the same as
Stefan Sperling
2016-02-05
In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware
Stefan Sperling
2016-02-05
In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmware
Stefan Sperling
2016-02-05
Store ADDBA request and response parameters in the block ack record of
Stefan Sperling
2016-02-05
Implement acpi_get_table_with_size(). Will soon be used to read VFCT
Mark Kettenis
2016-02-05
return if the bpf_if passed to bpf_tap and _bpf_mtap are NULL.
David Gwynne
2016-02-05
Simple moderation of Tx completion notifications
Mike Belopuhov
2016-02-05
Silence warnings from static analyzers; found by jsg@
Mike Belopuhov
2016-02-05
Improve Linux PCI compatibility code.
Mark Kettenis
[next]