]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Prevent TCP Cubic to abruptly increase cwnd after slow-start
[FreeBSD/FreeBSD.git] / sys /
2020-06-03 freqlabstmpfs: Preserve alignment of struct fid fields
2020-06-03 vmaffionenetmap: vale: fix disabled logs
2020-06-03 vmaffionenetmap: vtnet: remove leftover memory barriers
2020-06-03 vmaffionenetmap: vtnet: call netmap_rx_irq() under VQ lock
2020-06-03 vmaffionenetmap: vtnet: honor NM_IRQ_RESCHED
2020-06-03 jahRemove unnecessary WITNESS check in x86 bus_dma
2020-06-02 adrian[run] note that PHY_HT is for mixed mode.
2020-06-02 adrian[run] Set the number of HT chains.
2020-06-02 dougmRemove from RB_REMOVE_COLOR some null checks where...
2020-06-02 adrian[run] Add 11NA flags for 5G NICs that support HT.
2020-06-02 hselaskyImplement __is_constexpr() function macro in the LinuxKPI.
2020-06-02 hselaskyImplement struct_size() function macro in the LinuxKPI.
2020-06-02 hselaskyImplement BUILD_BUG_ON_ZERO() in the LinuxKPI.
2020-06-02 jahvt(4): reset scrollback and cursor position after clear...
2020-06-02 wulf[psm] Workaround active PS/2 multiplexor hang
2020-06-02 wulf[psm] Do not disable trackpoint when hw.psm.elantech...
2020-06-02 kevansmodules: don't build ipsec/tcpmd5 if the kernel is...
2020-06-02 rmacklemFix build issue introduced by r361699.
2020-06-01 melifaroAdd rib subscription API.
2020-06-01 melifaroFinish r361706: add sys/net/route/route_ctl.h, missed...
2020-06-01 melifaro* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 melifaroRevert r361704, it accidentally committed merged D25067...
2020-06-01 melifaro* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 bdragon[PowerPC] Fix build-id note on powerpc64 kernel
2020-06-01 freqlabsAssign default security flavor when converting old...
2020-06-01 vmaffionenetmap: if_vtnet: avoid netmap ring wraparound
2020-06-01 vmaffionenetmap: if_vtnet: replace vtnet_free_used()
2020-06-01 vmaffionenetmap: vtnet: fix RX virtqueue initialization bug
2020-06-01 mjgRemove ->f_label from struct file
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-06-01 adrian[ath] Don't re-program the beacon timers if we miss...
2020-06-01 peterClarify which hints file is the source of an error...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-31 mmacyFix panics when using iflib pseudo device support
2020-05-31 markjHandle getcpu() calls in vsyscall emulation on amd64.
2020-05-31 mhorneRemove remnant of arm's ELF trampoline
2020-05-31 lwhsuFix directly building in sys/modules
2020-05-31 rmacklemAdd the .h file that describes the operations for the...
2020-05-30 emasteelf_common.h: define DF_1_PIE
2020-05-30 karelsgenet: workaround for problem with ICMPv6 echo replies
2020-05-30 karelsgenet: fix issues with transmit checksum offload
2020-05-30 dougmRB_REMOVE invokes RB_REMOVE_COLOR either when child...
2020-05-30 jhbOnly build ipsec modules if the kernel includes IPSEC_S...
2020-05-30 adrian[run] Don't add 11ng channels (2GHz) for RF2020
2020-05-30 adrian[run] Set ampdu rxmax same as linux; RF2020 isn't an...
2020-05-29 cemgeom_part: Dispatch to partitions to create providers...
2020-05-29 jhbAdd opt_ipsec.h to fix standalone builds after r361633.
2020-05-29 jhbConsistently include opt_ipsec.h for consumers of ...
2020-05-29 jhbHonor opt_ipsec.h from kernel builds.
2020-05-29 mavRemove session locking from cfiscsi_pdu_update_cmdsn().
2020-05-29 adrian[run] Add initial 802.11n support.
2020-05-29 mavReport STATUS_QUEUED/SENT in `ctladm dumpooa` output.
2020-05-29 aeFix O_IP_FLOW_LOOKUP opcode handling.
2020-05-29 mjguma: hide item_domain under ifdef NUMA
2020-05-29 avgdo not enable pci bridge decoding on resume until I...
2020-05-29 avgcorefile_open_last: don't keep a locked vnode while...
2020-05-29 jhbIncrement the correct pointer when a crypto buffer...
2020-05-29 mavMove EXPDATASN/R2TSN from PDU to CTL_PRIV_FRONTEND.
2020-05-29 jhibbitspowerpc: Stop advertising that POWER8 and POWER9 suppor...
2020-05-29 rmacklemOops two, missed syscall.mk as well.
2020-05-29 jhbPermit SO_NO_DDP and SO_NO_OFFLOAD to be read via getso...
2020-05-29 adrian[mips] fix up the assembly generation of unaligned...
2020-05-28 rmacklemOops, missed syscall.h and sysproto.h for r361602.
2020-05-28 mavRemove PDU_TOTAL_TRANSFER_LEN() macro.
2020-05-28 mavMake struct ctl_be_lun first element of struct ctl_be_...
2020-05-28 rmacklemUpdate the files created from the new syscalls.master...
2020-05-28 jahvt(4): Add support for `vidcontrol -C'
2020-05-28 jkimMFV: r361597
2020-05-28 rmacklemAdd a syscall for the nfs-over-tls daemons to use.
2020-05-28 markjFix boot on systems where NUMA domain 0 is unpopulated.
2020-05-28 mavRemove ctl_free_beio() LUN and ctl_io dependencies.
2020-05-28 mhorneAdd macros simplifying the fake preload setup
2020-05-28 melifaroFix NOINET6 build broken by r361575.
2020-05-28 mwChange return types of hash update functions in SHA-NI
2020-05-28 hselaskyFix check for wMaxPacketSize in USB bluetooth driver,
2020-05-28 hselaskyImplement helper function, usbd_get_max_frame_length...
2020-05-28 roygerxen/control: short circuit xctrl_on_watch_event on...
2020-05-28 roygerxen/blkfront: use the correct type for disk sectors
2020-05-28 roygerxenpv: do not use low 1MB for Xen mappings on i386
2020-05-28 hselaskyDon't allow USB device drivers to parent own interface.
2020-05-28 melifaroUse fib[46]_lookup() in mtu calculations.
2020-05-28 melifaroMake NFS address selection use fib4_lookup().
2020-05-28 melifaroSwitch ip_output/icmp_reflect rt lookup calls with...
2020-05-28 melifaroReplace ip6_ouput fib6_lookup_nh_<ext|basic> calls...
2020-05-28 melifaroSwitch gif(4) path verification to fib[46]_check_urfp().
2020-05-28 melifaroUnlock rtentry before calling for epoch(9) destruction...
2020-05-28 jhibbitspowerpc/pmap: Remove some debug from r361544
2020-05-28 bdragon[PowerPC] Fix radix crash when passing -1 from userspace
2020-05-27 rmacklemFix sosend() for the case where mbufs are passed in...
2020-05-27 adrian[ath] Update ath_rate_sample to use the same base type...
2020-05-27 kibSimplify the condition to enable superpage mappings...
2020-05-27 asomersgeli: fix a livelock during panic
2020-05-27 adrian[net80211] Fix interrupted scan logic and ticks comparison
2020-05-27 manulinuxkpi: Add kstrtou16
2020-05-27 manulinuxkpi: Add rcu_swap_protected
2020-05-27 manulinuxkpi: Add overflow.h
2020-05-27 andrewSupport creating and using arm64 pmap at stage 2
2020-05-27 adrian[ata_da] remove duplicate definition; it trips up ye...
2020-05-27 jhibbitsProperly sort ifdef archs in vm_fault_soft_fast superpa...
next