Make the rx budget a tunable
[freebsd.git] / sys /
2017-09-23 shurdMake the rx budget a tunable
2017-09-23 shurdChain mbufs before passing to if_input()
2017-09-23 shurdSome small packet performance improvements
2017-09-22 cemddb(4): Add 'show badstacks' command to show witness...
2017-09-22 jhbDetect NEON and set HWCAP_NEON if present.
2017-09-22 jhbCorrect HWCAP_VFP3* values to match Linux.
2017-09-22 kibFix 32bit build.
2017-09-22 mckusickContinuing efforts to provide hardening of FFS, this...
2017-09-22 scottlClean up error messages related to device discovery
2017-09-22 avgMFV r323917: 8648 Fix range locking in ZIL commit codepath
2017-09-22 hselaskyExtend sysctl description for hw.usb.disable_enumeration .
2017-09-22 avgMFV r323914: 8661 remove "zil-cw2" dtrace probe
2017-09-22 hselaskyAdd support for 32-bit compatibility IOCTLs in the...
2017-09-22 tsoomelibefi: define EISA PNP constants
2017-09-22 tsoomelibefi: efipart_hdinfo_add_filepath should check strtol...
2017-09-22 tsoomelibefi: efipart.c cstyle fix for efipart_print_common()
2017-09-22 tsoomelibefi: efipart_strategy() should return ENXIO when...
2017-09-22 tsoomelibefi: pdinfo_t pd_unit and pd_open should be unsigned
2017-09-22 tuexenAdd missing locking. Found by Coverity while scanning...
2017-09-22 tuexenAdd missing socket lock.
2017-09-22 tsoomeefilib.h: typo in structure member description
2017-09-22 tsoomer323885 did miss efilib.h update
2017-09-22 tsoomelibefi: efi_devpath_match local len should be unsigned
2017-09-22 impcam iosched: Bettar account IOPS for smoother performance
2017-09-22 impcam iosched: Enforce iop limits below the quanta value
2017-09-22 jhbSupport AEAD requests with non-GCM algorithms.
2017-09-22 jhbAdd a new COP_F_CIPHER_FIRST flag for struct crypt_op.
2017-09-22 jhbPlace the AAD before the plaintext/ciphertext for CIOCR...
2017-09-21 shurdFix undeclared identifier error introduced in r323879
2017-09-21 tsoomelibefi: efipart.c should use calloc()
2017-09-21 tsoomelibefi: efi_devpath_match() should return bool
2017-09-21 jhbOnly handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISA...
2017-09-21 markjSimplify i915_gem_wire_page() and avoid unneeded page...
2017-09-21 shurdImproved logging of gtaskqueue failues
2017-09-21 shurdFix M_GTASKQUEUE definition
2017-09-21 shurdbnxt: Fix driver when attached to a VF
2017-09-21 eugenUnprotected modification of ng_iface(4) private data...
2017-09-21 alcModernize calls to vm_page_unwire(). As of r288122...
2017-09-21 tsoomelibefi: devicename.c cleanups
2017-09-21 kpbridge: Set module version
2017-09-21 tuexenCode cleanup, no functional change.
2017-09-21 oshogboPlug memory leak in case when nvlist allocation succeed...
2017-09-21 oshogboSimplify the code by _not_ expecting success under...
2017-09-21 oshogboIMHO it is possible that failure will be treated as...
2017-09-21 oshogboFree 'value' only once we are done freeing all individual
2017-09-21 oshogboBecause nvp wasn't initialized on every loop iteration...
2017-09-21 oshogboMake the code consistent by always using 'fail' label.
2017-09-21 oshogboThe 'while (array != NULL) { }' suggests scan-build...
2017-09-21 oshogboRemove redundant initialization. Don't use variable...
2017-09-21 tuexenFree the control structure after using is, not before.
2017-09-21 tuexenNo need to wakeup, since sctp_add_to_readq() does it.
2017-09-21 rmacklemAdd a few definitions for Flex File Layout for pNFS.
2017-09-21 jkimRemove an ancient comment about the existence of READ...
2017-09-20 aeUse in_localip() function instead of unlocked access...
2017-09-20 aeDo not acquire IPFW_WLOCK when a named object is create...
2017-09-20 impFix queue depth for nda.
2017-09-20 tuexenProtect the address workqueue timer by a mutex.
2017-09-20 impcam iosched: Call cam_iosched_limiter_init() after...
2017-09-20 impcam iosched: Schedule cam_iosched_ticker() quanta times...
2017-09-20 impcam iosched: Add a handler for the quanta sysctl to...
2017-09-20 impcam iosched: Use the write queue for BIO_ZONE commands
2017-09-20 shurdFix iflib netmap RX
2017-09-20 davidcs1. ql_hw.c:
2017-09-20 cemaesni(4): Fix another trivial typo (aensi -> aesni)
2017-09-20 cemx86: Decode AMD "Extended Feature Extensions ID EBX...
2017-09-20 cemaesni(4): Fix trivial typo (AQUIRE -> ACQUIRE)
2017-09-20 asomersMFV r323789: 8473 scrub does not detect errors on...
2017-09-20 avgadd vfs_zfs.abd_chunk_size tunable
2017-09-20 avgfix memory leak in g_bio zone introduced in r320452...
2017-09-20 avgMFV r323792: 8602 remove unused "dp_early_sync_tasks...
2017-09-20 alcIn r288122, we changed vm_page_unwire() so that it...
2017-09-20 alcSync with amd64/arm/arm64/i386/mips pmap change r288256:
2017-09-19 cognetDefine CPU_XSCALE_CORE3 when relevant.
2017-09-19 rmacklemMake the nfsrpc_layoutget() function a static.
2017-09-19 davidcsAdd sysctl "enable_minidump" to turn on/off automatic...
2017-09-19 davidcsUpdate minidump template for version 5.4.66
2017-09-19 rmacklemAdd a new function called nfsm_uiombuflist(), similar...
2017-09-19 rmacklemSimplify nfsrpc_layoutreturn() args.
2017-09-19 jpaetzelFix indentation for r323068
2017-09-19 cogneti81342 is little endian, not big endian.
2017-09-19 tuexenFix a warning.
2017-09-19 rmacklemSimplify nfsrpc_layoutcommit() args.
2017-09-19 tuexenAvoid an overflow when computing the staleness.
2017-09-19 kibDo not do torn writes to active LDTs.
2017-09-19 kibDo not vrele() covered vnode under the mp mutex.
2017-09-19 kibFor unlinked files, do not msync(2) or sync on the...
2017-09-19 tuexenRemove a no longer used variable.
2017-09-19 sephehyperv/hn: Incease max supported MTU
2017-09-19 sephehyperv/hn: Fix MTU setting
2017-09-19 sephehyperv/hn: Apply VF's RSS setting
2017-09-18 jhbEnable support for lookaside crypto operations by default.
2017-09-18 jhbAdd UFS_LINK_MAX for the UFS-specific limit on link...
2017-09-18 kibFix handling of the segment registers on i386.
2017-09-18 kibabAdd kern.features flag for MMCCAM
2017-09-18 cyDon't use an apostrophe in a possesive pronoun.
2017-09-18 rlibbylinsysfs: quiet gcc -Wformat after r323692
2017-09-18 scottlHide a normal probe warning message under bootverbose...
2017-09-18 cemlinsysfs(5): Fix two unrelated issues
2017-09-18 tsoomeloader: biosmem allocate heap just below 4GB
2017-09-18 hselaskyBump the __FreeBSD_version after recent LinuxKPI changes.
next