]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
cxgbei: Support unmapped I/O requests.
[FreeBSD/FreeBSD.git] / sys /
2022-05-11 John Baldwincxgbei: Support unmapped I/O requests.
2022-05-11 John Baldwinicl_soft: Use PHYS_TO_DMAP instead of pmap_map_io_trans...
2022-05-11 John Baldwiniscsi: Support unmapped I/O requests in the default...
2022-05-11 John Baldwiniscsi: Handle unmapped I/O requests.
2022-05-11 John Baldwiniser: Fix check for opcodes in iser_conn_pdu_append_data.
2022-05-11 John Baldwiniscsi: Use ICL_NOCOPY for SCSI command immediate data...
2022-05-11 John Baldwinbhyve: Remove VM_MAXCPU from the userspace API/ABI.
2022-05-11 Alexander MotinGEOM: Introduce partial confxml API
2022-05-11 Henri Hennebertrtsx: Number of tweaks for RTS5260.
2022-05-11 John BaldwinDisable -Wreturn-type on GCC.
2022-05-11 John Baldwinktls: Write-lock the INP when changing a transmit TLS...
2022-05-11 John Baldwinlinuxkpi xarray: Correct expression in assertion.
2022-05-11 John Baldwinlinuxkpi: Add parentheses to pacify -Wparentheses warni...
2022-05-11 John Baldwinhyperv storvsc: Don't abuse struct sglist to hold virtu...
2022-05-10 John Baldwincryptodev: Use a private malloc type (M_CRYPTODEV)...
2022-05-10 John BaldwinIPsec: Use protocol-specific malloc types instead of...
2022-05-10 John Baldwinkernel: Disable errors for -Walloca-larger-than for...
2022-05-10 John Baldwinarm64: Fix a logic bug in is_load_instr().
2022-05-10 John Baldwinarm64: Pass the right label to END() for handle_empty_e...
2022-05-10 John Baldwininfiniband: Disable -Wredundant-decl warnings.
2022-05-10 John BaldwinAssert that invalid bus widths can't be passed to bus_w...
2022-05-10 John Baldwin<linux/overflow.h>: Don't use __has_builtin().
2022-05-10 John BaldwinRemove nonexistent include path for arm64 crypto files.
2022-05-10 John BaldwinUse an ANSI C function declaration for journal_check_space.
2022-05-10 John Baldwiniflib: Cast the result of iflib_netmap_txq_init() to...
2022-05-10 John BaldwinAdd a VA_IS_CLEANMAP() macro.
2022-05-10 Olivier Houchardarm64: Handle 32bits breakpoint exception.
2022-05-10 Hans Petter Selaskyxhci(4): Tweak USB port speed checks to allow newer...
2022-05-10 Hans Petter Selaskyxhci(4): Properly define all basic USB port speeds.
2022-05-10 Hans Petter Selaskymlx5en(4): Use hard-coded 4K page size for RQ/SQ/CQ.
2022-05-09 Mark Johnstonlinuxkpi: Mitigate a seqlock livelock
2022-05-07 Alex RichardsonAdd missing const after 6c4f95161d6e
2022-05-07 Alex Richardsonvirtio: make the write_config buffer argument const
2022-05-07 Alex Richardsonlinuxkpi: implement ida_alloc()
2022-05-07 Alex Richardsonlinuxkpi: Allow BUILD_BUG_ON in if statements without...
2022-05-07 Alex Richardsonlinuxkpi: Add sg_init_one
2022-05-06 Alfredo Dal'Ava... nfs: do not panic on bootpc_init when no interfaces...
2022-05-05 Mark Johnstonclockcalib: Fix an overflow bug
2022-05-04 Konstantin Belousovsubr_unit.c: make userspace tests buildable
2022-05-04 Konstantin Belousovunr(9): allow to avoid internal locking
2022-05-04 Konstantin Belousovinit_unrhdr(): make it usable by initializing everything
2022-05-04 Bjoern A. ZeebLinuxKPI: 802.11: fill in two more TODOs
2022-05-04 Bjoern A. ZeebLinuxKPI: 802.11: use ieee80211_beacon_miss()
2022-05-04 Bjoern A. ZeebLinuxKPI: 802.11 ieee80211_sn_sub() fix
2022-05-03 Alexander MotinCAM: Keep periph_links when restoring CCB in camperiphd...
2022-05-03 Hans Petter Selaskyxhci(4): Always add and evaluate the slot context.
2022-05-03 Hans Petter Selaskyxhci(4): Only drop BULK and INTERRUPT endpoints to...
2022-05-03 Ed Masteteken: color #3 is yellow not brown - use TC_YELLOW...
2022-05-03 Ed Mastekcov: use __func__ in KASSERT instead of old function...
2022-05-03 Andrew TurnerOnly return a mapped address from efi_phys_to_kva
2022-05-03 Andrew TurnerInclude the EFI Runtime Code in the DMAP
2022-05-03 Andrew TurnerHandle non-page aligned/sized memory in physmem
2022-05-03 Andrew TurnerPort subr_physmem to userspace and add tests
2022-05-03 Andrew TurnerFix a coherent bus check in the arm64 busdma
2022-05-01 Greg Fosterlacp: short timeout erroneously declares link-flapping
2022-05-01 Alexander MotinCAM: Replicate e0ceec676dc8 from da to ada and nda.
2022-04-30 Piotr Kubajpowerpc: enable wlan and ath modules in GENERIC64*
2022-04-29 John Baldwincxgbe tom: Compile fix for disabled KTR trace.
2022-04-29 John Baldwincxgbe tom: Use VM_PAGE_TO_PHYS().
2022-04-29 John Baldwincxgbe tom: Use be64toh instead of htobe64 to convert...
2022-04-29 John Baldwincxgbe tom: Use vm_paddr_t for physical addresses in...
2022-04-29 John Baldwincxgbe: Move page pods KTR traces under VERBOSE_TRACES.
2022-04-29 John Baldwinctl ramdisk: Free compare buffer after a compare I...
2022-04-29 John Baldwincxgbei: Replace worker thread pools with per-connection...
2022-04-29 John Baldwincxgbei: Dispatch sent PDUs to the NIC asynchronously.
2022-04-29 John BaldwinExtend the VMM stats interface to support a dynamic...
2022-04-29 John Baldwincfiscsi_done: Free the dummy PDU earlier.
2022-04-29 John Baldwincxgbei: Rework parsing of pre-offload PDUs.
2022-04-29 John Baldwiniscsi: Allocate a dummy PDU for the internal nexus...
2022-04-29 John Baldwincxgbei: Parse all PDUs received prior to enabling offlo...
2022-04-29 John Baldwinfreebsd32: Fix layout of struct shmid_kernel32.
2022-04-29 John Baldwiniscsi: Abort fewer data-out tasks on a terminating...
2022-04-29 John Baldwinccr: Use a software OCF session for requests which...
2022-04-29 John BaldwinOCF: Add crypto_clonereq().
2022-04-29 John Baldwincryptodev.h: Drop 'extern' from function prototypes.
2022-04-29 John Baldwinsigev_findtd: Fix whitespace nit in argument list.
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-29 John Baldwincxgbei: Don't fail task setup if the socket is disconne...
2022-04-29 John Baldwinccr: Replace 'blkcipher' with just 'cipher'.
2022-04-29 John Baldwincrypto: Define POLY1305_BLOCK_LEN constant.
2022-04-29 John BaldwinSort libsodium sources by path in sys/modules/crypto...
2022-04-29 John BaldwinSort libsodium entries by path in sys/conf/files.
2022-04-29 John Baldwinktls: Support for TLS 1.3 receive offload.
2022-04-29 John BaldwinAdd <machine/tls.h> header to hold MD constants and...
2022-04-29 John Baldwinmips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.
2022-04-29 John BaldwinGMAC: Reset initial hash value and counter in AES_GMAC_...
2022-04-29 John Baldwincrypto: Don't assert for empty output buffers.
2022-04-29 John Baldwincryptosoft: Reject AES-CCM/GCM sessions with invalid...
2022-04-29 John Baldwincrypto: Validate AES-GCM IV length in check_csp().
2022-04-29 John Baldwinkern_utimensat: Update name of last arg in prototype.
2022-04-29 John Baldwingeom_vfs: Pre-allocate event for g_vfs_destroy.
2022-04-29 John BaldwinUse a more specific type for geom_disk.d_event.
2022-04-29 Alan Somersfusefs: fix two bugs regarding VOP_RECLAIM of the root...
2022-04-28 Kyle Evansamd64, i386: remove profile directive from NOTES
2022-04-28 Mark Johnstonmld6: Ensure that mld_domifattach() always succeeds
2022-04-27 Hans Petter Selaskyxhci(4): Ensure the so-called data toggle gets properly...
2022-04-27 J.R. Oldroyde1000: Try auto-negotiation for fixed 100 or 10 configu...
2022-04-27 Kevin Bowlinge1000: Update mc filter before RCTL flags
2022-04-27 Kevin Bowlingixgbe: Update mc filter before FCTRL flags
2022-04-27 Emmanuel VadotBump __FreeBSD_version after linuxkpi mfc
next