]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
libradius: Fix input validation bugs
[FreeBSD/FreeBSD.git] / sys /
2021-05-26 Aleksandr Rybalkohwpmc: Move 4 bits of mode to extend class size to 8
2021-05-26 Richard Scheffeneggertcp: Use local CC data only in the correct context
2021-05-26 Mark Johnstonacpi: Add missing error handling to acpi_pci_link_route...
2021-05-26 Mark Johnstonrpcsec_gss: Use a designated initializer for rpc_gss_ops
2021-05-26 Mark Johnstoncxgb: Avoid a read-after-free in get_packet() when...
2021-05-26 Mark Johnstonnetsmb: Avoid a read-after-free in smb_t2_request_int()
2021-05-26 Mark Johnstonoce: Fix handling of m_pullup() errors in oce_tso_setup()
2021-05-26 Andrew Gallatincxgbe: fix enabling lro & rxtimestamps
2021-05-26 Mark Johnstonvmm: Let guests enable SMEP/SMAP if the host supports it
2021-05-26 Kristof Provostpf: Move nvlist conversion functions to pf_nv
2021-05-26 Bjoern A. ZeebLinuxKPI/OFED/mlx4: cleanup netdevice.h some more
2021-05-26 Edward Tomasz Napi... Unstaticize parts of coredumping code
2021-05-26 Randall Stewarttcp: Add a socket option to rack so we can test various...
2021-05-26 Ruslan Bukino Fix i2c read operation for large transfers (more...
2021-05-26 Takanori WatanabeFix a use-after-free in an error case.
2021-05-26 Dmitry Chaginlinux_common: retire extra module version.
2021-05-25 John Baldwinossl: Use crypto_cursor_segment().
2021-05-25 John Baldwincryptosoft: Use crypto_cursor_segment().
2021-05-25 John Baldwincrypto: Add crypto_cursor_segment() to fetch both base...
2021-05-25 John BaldwinInclude the trailer in the original dst_iov.
2021-05-25 John BaldwinAssume OCF is the only KTLS software backend.
2021-05-25 John Baldwinktls_ocf: Fix a few places to not hardcode the GMAC...
2021-05-25 John Baldwincrypto: Add a new type of crypto buffer for a single...
2021-05-25 John Baldwinsglist: Add sglist_append_single_mbuf().
2021-05-25 John BaldwinSupport unmapped mbufs in crypto buffers.
2021-05-25 John BaldwinRename m_unmappedtouio() to m_unmapped_uiomove().
2021-05-25 John BaldwinExtend m_copyback() to support unmapped mbufs.
2021-05-25 John BaldwinExtend m_apply() to support unmapped mbufs.
2021-05-25 Konstantin Belousovamd64/linux*: add required header to get the constant...
2021-05-25 Rick Macklemnfscl: Use hash lists to improve expected search perfor...
2021-05-25 Cy Schubertipfilter: Fix ip_nat memory leak and use-after-free
2021-05-25 Bjoern A. ZeebBump __FreeBSD_version to 1400015 for LinuxKPI changes.
2021-05-25 Bjoern A. ZeebLinuxKPI: add addrconf_addr_solict_mult()
2021-05-25 Bjoern A. ZeebLinuxKPI: add Exponentially Weighted Moving Average...
2021-05-25 Bjoern A. ZeebLinuxKPI: add linux/bsearch.h for sort(9)
2021-05-25 Bjoern A. ZeebLinuxKPI: byteorder.h
2021-05-25 Bjoern A. ZeebLinuxKPI: cache.h add SMP_CACHE_BYTES
2021-05-25 Bjoern A. ZeebLinuxKPI: compiler.h add three more defines
2021-05-25 Bjoern A. ZeebLinuxKPI: add cpu.h for cpumask_*()
2021-05-25 Bjoern A. ZeebLinuxKPI: add devcoredump.h
2021-05-25 Bjoern A. ZeebLinuxKPI: add dev_crit() to linux/device.h
2021-05-25 Bjoern A. ZeebLinuxKPI: add ether_addr_equal_unaligned()
2021-05-25 Bjoern A. ZeebLinuxKPI: net/if_inet6.h add struct inet6_dev { }
2021-05-25 Bjoern A. ZeebLinuxKPI: add irq_set_affinity_hint()
2021-05-25 Bjoern A. ZeebLinuxKPI: add linux/{ip,tcp,udp}.h
2021-05-25 Bjoern A. ZeebLinuxKPI: ipv6.h add missing #include
2021-05-25 Bjoern A. ZeebLinuxKPI: add time_is_after_jiffies() definition
2021-05-25 Bjoern A. ZeebLinuxKPI: change BUILD_BUG_ON()
2021-05-25 Bjoern A. ZeebLinuxKPI: add ktime_get_boottime_ns() implementation...
2021-05-25 Bjoern A. ZeebLinuxKPI: add LINUXKPI_PARAM_charp()
2021-05-25 Bjoern A. ZeebLinuxKPI: add more #defines to pci.h
2021-05-25 Bjoern A. ZeebLinuxKPI: add prandom_u32() as used by wireless drivers.
2021-05-25 Bjoern A. ZeebLinuxKPI: add rcu_dereference_check()
2021-05-25 Bjoern A. ZeebLinuxKPI: add kfree_sensitive() using zfree().
2021-05-25 Bjoern A. ZeebLinuxKPI: extract stringify() in their own header file
2021-05-25 Bjoern A. ZeebLinuxKPI: add kernel_ulong_t typedef in linux/kernel.h.
2021-05-25 Bjoern A. ZeebLinuxKPI: add guid_t for ACPI consumers.
2021-05-25 Andrew Gallatintcp: enter network epoch when calling tfb_tcp_fb_fini
2021-05-25 Randall Stewarttcp: Fix bugs related to the PUSH bit and rack and...
2021-05-25 Warner Loshcam_sim: style: sort includes
2021-05-25 Edward Tomasz Napi... Clean up some of the core dumping code.
2021-05-25 Mitchell Hornearm64, riscv: remove reference to fsu_intr_fault
2021-05-25 Konstantin Belousovptrace: add an option to not kill debuggees on debugger...
2021-05-25 Konstantin Belousovsys_process.c: extract ptrace_unsuspend()
2021-05-25 Konstantin Belousovamd64: clear PSL.AC in the right frame
2021-05-25 Warner Loshcam: remove xpt_polled_action
2021-05-25 Warner Loshcam: Remove CAM_SIM_LOCK/UNLOCK macros, they are unused.
2021-05-25 Warner Loshcam: remove sim callout
2021-05-25 Colin Percivaltaskqueue: Add missing comma to TASKQUEUE_FAST_DEFINE_T...
2021-05-24 Bjoern A. Zeebarm64: log vm_fault error for data_abort
2021-05-24 Michael Tuexentcp: fix a RACK socket buffer lock issue
2021-05-24 Randall Stewarttcp: Fix an issue with the PUSH bit as well as fill...
2021-05-24 Kristof Provostpf: fix ioctl() memory leak
2021-05-24 Emmanuel Vadotarm: RPI-B: Add ext_resources driver
2021-05-24 Andrew TurnerClean up early arm64 pmap code
2021-05-23 Navdeep Parharcxgbe(4): Overhaul CLIP (Compressed Local IPv6) table...
2021-05-23 Vladimir Kondratyevums(4): Start USB xfers on opening of evdev node uncond...
2021-05-23 Vladimir Kondratyevums(4): Do not stop USB xfers on FIFO close when evdev...
2021-05-23 Mateusz Guzikvfs: elide vnode locking when it is only needed for...
2021-05-23 Dmitry Chaginrun(4): add support for DLINK DWA-130 rev F1 wireless...
2021-05-23 Mark Johnstonktrace: Remove vrele() at the end of ktr_writerequest()
2021-05-23 Mateusz Guziklockprof: move panic check after inspecting the state
2021-05-23 Mateusz Guziklockprof: pass lock type as an argument instead of...
2021-05-23 Konstantin BelousovAdd support for Gemini Lake LPSS UARTs.
2021-05-23 Hans Petter SelaskyThe old thread priority must be stored as part of the...
2021-05-23 Adrian Chaddath: bump the default node queue size to 128 frames...
2021-05-22 Adrian Chadd[ath] Handle STA + AP beacon programming without stompi...
2021-05-22 Adrian Chadd[ath] Add ast_tsfoor to the sysctl statistics array.
2021-05-22 Adrian Chadd[ar71xx] During reset, don't spin, just keep trying
2021-05-22 Zhenlei Huangip_forward: Restore RFC reference
2021-05-22 Rick Macklemnfscl: Add hash lists for the NFSv4 opens
2021-05-22 Mateusz Guzikumtx: convert umtxq_lock to a macro
2021-05-22 Mateusz GuzikFix limit testing after 1762f674ccb571e6 ktrace commit.
2021-05-22 Konstantin Belousovktrace: fix a race between writes and close
2021-05-22 Mateusz GuzikFix a braino in previous.
2021-05-22 Mateusz GuzikFix tinderbox build after 1762f674ccb571e6 ktrace commit.
2021-05-22 Mateusz Guziklockprof: add contested-only profiling
2021-05-22 Mateusz Guziklockprof: retire lock_prof_skipcount
2021-05-22 Mateusz Guzikvfs: retire the now unused vnlru_free routine
2021-05-22 Mark Johnstonktls.h: Guard includes behind _KERNEL
next