aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* cxgbe/iw_cxgbe: Fix an address calculation in the memory registration code thatNavdeep Parhar2019-01-301-1/+1
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-3043-1204/+2809
* Fix GCC build, failed due to false integer overflow in r343562.Alexander Motin2019-01-291-1/+1
* Reimplement BIO_ORDERED handling in nvd(4).Alexander Motin2019-01-291-41/+53
* Follow arm[32] and sparc64 KAPI and provide the FreeBSD standard spellingDavid E. O'Brien2019-01-292-0/+4
* vtnet: fix typo in vtnet_free_taskqueuesVincenzo Maffione2019-01-291-1/+1
* Fix the bug introduced in r342908, that causes problems with dynamicAndrey V. Elsukov2019-01-291-1/+1
* Extract the coverage sanitizer KPI to a new file.Andrew Turner2019-01-2911-152/+352
* netmap: add notifications on kloop stopVincenzo Maffione2019-01-293-54/+66
* upgt(4): unbreak build with UPGT_DEBUGAndriy Voskoboinyk2019-01-291-2/+2
* Drop some unneeded includes from wireless USB drivers.Andriy Voskoboinyk2019-01-298-29/+0
* cxgbe(4): Add adapter information to messages logged by the OS-agnosticNavdeep Parhar2019-01-291-4/+8
* This bug was introduced with the change to use softdep_bp_to_mp() inKirk McKusick2019-01-281-1/+1
* Don't re-evaluate ALTQ kernel configuration due to events on non-ALTQ interfacesPatrick Kelsey2019-01-281-0/+8
* [usb] Add UQ_KBD_BOOTPROTO quirk for Corsair K68 keyboardOleksandr Tymoshenko2019-01-282-0/+3
* Remove a redundant test.Mark Johnston2019-01-281-1/+1
* Fix the detection of ECN-setup SYN-ACK packets.Michael Tuexen2019-01-282-2/+4
* rsu(4): do not ignore mgmtrate / mcastrate / ucastrate.Andriy Voskoboinyk2019-01-282-3/+35
* rtwn_usb(4): add new USB id.Andriy Voskoboinyk2019-01-282-2/+4
* Add NO_6_BYTE / NO_SYNC_CACHE quirks for (C|D|E).* Olympus digital camerasAndriy Voskoboinyk2019-01-271-0/+24
* m_getm2: correct a comment.Andriy Voskoboinyk2019-01-271-2/+1
* Properly define and declare phynode_topo_lock,Michal Meloun2019-01-272-2/+2
* pcf(4): fix parentheses in if conditionAndriy Voskoboinyk2019-01-271-1/+1
* Bump SPECNAMELEN to MAXNAMLEN.Konstantin Belousov2019-01-273-4/+5
* - In _iflib_fl_refill(), don't mark an RX buffer as available in theMarius Strobl2019-01-261-14/+15
* Fix logic errors in iwm_pcie_load_firmware_chunk introduced in r314065.Bjoern A. Zeeb2019-01-261-9/+2
* geom_uzip(4): set 'gp != NULL' assertion on top of the functionAndriy Voskoboinyk2019-01-261-1/+1
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-2616-60/+28
* geom_uzip(4): move NULL pointer KASSERT check before it is dereferencedAndriy Voskoboinyk2019-01-261-1/+1
* zfs: allow to change cache flush sysctlMariusz Zaborski2019-01-261-1/+1
* Expand DDB's set of printable soft dependency data structures. TheKirk McKusick2019-01-261-55/+173
* ext2fs: Add some extra consistency checks for the superblock.Pedro F. Giffuni2019-01-251-0/+23
* Fix format/arg mismatchOleksandr Tymoshenko2019-01-251-2/+2
* Add printing of b_ioflags to DDB `show buffer' command.Kirk McKusick2019-01-252-3/+9
* Fix a few more places to handle ofld tx queues for RATELIMIT.John Baldwin2019-01-251-8/+14
* Add new USB quirk.Hans Petter Selasky2019-01-252-1/+3
* [mips] Fix error condition check that always evaluates to falseOleksandr Tymoshenko2019-01-251-1/+1
* Add full support for PCI_ANY_ID when matching PCI IDs in the LinuxKPI.Hans Petter Selasky2019-01-252-4/+11
* [mips] Unbreak kernel build for CI20Oleksandr Tymoshenko2019-01-251-15/+2
* [mips] Fix counter mask in jz4780 timer driverOleksandr Tymoshenko2019-01-251-1/+1
* [mips] remove check that is always false (unsinged < 0)Oleksandr Tymoshenko2019-01-251-1/+1
* [mips] remove dublicate values in enable mask in nlm_usb_intr_enOleksandr Tymoshenko2019-01-251-2/+1
* Don't include two header files when not needed.Michael Tuexen2019-01-251-4/+6
* Use ACPI TPM2 table to probe tpmtis and tpmcrb device.Takanori Watanabe2019-01-253-30/+24
* Fix an iflib driver unload panic introduced in r343085Andrew Gallatin2019-01-251-5/+5
* Fix a bug in the restart window computation of TCP New RenoMichael Tuexen2019-01-254-40/+35
* Garbage collect AH_SUPPORT_AR5416 config option.Andriy Voskoboinyk2019-01-2512-14/+0
* pf: Fix use-after-free of countersKristof Provost2019-01-251-14/+14
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-258-31/+13
* netmap: fix crash with monitors and VALE portsVincenzo Maffione2019-01-241-1/+10