]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Allow some Bluetooth LE related HCI request to non-root user.
[FreeBSD/FreeBSD.git] / sys / netinet /
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
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Randall StewartiSo in doing final checks on OCA firmware with all...
2020-06-16 Randall StewartSo it turns out rack has a shortcoming in dup-ack count...
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-14 Michael TuexenAllocate the mbuf for the signature in the COOKIE or...
2020-06-14 Michael TuexenCleanups, no functional change.
2020-06-13 Michael TuexenRemove usage of empty macro.
2020-06-13 Michael TuexenSimpify a condition, no functional change.
2020-06-13 Cy SchubertMFV r362143:
2020-06-12 Randall StewartSo it turns out with the right window scaling you can...
2020-06-12 Michael TuexenWhitespace change due to upstream cleanup.
2020-06-12 Michael TuexenMore cleanups due to ifdef cleanup done upstream
2020-06-12 Cy SchubertMFV r362082:
2020-06-12 Michael TuexenSmall cleanup due to upstream ifdef cleanups.
2020-06-11 Michael TuexenNon-functional changes due to upstream cleanup.
2020-06-10 Richard ScheffeneggerPrevent TCP Cubic to abruptly increase cwnd after app...
2020-06-09 Richard ScheffeneggerPrevent TCP Cubic to abruptly increase cwnd after slow...
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-08 Michael TuexenWhitespace cleanups and removal of a stale comment.
2020-06-08 Randall StewartAn important statistic in determining if a server proce...
2020-06-07 Michael TuexenRetire SCTP_SO_LOCK_TESTING.
2020-06-06 Michael TuexenFix typo in comment.
2020-06-06 Michael TuexenNon-functional changes due to cleanup (upstream removin...
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-03 Randall StewartWe should never allow either the broadcast or IN_ADDR_A...
2020-06-03 Randall StewartThis fixes a couple of skyzaller crashes. Most
2020-06-03 Michael TuexenRestrict enabling TCP-FASTOPEN to end-points in CLOSED...
2020-06-01 Alexander V. Chernikov* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 Alexander V. ChernikovRevert r361704, it accidentally committed merged D25067...
2020-06-01 Alexander V. Chernikov* Add rib_<add|del|change>_route() functions to manipul...
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 Dimitry AndricUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 Jung-uk KimMFV: r361597
2020-05-28 Alexander V. ChernikovUse fib[46]_lookup() in mtu calculations.
2020-05-28 Alexander V. ChernikovSwitch ip_output/icmp_reflect rt lookup calls with...
2020-05-28 Alexander V. ChernikovSwitch gif(4) path verification to fib[46]_check_urfp().
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Emmanuel Vadotbbr: Use arc4random_uniform from libkern.
2020-05-23 Alexander V. ChernikovMove <add|del|change>_route() functions to route_ctl...
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-21 Richard ScheffeneggerDCTCP: update alpha only once after loss recovery.
2020-05-21 Richard ScheffeneggerWith RFC3168 ECN, CWR SHOULD only be sent with new...
2020-05-21 Richard ScheffeneggerRetain only mutually supported TCP options after simult...
2020-05-21 Richard ScheffeneggerHandle ECN handshake in simultaneous open
2020-05-21 Cy SchubertMFV r361322:
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Martin MatuskaMFV r361280:
2020-05-19 Mark JohnstonDefine a module version for accept filter modules.
2020-05-19 Michael TuexenReplace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPR...
2020-05-19 Michael TuexenRevert r361209:
2020-05-19 Mike KarelsFix NULL-pointer bug from r361228.
2020-05-18 Mike KarelsAllow TCP to reuse local port with different destinations
2020-05-18 Michael TuexenRemove assignment without effect.
2020-05-18 Michael TuexenDon't check an unsigned variable for being negative.
2020-05-18 Michael TuexenRemove redundant assignment.
2020-05-18 Michael TuexenCleanup, no functional change intended.
2020-05-18 Michael TuexenAvoid an integer underflow.
2020-05-18 Michael TuexenRemove redundant check.
2020-05-18 Michael TuexenFix logical condition by looking at usecs.
2020-05-18 Michael TuexenWhitespace change.
2020-05-18 Michael TuexenHandle failures of snprintf().
2020-05-17 Michael TuexenNon-functional changes, cleanups.
2020-05-17 Alexander V. ChernikovRemove redundant checks for nhop validity.
2020-05-16 Michael TuexenEnsure that an stcb is not dereferenced when it is...
2020-05-16 Ed Mastelibalias: retire cuseeme support
2020-05-15 Michael TuexenAllow only IPv4 addresses in sendto() for TCP on AF_INE...
next