]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
amd64: minor tweaks to pat decoding in sysctl vm.pmap.kernel_maps.
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-09-22 Michael TuexenDon't hold the info lock when calling sctp_select_a_tag().
2019-09-22 Michael TuexenCleanup the RTO calculation and perform some consistenc...
2019-09-20 Michael TuexenFix the handling of invalid parameters in ASCONF chunks.
2019-09-19 Michael TuexenWhen the RACK stack computes the space for user data...
2019-09-17 Michael TuexenOnly allow a SCTP-AUTH shared key to be updated by...
2019-09-16 Michael TuexenDon't write to memory outside of the allocated array...
2019-09-15 Michael TuexenWhen the IP layer calls back into the SCTP layer to...
2019-09-11 Andrew GallatinAvoid unneeded call to arc4random() in syncache_add()
2019-09-11 Randall StewartWith the recent commit of ktls, we no longer have a
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Michael TuexenOnly update SACK/DSACK lists when a non-empty segment...
2019-09-06 Conrad MeyerFix build after r351934
2019-09-06 Randall StewartThis adds in the missing counter initialization which
2019-09-06 Warner LoshInitialize if_hw_tsomaxsegsize to 0 to appease gcc...
2019-09-06 Randall StewartThis adds the final tweaks to LRO that will now allow me
2019-09-04 Michael TuexenFix the SACK block generation in the base TCP stack...
2019-09-03 Michael TuexenFix two TCP RACK issues:
2019-09-02 Michael TuexenThis patch improves the DSACK handling to conform with...
2019-09-01 Michael TuexenFix initialization of top_fsn.
2019-09-01 Michael TuexenImprove the handling of state cookie parameters in...
2019-08-31 Michael TuexenImprove function definition.
2019-08-31 Michael TuexenImprove the handling of illegal sequence number combina...
2019-08-27 Hiroki SatoMFV r351553:
2019-08-27 John BaldwinAdd kernel-side support for in-kernel TLS.
2019-08-26 Michael TuexenDon't hold the rs_mtx lock while calling malloc().
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-22 Cy SchubertMFV r346563:
2019-08-21 Randall StewartFix an issue when TSO and Rack play together. Basically
2019-08-19 Mark JohnstonFix netdump buffering after r348473.
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-13 Andrey V. ElsukovSave ip_ttl value and restore it after checksum calcula...
2019-08-13 Randall StewartPlace back in the dependency on HPTS via module depends...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-08 Tom JonesRename IPPROTO 33 from SEP to DCCP
2019-08-08 Michael TuexenFix a typo.
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Michael TuexenFix a locking issue in sctp_accept.
2019-08-06 Michael TuexenFix build issues for the userland stack on Raspbian.
2019-08-05 Michael TuexenImprove consistency. No functional change.
2019-08-02 Xin LIFix !INET build.
2019-08-02 Randall StewartFix one more atomic for i86
2019-08-02 Bjoern A. ZeebIPv6 cleanup: kernel
2019-08-01 Randall StewartOpps use fetchadd_u64 not long to keep old 32 bit platforms
2019-08-01 Michael TuexenFix the reporting of multiple unknown parameters in...
2019-08-01 Michael TuexenWhen responding with an ABORT to an INIT chunk containing a
2019-08-01 Randall StewartThis adds the third step in getting BBR into the tree...
2019-07-31 Michael TuexenSmall cleanup, no functional change intended.
2019-07-31 Michael TuexenConsistently cleanup mbufs in case of other memory...
2019-07-30 Alan SomersMFHead @350426
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-29 Michael TuexenWhen performing after_idle() or post_recovery(), don...
2019-07-29 Michael Tuexen* Improve input validation of sysctl parameters for...
2019-07-28 Alan SomersMFHead @r350386
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-23 Michael TuexenAdd a sysctl variable ts_offset_per_conn to change...
2019-07-23 Michael TuexenDon't hold a mutex while calling sbwait. This was found...
2019-07-23 Michael TuexenFix a LOR in SCTP which was found by running syzkaller.
2019-07-22 Michael TuexenWakeup the application when doing PD-API for unordered...
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-18 Cy SchubertMFV r350080:
2019-07-16 Michael TuexenFix compilation on platforms using gcc.
2019-07-15 Michael TuexenDon't free read control entries, which are still on...
2019-07-15 Michael TuexenAdd support for MSG_EOR and MSG_EOF in sendmsg() for...
2019-07-15 Michael TuexenFix socket state handling when freeing an SCTP endpoint.
2019-07-14 Randall StewartThis is the second in a number of patches needed to
2019-07-14 Michael TuexenWhen calling sctp_initialize_auth_params(), the inp...
2019-07-12 Randall Stewartadd back the comment around the pending DSACK fixes.
2019-07-11 Randall StewartUpdate to jhb's other suggestion, use #error when
2019-07-11 Randall StewartUpdate copyright per JBH's suggestions.. thanks.
2019-07-10 Randall StewartThis commit updates rack to what is basically being...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-29 John BaldwinAdd an external mbuf buffer type that holds multiple...
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-27 Alan SomersMFHead @349476
2019-06-27 John BaldwinReject attempts to register a TCP stack being unloaded.
2019-06-25 Hans Petter SelaskyConvert all IPv4 and IPv6 multicast memberships into...
2019-06-21 Andrey V. ElsukovAdd "tcpmss" opcode to match the TCP MSS value.
2019-06-21 Kristof Provostip_output: pass PFIL_FWD in the slow path
2019-06-20 Alan SomersMFHead @349234
2019-06-19 Jonathan T. LooneyAdd the ability to limit how much the code will fragmen...
2019-06-17 Xin LISeparate kernel crc32() implementation to its own heade...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-11 John BaldwinSort opt_foo.h #includes and add a missing blank line...
2019-06-08 Bjoern A. ZeebFix dpcpu and vnet panics with complex types at the...
2019-06-06 Alan SomersMFHead @348740
next