]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix sleepq_add panic happening with too wide net epoch in mcast control.
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-07-08 tuexenFix error description.
2020-07-08 tuexenDon't accept FORWARD-TSN chunks when I-FORWARD-TSN...
2020-07-08 tuexenImprove handling of PKTDROP chunks. This includes the...
2020-07-07 rscheffFix KASSERT during tcp_newtcpcb when low on memory
2020-07-07 seUpdate to version 3.1.1
2020-07-02 melifaroComplete conversions from fib<4|6>_lookup_nh_<basic...
2020-07-01 tuexenFix the cleanup handling in a error path for TCP BBR.
2020-07-01 markjFix a possible next-hop refcount leak when handling...
2020-06-30 tuexenFix a bug introduced in https://svnweb.freebsd.org...
2020-06-28 tuexenDon't send packets containing ERROR chunks in response...
2020-06-28 tuexenDon't check ch for not being NULL, since that is true.
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 jhbUse zfree() instead of explicit_bzero() and free().
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 tuexenFix the acconting for fragmented unordered messages...
2020-06-24 rscheffTCP: fix cubic RTO reaction.
2020-06-24 rscheffTCP: make after-idle work for transactional sessions.
2020-06-23 tuexenFix alignment issue manifesting in the userland stack.
2020-06-22 tuexenNo need to include netinet/sctp_crc32.h twice.
2020-06-22 markjMove the definition of SCTP's system_base_info into...
2020-06-21 tuexenCleanup the defintion of struct sctp_getaddresses....
2020-06-21 bzRather than zeroing MAXVIFS times size of pointer ...
2020-06-21 tuexenFix the build for an INET6 only configuration.
2020-06-20 tuexenSet a variable also in the case of an INET6 only kernel
2020-06-20 tuexenUse a struct sockaddr_in pr struct sockaddr_in6 as...
2020-06-20 tuexenCleanup the adding and deleting of addresses via sctp_b...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-19 tuexenRemove last argument of sctp_addr_mgmt_ep_sa(), since...
2020-06-18 markjAdd the SCTP_SUPPORT kernel option.
2020-06-18 jkimMFV: r362286
2020-06-17 bzWhen converting the static arrays to mallocarray()...
2020-06-17 bzThe call into ifa_ifwithaddr() needs to be epoch protec...
2020-06-17 tuexenAllow the self reference to be NULL in case the timer...
2020-06-17 thjAdd header definition for RFC4340, Datagram Congestion...
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 rrsiSo in doing final checks on OCA firmware with all...
2020-06-16 rrsSo it turns out rack has a shortcoming in dup-ack count...
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-14 tuexenAllocate the mbuf for the signature in the COOKIE or...
2020-06-14 tuexenCleanups, no functional change.
2020-06-13 tuexenRemove usage of empty macro.
2020-06-13 tuexenSimpify a condition, no functional change.
2020-06-12 rrsSo it turns out with the right window scaling you can...
2020-06-12 tuexenWhitespace change due to upstream cleanup.
2020-06-12 tuexenMore cleanups due to ifdef cleanup done upstream
2020-06-12 tuexenSmall cleanup due to upstream ifdef cleanups.
2020-06-11 tuexenNon-functional changes due to upstream cleanup.
2020-06-10 rscheffPrevent TCP Cubic to abruptly increase cwnd after app...
2020-06-09 rscheffPrevent TCP Cubic to abruptly increase cwnd after slow...
2020-06-08 tuexenWhitespace cleanups and removal of a stale comment.
2020-06-08 rrsAn important statistic in determining if a server proce...
2020-06-07 tuexenRetire SCTP_SO_LOCK_TESTING.
2020-06-06 tuexenFix typo in comment.
2020-06-06 tuexenNon-functional changes due to cleanup (upstream removin...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-03 rrsWe should never allow either the broadcast or IN_ADDR_A...
2020-06-03 rrsThis fixes a couple of skyzaller crashes. Most
2020-06-03 tuexenRestrict enabling TCP-FASTOPEN to end-points in CLOSED...
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 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-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 melifaroUse fib[46]_lookup() in mtu calculations.
2020-05-28 melifaroSwitch ip_output/icmp_reflect rt lookup calls with...
2020-05-28 melifaroSwitch gif(4) path verification to fib[46]_check_urfp().
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-23 manubbr: Use arc4random_uniform from libkern.
2020-05-23 melifaroMove <add|del|change>_route() functions to route_ctl...
2020-05-21 rscheffDCTCP: update alpha only once after loss recovery.
2020-05-21 rscheffWith RFC3168 ECN, CWR SHOULD only be sent with new...
2020-05-21 rscheffRetain only mutually supported TCP options after simult...
2020-05-21 rscheffHandle ECN handshake in simultaneous open
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-19 markjDefine a module version for accept filter modules.
2020-05-19 tuexenReplace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPR...
2020-05-19 tuexenRevert r361209:
2020-05-19 karelsFix NULL-pointer bug from r361228.
2020-05-18 karelsAllow TCP to reuse local port with different destinations
2020-05-18 tuexenRemove assignment without effect.
2020-05-18 tuexenDon't check an unsigned variable for being negative.
2020-05-18 tuexenRemove redundant assignment.
2020-05-18 tuexenCleanup, no functional change intended.
2020-05-18 tuexenAvoid an integer underflow.
2020-05-18 tuexenRemove redundant check.
2020-05-18 tuexenFix logical condition by looking at usecs.
2020-05-18 tuexenWhitespace change.
2020-05-18 tuexenHandle failures of snprintf().
2020-05-17 tuexenNon-functional changes, cleanups.
2020-05-17 melifaroRemove redundant checks for nhop validity.
2020-05-16 tuexenEnsure that an stcb is not dereferenced when it is...
2020-05-16 emastelibalias: retire cuseeme support
2020-05-15 tuexenAllow only IPv4 addresses in sendto() for TCP on AF_INE...
2020-05-15 rrsThis fixes several skyzaller issues found with the
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-12 emastelibalias: fix potential memory disclosure from ftp...
next