aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the static function declaration.Kevin Lo2015-10-291-2/+1
* - Add a missing prototypeKevin Lo2015-10-292-13/+14
* ioat_test: Handled forced hardware resets gracefullyConrad Meyer2015-10-291-3/+14
* ioat: Drain/quiesce the device less racilyConrad Meyer2015-10-292-14/+55
* ntb: Do not attempt to set write-combining on MWsConrad Meyer2015-10-291-0/+4
* ioatcontrol(8): Add and document "raw" testing modeConrad Meyer2015-10-292-2/+48
* Oops - use the wrong array offset.Adrian Chadd2015-10-281-1/+1
* Calculate the correct amount of bytes that are in-flight for a connection asHiren Panchasara2015-10-283-4/+39
* Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(),...Jason A. Harmening2015-10-284-19/+0
* Change the way how target mode is enabled on 23xx chips.Alexander Motin2015-10-282-4/+5
* Add a note to the effect that BUS_ADD_CHILD callsWarner Losh2015-10-281-1/+3
* Check the size of data available in mbuf, before using them.Andrey V. Elsukov2015-10-281-0/+8
* Remove the s3c2xx0 code, it's no longer used. As far as I know I as theAndrew Turner2015-10-2820-3645/+0
* Start to remove support for the XScale i80321. As far as I can tell nobodyAndrew Turner2015-10-283-225/+0
* Improve/fix loop scanning routine.Alexander Motin2015-10-284-64/+195
* Build fix for i386/XBOX and pc98/GENERIC.Hans Petter Selasky2015-10-281-0/+2
* Add some debugging code (under ARGE_DEBUG) that counts each interrupt source.Adrian Chadd2015-10-282-0/+37
* ioat: Define DMACAPABILITY bitsConrad Meyer2015-10-285-2/+37
* Start to remove support for the Samsung s3c24x0 SoCs by removing the kernelAndrew Turner2015-10-272-92/+0
* mips: use the correct va for wbinv flushing.Adrian Chadd2015-10-271-1/+1
* Bring the tags and links entries for amd64 up to date.Kirk McKusick2015-10-272-18/+33
* Mark functions as such. This means we call them directly rather than haveAndrew Turner2015-10-271-1/+1
* Use m_cat() to reassembly IPv6 packets.Alexander V. Chernikov2015-10-271-2/+2
* Eliminate last rtalloc_ign() caller.Alexander V. Chernikov2015-10-271-3/+0
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-334/+327
* net80211: add ieee80211_restart_all() call.Andriy Voskoboinyk2015-10-274-0/+28
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-169/+157
* Reimplement next port handle generation.Alexander Motin2015-10-272-60/+43
* urtwn(4): fix scanning from AUTH stateAndriy Voskoboinyk2015-10-271-30/+47
* Do not perform read-ahead for BA_CLRBUF request when we are low onKonstantin Belousov2015-10-271-2/+6
* Add missing FreeBSD RCS keyword and SVN properties.Hans Petter Selasky2015-10-275-5/+10
* Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestionHiren Panchasara2015-10-272-12/+10
* Fix error code that looks like wrong.Alexander Motin2015-10-271-1/+1
* Bluetooth LE Security Management channel support.Takanori Watanabe2015-10-2716-52/+320
* otus(4) - monitor mode fixes, large-mbuf crash fixAdrian Chadd2015-10-271-47/+61
* Turning on IPSEC used to introduce a slight amount of performanceGeorge V. Neville-Neil2015-10-273-1/+12
* When processing a cookie, any mismatch in port numbers or the vtag resultsMichael Tuexen2015-10-261-2/+2
* urtwn(4): do not filter out control frames in the RX pathAndriy Voskoboinyk2015-10-261-5/+8
* ioat: Add support for Block Fill operationsConrad Meyer2015-10-264-4/+85
* ioat: Dedupe operation enqueue logicConrad Meyer2015-10-262-51/+86
* Reimplement enable and implement disable of virtual ports.Alexander Motin2015-10-263-72/+167
* x86/dma_bounce: revert r289834 and r289836Roger Pau Monné2015-10-262-193/+21
* Don't try to replicate mode pages not present on this device.Alexander Motin2015-10-261-0/+5
* Add support for binding IRQs to CPUs in the LinuxKPI. The new functionHans Petter Selasky2015-10-261-1/+18
* Build the LinuxKPI module by default.Hans Petter Selasky2015-10-261-4/+1
* Build fix for MIPS.Hans Petter Selasky2015-10-261-3/+6
* ioat: Add %b format string for CHANERR codesConrad Meyer2015-10-262-2/+11
* ioat: Allocate memory for ring resize sanelyConrad Meyer2015-10-263-119/+323
* ioat: Expose more softc members in sysctlsConrad Meyer2015-10-262-5/+17
* ioat: Introduce KTR probesConrad Meyer2015-10-263-8/+9