aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* There are three places where we return from a function which entered anJonathan T. Looney2018-10-093-7/+11
* Fix the pNFS server's reporting of disk space usage for the "#<path>" case.Rick Macklem2018-10-091-5/+22
* Fix r336951 mismerge -- use of uninitialized variable.Alexander Motin2018-10-081-2/+3
* Add missing steering rules for virtual function, VF, in mlx4en(4) driver.Hans Petter Selasky2018-10-081-27/+37
* em/igb: Do not print link state messagesEric van Gyzen2018-10-081-2/+0
* Address the warning regarding duplicate option 'GEOM_PART_GPT' whenMichael Tuexen2018-10-074-4/+0
* Avoid truncating unrecognised parameters when reporting them.Michael Tuexen2018-10-071-34/+15
* Enable TCP Fast Open support for PPC platforms.Michael Tuexen2018-10-072-0/+2
* Ensure that the ips_localout counter is incremented forMichael Tuexen2018-10-071-1/+2
* powerpc/pseries: EOI interrupts in XICS by setting lowest priorityJustin Hibbits2018-10-061-11/+3
* powerpc64/powernv: Don't mask MSIs in OPALJustin Hibbits2018-10-061-22/+3
* Fix the test prohibiting jails from sharing IP addresses.Jamie Gritton2018-10-061-4/+6
* Fix igb corrupting checksums with BPF and VLANStephen Hurd2018-10-051-9/+9
* amd64: make memset less slow with movMateusz Guzik2018-10-051-19/+68
* Add sysctls for dbuf metadata cache variables added in r336959.Alexander Motin2018-10-051-0/+7
* Convert UDP length to host byte orderTom Jones2018-10-051-2/+3
* hwpmc: Refactor sample ring buffer handling to fix racesMatt Macy2018-10-054-136/+127
* eliminate locking surrounding ui_vmsize and swap reserve by using atomicsMatt Macy2018-10-053-59/+63
* Revert r339174: Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-043-42/+34
* Hold a write lock across udp_notify()Ryan Stone2018-10-041-10/+4
* amd64: hide non-erms jump label under non-erms copyin/copyoutMateusz Guzik2018-10-041-2/+2
* [ig4] style(9) clean-upOleksandr Tymoshenko2018-10-041-2/+2
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-033-34/+42
* In PR 227259, a user is reporting that they have code which is usingGleb Smirnoff2018-10-031-5/+23
* Fix an inverted test in ucode_load_ap().Mark Johnston2018-10-031-1/+1
* Use strlcpy() instead of strncpy().Michael Tuexen2018-10-032-2/+2
* Move 32-bit compat support for CDIOREADTOCENTRYS to the right place.Brooks Davis2018-10-023-40/+41
* Use nda(4) on powerpc64Kevin Bowling2018-10-021-0/+1
* After r338257 is was possible to trigger a KASSERT() in ud6_output()Bjoern A. Zeeb2018-10-021-1/+13
* Rework the logic around quick checks for auditing that take place atRobert Watson2018-10-026-44/+103
* Fix a da(4) driver memory leak for SCSI SMR devices.Kenneth D. Merry2018-10-011-0/+3
* Use an unsigned iterator for domain sets.Mark Johnston2018-10-012-2/+2
* Add kernel ifunc support on arm64.Andrew Turner2018-10-015-5/+64
* Apply r339046 to i386.Mark Johnston2018-10-012-2/+8
* Count bootstrap data as resident in the kernel pmap.Mark Johnston2018-10-011-2/+4
* arm64: Raise again L3 table for early devmapEmmanuel Vadot2018-10-011-1/+1
* Allow empty NUMA memory domains to support Threadripper2Andrew Gallatin2018-10-016-11/+92
* Mitigate providing a timing signal if the COOKIE or AUTHMichael Tuexen2018-10-012-3/+3
* After allocating chunks set the fields in a consistent way.Michael Tuexen2018-10-011-5/+3
* Add INP_INFO_WUNLOCK_ASSERT() macro and use it instead ofAndrey V. Elsukov2018-10-014-8/+10
* Fix the MODULE_PNP_INFO() for iwm(4) where I got the bus and moduleBjoern A. Zeeb2018-10-011-1/+1
* Plug mbuf leak in the SCTP input path in an error case.Michael Tuexen2018-09-301-0/+1
* Plug mbuf leaks in the SCTP output path in error cases.Michael Tuexen2018-09-301-0/+3
* Use PNP metadata to allow devmatch to autoload ure(4)Allan Jude2018-09-301-0/+1
* Update x86/ifunc.h.Konstantin Belousov2018-09-301-20/+12
* Fix the handling of ancillary data for SCTP socket. ImplementMichael Tuexen2018-09-301-26/+28
* Increment the corresponding UDP stats counter (udps_opackets) whenMichael Tuexen2018-09-301-0/+9
* Provide MODULE_PNP_INFO() for iwm(4) so that devmatch(8) canBjoern A. Zeeb2018-09-291-0/+2
* Fix UP build.Konstantin Belousov2018-09-291-0/+2
* For changing the MTU on tun/tap devices, it should not matter whether itMichael Tuexen2018-09-294-12/+31