]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
bhyvectl(8): Normalize the man page date
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-08-25 Michael TuexenRFC 3465 defines a limit L used in TCP slow start for...
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-21 Warner LoshUse devctl.h instead of bus.h to reduce newbus pollution.
2020-08-19 Andrew GallatinTCP: remove special treatment for hardware (ifnet) TLS
2020-08-18 Richard ScheffeneggerTCP Cubic: recalculate cwnd for every ACK.
2020-08-18 Michael TuexenFix two bugs I introduced in r362563.
2020-08-16 Dimitry AndricMerge ^/head r364264 through r364278.
2020-08-16 Michael TuexenRemove a line which is needed and was added in
2020-08-16 Michael TuexenImprove the handling of concurrent send() calls for...
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge ^/head r364082 through r364250.
2020-08-15 Michael TuexenEnter epoch earlier. This is needed because we are...
2020-08-14 Alexander V. ChernikovSimplify dom_<rtattach|rtdetach>.
2020-08-13 Richard ScheffeneggerTCP Cubic: Have Fast Convergence Heuristic work for...
2020-08-13 Richard ScheffeneggerTCP Cubic: After leaving slowstart fix unintended cwnd...
2020-08-13 Richard ScheffeneggerImprove SACK support code for RFC6675 and PRR
2020-08-12 Glen BarberMFH
2020-08-11 Hans Petter SelaskyUse a static initializer for the multicast free tasks.
2020-08-10 Michael TuexenFix the following issues related to the TCP SYN-cache:
2020-08-10 Dimitry AndricMerge ^/head r364051 through r364081.
2020-08-10 Bjoern A. ZeebMC: add a note with reference to the discussion and...
2020-08-10 Hans Petter SelaskyMake sure the multicast release tasks are properly...
2020-08-10 Hans Petter SelaskyUse proper prototype for SYSINIT() functions.
2020-08-08 Michael TuexenImprove the ECN negotiation when the TCP SYN-cache...
2020-08-07 Dimitry AndricMerge ^/head r363989 through r364034.
2020-08-07 Bjoern A. ZeebIPV6_PKTINFO support for v4-mapped IPv6 sockets
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Glen BarberMFH
2020-07-31 Dimitry AndricMerge ^/head r363583 through r363738.
2020-07-31 Randall StewartThe recent changes to move the ref count increment
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-23 Michael TuexenClear the pointer to the socket when closing it also...
2020-07-23 Michael TuexenDetect and handle an invalid reassembly constellation...
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-21 Richard ScheffeneggerFix style and comment around concave/convex regions...
2020-07-20 Richard ScheffeneggerAdd MODULE_VERSION to TCP loadable congestion control...
2020-07-19 Michael TuexenAdd reference counts for inp/stcb/net when timers are...
2020-07-18 Michael TuexenRemove code which is not needed.
2020-07-18 Jung-uk KimMFV: r363292
2020-07-17 Michael TuexenImprove the locking of address lists by adding some...
2020-07-16 Glen BarberMFH
2020-07-16 Michael Tuexen(Re)-allow 0.0.0.0 to be used as an address in connect...
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 Michael TuexenImprove the error handling in generating ASCONF chunks.
2020-07-14 Jung-uk KimMFV: r362513
2020-07-12 Michael TuexenCleanup, no functional change intended.
2020-07-12 Michael Tuexen(Re)activate SCTP system calls when compiling SCTP...
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-10 Michael TuexenWhitespace changes due to upstreaming r363079.
2020-07-10 Mark JohnstonProvide support for building SCTP as a loadable module.
2020-07-10 Michael TuexenFix a use-after-free bug for the userland stack. The...
2020-07-09 Michael TuexenOptimize flushing of receive queues.
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-08 Michael TuexenImprove consistency.
2020-07-08 Michael TuexenFix error description.
2020-07-08 Michael TuexenDon't accept FORWARD-TSN chunks when I-FORWARD-TSN...
2020-07-08 Michael TuexenImprove handling of PKTDROP chunks. This includes the...
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Richard ScheffeneggerFix KASSERT during tcp_newtcpcb when low on memory
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-02 Alexander V. ChernikovComplete conversions from fib<4|6>_lookup_nh_<basic...
2020-07-01 Michael TuexenFix the cleanup handling in a error path for TCP BBR.
2020-07-01 Mark JohnstonFix a possible next-hop refcount leak when handling...
2020-06-30 Michael TuexenFix a bug introduced in https://svnweb.freebsd.org...
2020-06-28 Michael TuexenDon't send packets containing ERROR chunks in response...
2020-06-28 Michael TuexenDon't check ch for not being NULL, since that is true.
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 John BaldwinUse zfree() instead of explicit_bzero() and free().
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Michael TuexenFix the acconting for fragmented unordered messages...
2020-06-24 Richard ScheffeneggerTCP: fix cubic RTO reaction.
2020-06-24 Richard ScheffeneggerTCP: make after-idle work for transactional sessions.
2020-06-24 Cy SchubertMFV r362565:
2020-06-23 Michael TuexenFix alignment issue manifesting in the userland stack.
2020-06-22 Michael TuexenNo need to include netinet/sctp_crc32.h twice.
2020-06-22 Mark JohnstonMove the definition of SCTP's system_base_info into...
2020-06-21 Michael TuexenCleanup the defintion of struct sctp_getaddresses....
2020-06-21 Bjoern A. ZeebRather than zeroing MAXVIFS times size of pointer ...
2020-06-21 Michael TuexenFix the build for an INET6 only configuration.
2020-06-20 Michael TuexenSet a variable also in the case of an INET6 only kernel
2020-06-20 Michael TuexenUse a struct sockaddr_in pr struct sockaddr_in6 as...
2020-06-20 Michael TuexenCleanup the adding and deleting of addresses via sctp_b...
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-19 Michael TuexenRemove last argument of sctp_addr_mgmt_ep_sa(), since...
2020-06-18 Mark JohnstonAdd the SCTP_SUPPORT kernel option.
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Bjoern A. ZeebWhen converting the static arrays to mallocarray()...
2020-06-17 Bjoern A. ZeebThe call into ifa_ifwithaddr() needs to be epoch protec...
2020-06-17 Michael TuexenAllow the self reference to be NULL in case the timer...
2020-06-17 Tom JonesAdd header definition for RFC4340, Datagram Congestion...
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
next