aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode.Hans Petter Selasky2019-01-124-4/+7
* cxgbe(4): Move some INTx specific code to a more appropriate place.Navdeep Parhar2019-01-121-1/+3
* Remove accessing remote node and domain objects while processing cam actions.Ram Kishore Vegesna2019-01-112-11/+25
* Fix the location of td->td_frame at the top of the kernel stack.Andrew Turner2019-01-111-1/+1
* Import DTS from Linux 4.20Emmanuel Vadot2019-01-11540-6446/+31035
* Import DTS includes from 4.19Emmanuel Vadot2019-01-1131-57/+1268
* Fix errno values returned from DUMMY_XATTR linuxulator callsFedor Uporov2019-01-114-4/+4
* Change ZFS quotas to return EINVAL when not present (matches man page).Sean Eric Fagan2019-01-111-1/+1
* Relax requirement to packet size of CARP protocol and remove version check.Andrey V. Elsukov2019-01-111-6/+4
* dtb: allwinner: Add orangepi-pc to the buildEmmanuel Vadot2019-01-111-0/+1
* Remove recursive NET_EPOCH_ENTER() from sysctl_ifmalist(), missed in r342872.Gleb Smirnoff2019-01-111-2/+0
* Remove support for FreeBSD 9 kernel, which used to change byte orderGleb Smirnoff2019-01-101-14/+0
* Fix a comment, pushed onto is two words.Andrew Turner2019-01-101-2/+2
* rtwn_usb(4): add IQ calibration support for RTL8192CUAndriy Voskoboinyk2019-01-102-2/+352
* Fix the build with INVARIANTS.Andrey V. Elsukov2019-01-101-5/+5
* Reduce the size of struct ip_fw_args from 240 to 128 bytes on amd64.Andrey V. Elsukov2019-01-104-138/+174
* Remove unnecessary ifdef. With INVARIANTS all KASSERTs are empty statements,Gleb Smirnoff2019-01-101-2/+0
* Bring the comment up to date.Gleb Smirnoff2019-01-101-1/+1
* Simplify sosetopt() so that function has single return point. NoGleb Smirnoff2019-01-101-5/+3
* style(9): fix the indent of a return.Brooks Davis2019-01-091-1/+1
* Complete the removal of obsolete ioctl handlers.Mark Johnston2019-01-092-8/+0
* Stop setting if_linkmib in vlan(4) ifnets.Mark Johnston2019-01-091-21/+8
* Fix loopback traffic when using non-lo0 link local IPv6 addresses.Hans Petter Selasky2019-01-091-31/+51
* net80211: fix panic when device is removed during initializationAndriy Voskoboinyk2019-01-091-1/+5
* Fix getsockopt() for IP_OPTIONS/IP_RETOPTS.Michael Tuexen2019-01-091-1/+2
* Add quirk for 128MB Creative Nomad.Warner Losh2019-01-091-0/+2
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-0940-357/+472
* Remove part of comment that doesn't match reality.Gleb Smirnoff2019-01-091-3/+1
* MFV: r342867Jung-uk Kim2019-01-09355-373/+470
|\
* | Add NO_SYNC_CACHE quirk for PENTAX camerasWarner Losh2019-01-081-0/+8
* | Specify the correct option level when emulating SO_PEERCRED.Mark Johnston2019-01-081-0/+5
* | Add NVMe drive to NOIOB quirk listChuck Tuffli2019-01-081-0/+1
* | Avoid overfow in vtruncbuf()Michael Tuexen2019-01-081-1/+1
* | Added support for the SIOCGI2C ioctl.Xin LI2019-01-084-6/+40
* | Use iflib_if_init_locked() during resume instead of iflib_init_locked().Stephen Hurd2019-01-071-1/+1
* | Fix regression in r331368, that broke dumping of UMA startup pagesGleb Smirnoff2019-01-071-7/+10
* | Add a tunable which changes mincore(2) algorithm to only report dataKonstantin Belousov2019-01-071-1/+13
* | powerpc: Fix regression introduced in r342771Conrad Meyer2019-01-077-22/+61
* | Add a missing \n to a bootverbose printf.Ian Lepore2019-01-071-1/+1
* | Fix a race between setting up the interrupt handler and it firing byWarner Losh2019-01-071-4/+7
* | Fix TI PCI1520 PCI Cardbus bridge, but others affected.Warner Losh2019-01-071-2/+2
* | Fix use of busdma(9) KPI in ahci(4).Konstantin Belousov2019-01-071-16/+24
* | asmc: Add support for Mac mini 4,1 (Mid-2010)David Bright2019-01-062-0/+32
* | dtsec: Fix formatting of addresses in translation error messagesJustin Hibbits2019-01-061-2/+2
* | Fix an old typo in the element status display bits:Joerg Wunsch2019-01-051-1/+1
* | Add a bounds check to the tws(4) passthrough ioctl handler.Mark Johnston2019-01-051-2/+6
* | Remove unneeded NULL check for td_ucredKristof Provost2019-01-041-2/+2
* | Reduce timeout for reading the USB HUB port status to 1000ms and try to filterHans Petter Selasky2019-01-042-6/+21
* | Fix i386 LINT build after r342769.Konstantin Belousov2019-01-041-0/+2
* | Limit git history searches in newvers.shAndrew Gallatin2019-01-041-2/+6