]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-05-08 hselaskyFix style.
2019-05-08 hselaskyFix netstat counters mapping in mlx5en(4).
2019-05-08 hselaskyFix endless loop in ipoib_poll().
2019-05-08 hselaskyAvoid leaking send queue mbufs during error recovery...
2019-05-08 hselaskyAdd helper functions to set/query MCC/MCDA/MCQI registe...
2019-05-08 hselaskyEnhance MCAM reg to allow query on access reg support...
2019-05-08 hselaskyAdd MCC (Management Component Control) register definit...
2019-05-08 hselaskyAdd reading the mcam_reg in mlx5core.
2019-05-08 hselaskyQuery and cache PCAM, MCAM registers on initialization...
2019-05-08 hselaskyImplement PCAM, MCAM access register commands in mlx5core.
2019-05-08 hselaskyExpose PCAM, MCAM registers infrastructure in mlx5core.
2019-05-08 hselaskyAdd sysctl(8) to control fast unload support in mlx5core.
2019-05-08 hselaskyAdd Fast teardown support to mlx5core.
2019-05-08 hselaskyMake sure the running variable is properly set for...
2019-05-08 hselaskyImplement get and set nic state as global functions...
2019-05-08 hselaskyTicks are integer type in FreeBSD.
2019-05-08 hselaskyConfigure firmware to use RX hash format in mini CQE...
2019-05-08 hselaskyDisable CQE zipping by default in mlx5en(4).
2019-05-08 hselaskySplit mlx5e_update_stats_work() in mlx5en(4).
2019-05-08 hselaskyImplement fast close of RX channel in mlx5en(4).
2019-05-08 hselaskyCorrect number of elements for priority to traffic...
2019-05-08 hselaskyRemove unused module parameter in mlx5ib.
2019-05-08 hselaskyMake sure to error out when arming the CQ fails in...
2019-05-08 hselaskyMake sure to error out when arming the CQ fails in...
2019-05-08 hselaskyDestroy port stats debug context in correct order in...
2019-05-08 hselaskyFix tx_jumbo_packets counter in mlx5en(4).
2019-05-08 hselaskyUpdate Ethernet extended counters in mlx5en(4).
2019-05-08 hselaskyProtect from infinite sw-reset loop in mlx5core.
2019-05-08 hselaskyDisable all MSIX interrupts before shutdown in mlx5.
2019-05-08 hselaskyImport Linux code to implement mlx5_ib_disassociate_uco...
2019-05-08 hselaskyAdd temperature warning event to log in mlx5core.
2019-05-08 hselaskyCorrectly define the interface state bits in mlx5en(4).
2019-05-08 hselaskyEnable FPGA and FPGA QP errors for EQ and call the...
2019-05-08 hselaskyAdd MLX5_FPGA_RELOAD IOCTL(2) to mlx5fpga.
2019-05-08 hselaskyAdd support for Dynamic Interrupt Moderation, DIM,...
2019-05-08 mariusAllow to build without INET and INET6 again after r347221.
2019-05-08 delphijMove contrib/zlib to sys/contrib/zlib so that we can...
2019-05-08 dimPull in r360099 from upstream llvm trunk (by Eli Friedman):
2019-05-08 jhibbitspowerpc: hide innocuous printf behind bootverbose
2019-05-08 kevanstun/tap: merge and rename to `tuntap`
2019-05-08 mavFix dataset name comparison in zfs_compare().
2019-05-08 cemrandom: x86 driver: Prefer RDSEED over RDRAND when...
2019-05-08 cemvmm(4): Pass through RDSEED feature bit to guests
2019-05-08 impAdd missing newline to debug printf.
2019-05-07 cemFix libsbuf sbuf_printf_drain symbol version
2019-05-07 cyImprove the legibility of the login.access.5 man page...
2019-05-07 tuexenRemove non-functional SCTP checksum offload support...
2019-05-07 traszSupport PTRACE_GETREGSET w/ NT_PRSTATUS in Linux ptrace(2).
2019-05-07 emastemake sysent after r347228
2019-05-07 cemdevice_printf: Use sbuf for more coherent prints on SMP
2019-05-07 emastemakesyscalls: use @generated tag in generated files
2019-05-07 markjSimplify the test against maxproc in fork1().
2019-05-07 brDisable interrupts first and then set spinlock_count...
2019-05-07 brProvide a template for busdma code for RISC-V.
2019-05-07 emasteUse @generated tag in generated files
2019-05-07 tsoomecommand_bcache() does not use argv
2019-05-07 mariuso Avoid determining the MAC class (LEM/EM or IGB) ...
2019-05-07 mariuso Use iflib_fast_intr_rxtx() also for "legacy" interrup...
2019-05-07 tsoomeloader: bcache code does not need to check argument...
2019-05-07 tsoomeloader: use safer DPRINTF body for non-debug case
2019-05-07 dchaginRemove wrong copyright line. Discussed with Carlos...
2019-05-07 kibamd64: fix BUS_SPACE_MAXSIZE to 64bit max value.
2019-05-06 dougmThe intention of the blist cursor is for the search...
2019-05-06 marius- Remove the unused ifc_link_irq and ifc_mtx_name membe...
2019-05-06 philImport libxo-1.0.4:
2019-05-06 dchaginAdds sys/class/net devices to linsysfs.
2019-05-06 dchaginRewrite linux_ifflags() in more readable Linuxulator...
2019-05-06 dchaginComplete r347052 (https://reviews.freebsd.org/D20137...
2019-05-06 impSimplify boot1 allocation of handles.
2019-05-06 mavDrop periph lock around cam_periph_unmapmem().
2019-05-06 dchaginThe build process generates assym.inc from genassym...
2019-05-06 impAbstract out efi_devpath_to_handle to search for a...
2019-05-06 impWe only ever need one devinfo per handle. So allocate...
2019-05-06 impReach over and pull in devpath.c from libefi
2019-05-06 cemList-ify kernel dump device configuration
2019-05-06 hselaskyUse PCIV_INVALID in pci_channel_offline() in the LinuxKPI.
2019-05-06 hselaskyDisabling a PCI device should only disable busmaster...
2019-05-06 hselaskyImplement print_hex_dump_debug() function macro in...
2019-05-06 emasteReformat arm64 linux syscalls.master per current style
2019-05-06 hselaskyAllow controlling pr_debug at runtime in the LinuxKPI.
2019-05-06 roygergeom: fix initialization order
2019-05-06 kibDo not flush NFS node from NFS VOP_SET_TEXT().
2019-05-06 kibNoted by: alc
2019-05-06 aeAdd ipsec.ko to required_modules for rc.d/ipsec script.
2019-05-06 tychonzero inputs to vm_page_initfake() for predictable results
2019-05-05 jhibbitspowerpc/booke: Use #ifdef __powerpc64__ instead of...
2019-05-05 jhibbitspowerpc/booke: Fix size check for phys_avail in pmap...
2019-05-05 mavDecode some more ATA commands found in ACS-4.
2019-05-05 markjEnsure that error is initialized in ufs_bmap_seekdata().
2019-05-05 mavDecode Deallocate Logical Block Features.
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-05 kibDo not collapse objects with OBJ_NOSPLIT backing swap...
2019-05-05 kibimgact_elf: do not relock the text vnode if possible.
2019-05-05 csColemak Mod DH keyboard layout
2019-05-05 tsoomeloader: validate sectorsize argument in disk_open()
2019-05-05 adrian[ath_rate_sample] Have the final attempted rate in...
2019-05-05 adrian[ath] [ath_rate] Fix ANI calibration during non-ACTIVE...
2019-05-05 cyMFV r347136:
2019-05-04 cemx86: Implement MWAIT support for stopping a CPU
2019-05-04 kibarm64: Properly restore PAN when done with userspace...
next