aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* cxgbe: Add tunables to control the number of LRO entries and the numberNavdeep Parhar2017-04-172-10/+58
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-18/+27
* Convert probing to use an ofw_compat_data array, and add imx6ul to the list.Ian Lepore2017-04-161-1/+7
* Replace the RC4 algorithm for generating in-kernel secure randomMark Murray2017-04-169-127/+406
* Add imx6ul SoC support, and get the PHY number from the FDT data. If thereIan Lepore2017-04-161-2/+8
* Add support for the Micrel KSZ8081 ethernet PHY.Ian Lepore2017-04-162-1/+28
* Clean up extraneous brackets.Cy Schubert2017-04-151-2/+2
* 3BSD-licensed implementation of the chacha20 stream cipher, intended forDag-Erling Smørgrav2017-04-155-0/+273
* Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel)Bruce Evans2017-04-151-3/+11
* Structure the mouse cursor data so that it is easier to switch, andBruce Evans2017-04-151-24/+39
* Add support for the imx6ul SoC.Ian Lepore2017-04-151-0/+10
* cxgbe: Add a tunable to configure the SGE time scaler, which isNavdeep Parhar2017-04-153-8/+39
* Don't try to write out bufs that have already failed with ENXIO.Edward Tomasz Napierala2017-04-141-4/+14
* cxgbe/iw_cxgbe: Report the actual values of various parameters asNavdeep Parhar2017-04-143-24/+24
* cxgbe/iw_cxgbe: Report accurate page_size_cap in ib_query_device.Navdeep Parhar2017-04-141-1/+1
* cxgbe/iw_cxgbe: hw supports 64K (not 32K) Protection Domains.Navdeep Parhar2017-04-141-1/+1
* Oops, the previous revision was missing the update of the shift variable.Bruce Evans2017-04-141-1/+1
* Restore ability to shutdown DGRAM sockets, still forcing ENOTCONN to be returnedMaxim Sobolev2017-04-141-5/+20
* Rename two gmirror state flags to make their meanings slightly clearer.Mark Johnston2017-04-142-9/+9
* Don't set the mirror GEOM softc to NULL in g_mirror_destroy().Mark Johnston2017-04-141-8/+1
* Check for a provider error before enqueuing mirror I/O.Mark Johnston2017-04-141-0/+5
* Adjust shifting so that cursor widths up to 17 (was 9) work in vga planarBruce Evans2017-04-141-6/+6
* Stop mirror synchronization before draining the I/O queue.Mark Johnston2017-04-141-4/+5
* rename vfs.zfs.debug_flags to vfs.zfs.debugflagsAndriy Gapon2017-04-141-1/+1
* Correct calculation of the entry->free_down in the invariants-checkingKonstantin Belousov2017-04-141-1/+1
* Remove RTL8153 quirk since ure(4) supports this chip.Kevin Lo2017-04-141-1/+0
* Optimize drawing of the mouse cursor in vga planar mode almost asBruce Evans2017-04-141-4/+7
* Remove unused "cred" argument to ncl_flush().Rick Macklem2017-04-144-10/+9
* Further unobfuscate the method of drawing the mouse cursor in vga planarBruce Evans2017-04-141-32/+17
* Avoid undefined behavior.Andrey V. Elsukov2017-04-141-1/+2
* Use address of specific union member instead of whole union address toAndrey V. Elsukov2017-04-141-3/+5
* The rule field in the ipfw_dyn_rule structure is used as storageAndrey V. Elsukov2017-04-141-5/+7
* Fix the build.Andrey V. Elsukov2017-04-141-1/+1
* Rework r316770 to make it protocol independent and general, like weAndrey V. Elsukov2017-04-143-7/+13
* Remove dead code.Pyun YongHyeon2017-04-141-5/+0
* Don't overwrite mapped bits.Pyun YongHyeon2017-04-141-17/+17
* Remove unnecessary assignment.Pyun YongHyeon2017-04-141-1/+1
* hyperv/kvp: Remove always false condition.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/storvsc: Use ULL for 64bits value shift.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/kbd: Remove unnecessary assignment.Sepherosa Ziehau2017-04-141-1/+0
* Add missing free()'s after calls to randomize().Cy Schubert2017-04-141-1/+5
* Keep state incorrectly assumes keep frags. This is counter to theCy Schubert2017-04-142-2/+3
* Fix a use after free panic in ipfilter's fragment processing.Cy Schubert2017-04-141-1/+1
* Remove unnecessary check aginst NULL. txp_ext_command() withPyun YongHyeon2017-04-141-2/+1
* Remove unnecessary comparison.Pyun YongHyeon2017-04-141-12/+9
* Fix a potentially forever loop.Pyun YongHyeon2017-04-141-1/+1
* Fix potential NULL deref.Gleb Smirnoff2017-04-141-4/+5
* Attempt to clear logos more thoroughly.Jung-uk Kim2017-04-131-1/+7
* Add an NFSv4.1 mount option for "use one openowner".Rick Macklem2017-04-137-24/+95
* Add call to svcpool_close() for the NFSv4 callback pool (svcpool_nfscbd).Rick Macklem2017-04-131-0/+5