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