aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pf: match keyword supportKristof Provost2021-07-314-15/+78
* altq: Fix typo in features sysctl descriptionKristof Provost2021-07-311-1/+1
* Add FEATURE sysctls for ALTQ disciplinesKristof Provost2021-07-311-0/+32
* ktrace: Zero request structures when populating the poolMark Johnston2021-07-301-2/+3
* select: Define select_flags[] as constMark Johnston2021-07-301-1/+1
* cdefs: Add a default definition for __nosanitizememoryMark Johnston2021-07-301-0/+1
* lio_listio: Don't post a completion notification if none was requestedMark Johnston2021-07-301-0/+1
* imgact_elf: Avoid redefining suword()Mark Johnston2021-07-301-2/+2
* acct: Zero pad bytes in accounting recordsMark Johnston2021-07-301-0/+2
* vfs: Initialize "lastfail" in vfs_mountroot_wait()Mark Johnston2021-07-301-0/+1
* Add required sysctl name length checks to various handlersMark Johnston2021-07-303-2/+39
* ixgbe: Clean up ix_txrxKevin Bowling2021-07-301-47/+40
* ixgbe: Print FW NVM and Option ROM versionsKevin Bowling2021-07-302-1/+101
* hwpmc_arm64: add a PMCDBG to the interrupt handlerMitchell Horne2021-07-291-0/+3
* arm64 support for pmu-eventsMitchell Horne2021-07-292-4/+12
* hwpmc_arm64: fill kern.hwpmc.cpuidMitchell Horne2021-07-291-0/+13
* hwpmc_arm64.c: fix return styleMitchell Horne2021-07-291-7/+7
* hwpmc: fix PMC_CPU_LASTMitchell Horne2021-07-291-1/+1
* arm64: Fix finding the pmc event IDAndrew Turner2021-07-292-2/+3
* eli: Zero pad bytes that arise when certain auth algorithms are usedMark Johnston2021-07-291-0/+11
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-295-3/+24
* pf: Constify tag name and queue name helper functionsMark Johnston2021-07-291-9/+9
* mmc: Drain the intrhook in mmc_detach()Yang Zhong2021-07-291-0/+1
* nfsclient: Avoid copying uninitialized bytes into statfsMark Johnston2021-07-291-1/+1
* arm64: Print CPU features slightly earlierMark Johnston2021-07-281-1/+2
* fusefs: correctly set lock owner during FUSE_SETLKAlan Somers2021-07-271-2/+2
* pf: clean up syncookie callout on vnet shutdownKristof Provost2021-07-273-0/+8
* pf: remove stray debug lineKristof Provost2021-07-271-1/+0
* pf: fix LINT buildKristof Provost2021-07-271-0/+1
* pf: syncookie ioctl interfaceKristof Provost2021-07-273-1/+103
* pf: syncookie supportKristof Provost2021-07-278-32/+492
* pf: factor out pf_synproxy()Kristof Provost2021-07-271-36/+49
* gmirror: Zero the metadata block before writingMark Johnston2021-07-272-9/+2
* blist: Correct the node count computed in blist_create()Mark Johnston2021-07-271-2/+10
* graid3: Zero the metadata block before writingMark Johnston2021-07-271-7/+2
* fifo: Explicitly initialize generation numbers when openingMark Johnston2021-07-271-2/+2
* uart: Fix an out-of-bounds read in ns8250_bus_probe()Mark Johnston2021-07-271-3/+2
* cxgbe(4): Remove some dead code.Navdeep Parhar2021-07-262-12/+0
* Fix mismerge in OFED updateHans Petter Selasky2021-07-261-0/+2
* ipoib: Fix for accessing uninitialized pointers and freed memory during attac...Hans Petter Selasky2021-07-261-7/+27
* mlx5: Numa domain improvements.Hans Petter Selasky2021-07-267-57/+43
* mlx5: Fix for uninitialized "uid" field.Hans Petter Selasky2021-07-264-42/+84
* mlx4: Map core_clock page to user space only when allowedHans Petter Selasky2021-07-265-4/+12
* mlx5en: Allow binding channels to CPUs when RSS is not enabled.Hans Petter Selasky2021-07-263-3/+40
* ibcore: Add some functions and definitions for selecting and querying retryab...Hans Petter Selasky2021-07-262-0/+57
* mlx5en: Allocate per-channel doorbells.Hans Petter Selasky2021-07-263-28/+44
* mlx5en: Wait for all TLS connections to terminate when unloading driver.Hans Petter Selasky2021-07-262-1/+11
* mlx4ib and mlx5ib: Set slid to zero in Ethernet completion structHans Petter Selasky2021-07-262-2/+5
* mlx5en: Configure relaxed PCI read and write ordering for ethernet.Hans Petter Selasky2021-07-262-5/+21
* mlx5en: Check for pci_channel_offline() when draining sendqueue.Hans Petter Selasky2021-07-261-2/+4