]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-05-28 Hans Petter... Fix check for wMaxPacketSize in USB bluetooth driver,
2020-05-28 Hans Petter... Implement helper function, usbd_get_max_frame_length...
2020-05-28 Roger Pau Monnéxen/control: short circuit xctrl_on_watch_event on...
2020-05-28 Roger Pau Monnéxen/blkfront: use the correct type for disk sectors
2020-05-28 Roger Pau Monnéxenpv: do not use low 1MB for Xen mappings on i386
2020-05-28 Hans Petter... Don't allow USB device drivers to parent own interface.
2020-05-28 Alexander V... Use fib[46]_lookup() in mtu calculations.
2020-05-28 Alexander V... Make NFS address selection use fib4_lookup().
2020-05-28 Alexander V... Switch ip_output/icmp_reflect rt lookup calls with...
2020-05-28 Alexander V... Replace ip6_ouput fib6_lookup_nh_<ext|basic> calls...
2020-05-28 Alexander V... Switch gif(4) path verification to fib[46]_check_urfp().
2020-05-28 Alexander V... Unlock rtentry before calling for epoch(9) destruction...
2020-05-28 Justin Hibbitspowerpc/pmap: Remove some debug from r361544
2020-05-28 Brandon Bergren[PowerPC] Fix radix crash when passing -1 from userspace
2020-05-27 Rick MacklemFix sosend() for the case where mbufs are passed in...
2020-05-27 Adrian Chadd[ath] Update ath_rate_sample to use the same base type...
2020-05-27 Konstantin... Simplify the condition to enable superpage mappings...
2020-05-27 Alan Somersgeli: fix a livelock during panic
2020-05-27 Adrian Chadd[net80211] Fix interrupted scan logic and ticks comparison
2020-05-27 Eric van Gyzenlibifconfig: remove redundant NULL check
2020-05-27 Shteryana ShopovaProper check if divert(4) module is present by the...
2020-05-27 Emmanuel Vadotlinuxkpi: Add kstrtou16
2020-05-27 Emmanuel Vadotlinuxkpi: Add rcu_swap_protected
2020-05-27 Emmanuel Vadotlinuxkpi: Add overflow.h
2020-05-27 Eugene Grosbeinifconfig(8): spell "groupname" consistently with SYNOPSYS.
2020-05-27 Andrew TurnerSupport creating and using arm64 pmap at stage 2
2020-05-27 Adrian Chadd[ata_da] remove duplicate definition; it trips up ye...
2020-05-27 Justin HibbitsProperly sort ifdef archs in vm_fault_soft_fast superpa...
2020-05-27 Justin Hibbitspowerpc/mmu: Convert PowerPC pmap drivers to ifunc...
2020-05-27 Brandon Bergren[PowerPC] Fix invalid asm in trap code
2020-05-26 Eric Joynerice(4): Introduce new driver for Intel E800 Ethernet...
2020-05-26 Conrad Meyerx86: Detect new feature bits
2020-05-26 Konstantin... Add version indicators to rtld.
2020-05-26 Alexander MotinProperly check kern_sg_entries for S/G list.
2020-05-26 Brandon Bergren[PowerPC] Fix atomic_cmpset_masked().
2020-05-26 Ruslan BukinFix entering KDB with dtrace-enabled kernel.
2020-05-26 Ruslan BukinRename dmar_get_dma_tag() to acpi_iommu_get_dma_tag().
2020-05-26 Marcin WojtasUpdate ENA driver version to v2.2.0
2020-05-26 Marcin WojtasRefactor ena_tx_map_mbuf() function
2020-05-26 Marcin WojtasFix double-free bug within ena_detach()
2020-05-26 Marcin WojtasAllow disabling meta caching for ENA Tx path
2020-05-26 Marcin WojtasCreate ENA IO queues with optional backoff
2020-05-26 Marcin WojtasAdd sysctl node for ENA IO queues number adjustment
2020-05-26 Marcin WojtasFix assumptions about number of IO queues in the ENA
2020-05-26 Marcin WojtasRework ENA Tx buffer ring size reconfiguration
2020-05-26 Marcin WojtasRework ENA Rx queue size configuration
2020-05-26 Takanori WatanabeAdd le_connect command to connect to an LE device.
2020-05-26 Marcin WojtasMark the ENA driver as epoch ready
2020-05-26 Marcin WojtasImprove indentation in ena_up() and ena_down()
2020-05-26 Marcin WojtasExpose argument names for non static ENA driver functions
2020-05-26 Marcin WojtasUse single global lock in the ENA driver
2020-05-26 Marcin WojtasAdd trigger reset function in the ENA driver
2020-05-26 Marcin WojtasProvide ENA driver version in a sysctl node
2020-05-26 Marcin WojtasRemove unused argument from static function in ena.c
2020-05-26 Marcin WojtasEnable Tx drops reporting in the ENA driver
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-26 Alexander MotinFix fallout of r319722 in CTL HA.
2020-05-26 Marcin WojtasUpgrade ENA HAL to the version from 20.04.2020
2020-05-26 Marcin WojtasFix AES-CTR compatibility issue in ipsec
2020-05-26 Marcin WojtasRestore XHCI operation on Armada 38x
2020-05-26 Alexander MotinDo not remove upcall if we haven't yet.
2020-05-26 Roger Pau Monnéxen-locore: fix size in GDT descriptor
2020-05-26 Hans Petter... Fix build issue after r360292 when using both RSS and...
2020-05-26 Hans Petter... Sync with Linux packet pacing enhancements in mlx5en(4).
2020-05-26 Li-Wen HsuDisable failing test cases in CI:
2020-05-26 Justin Hibbitspowerpc/booke pmap: Fix iteration for 64-bit kernel...
2020-05-26 Brandon Bergren[PowerPC] Ensure ppc32 cpu_switch routines set up Secur...
2020-05-25 John BaldwinUpdate cryptocteon(4) and nlmsec(4) for changes in...
2020-05-25 Chuck SilversThis commit enables a UFS filesystem to do a forcible...
2020-05-25 John BaldwinUpdate sec(4) for separate output buffers changes in...
2020-05-25 John BaldwinUpdate cesa(4) for separate output buffers changes...
2020-05-25 John BaldwinRemove an extraneous line continuation from r361481.
2020-05-25 John BaldwinExpand coverage of different buffer sizes.
2020-05-25 Adrian Chadd[ath] [ath_hal] Propagate the HAL_RESET_TYPE through...
2020-05-25 John BaldwinSupport separate output buffers for aesni(4).
2020-05-25 John BaldwinSupport separate output buffers in ccr(4).
2020-05-25 John BaldwinAdd a sysctl knob to use separate output buffers for...
2020-05-25 John BaldwinExport the _kern_crypto sysctl node from crypto.c.
2020-05-25 John BaldwinAdd support for optional separate output buffers to...
2020-05-25 Conrad Meyercopystr(9): Move to deprecate (attempt #2)
2020-05-25 Marcin WojtasIntroduce a driver for NXP LS1046A SoC AHCI.
2020-05-25 Marcin WojtasIntroduce support for Epson RX-8803 RTC.
2020-05-25 Marcin WojtasAdd TCA6416 GPIO expander support.
2020-05-25 Marcin WojtasIntroduce VF610 I2C controller support.
2020-05-25 Marcin WojtasAdd GPIO support for QorIQ boards.
2020-05-25 Marcin WojtasAdd LS1046A clockgen driver.
2020-05-25 Marcin WojtasAdd QorIQ platform clockgen driver.
2020-05-25 Emmanuel Vadotlinuxkpi: Fix mod_timer and del_timer_sync
2020-05-25 Emmanuel Vadotlinuxkpi: Add refcount.h
2020-05-25 Emmanuel Vadotlinuxkpi: Add __same_type and __must_be_array macros
2020-05-25 Mateusz Guzikproc: refactor clearing credentials into proc_unset_cred
2020-05-25 Hans Petter... Improve set progress parameters, SET PSV for HW TLS...
2020-05-25 Hans Petter... Correctly set the initial vector for TLS v1.3 for mlx5e...
2020-05-25 Hans Petter... Update the TLS capability bit after recent PRM changes...
2020-05-25 Murray StokelyAdd example usage for formatting a floppy disk. Adding...
2020-05-25 Peter GrehanFix pci-passthru MSI issues with OpenBSD guests
2020-05-25 Mateusz Guzikvfs: use atomic_{store,load}_long to manage f_offset
2020-05-25 Mateusz Guzikvfs: restore mtx-protected foffset locking for 32 bit...
2020-05-25 Alan Somers[skip ci] ip.4: fix typos
2020-05-24 Cy SchubertChase r361344. Update unbound version strings.
next