]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Randomize the delay when waiting for VSC flag in mlx5core.
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-09-30 tuexenDon't use stack memory which is not initialized.
2019-09-29 tuexenRFC 7112 requires a host to put the complete IP header...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-28 tuexenReplacing MD5 by SipHash improves the performance of...
2019-09-28 tuexenEnsure that the INP lock is released before leaving...
2019-09-26 jtlAdd new functionality to switch to using cookies exclus...
2019-09-26 jtlAccess the syncache secret directly from the V_tcp_sync...
2019-09-26 jtlRemove the unused sch parameter to the syncache_respond...
2019-09-24 rrslets put (void) in a couple of functions to keep older...
2019-09-24 rrsdon't call in_ratelmit detach when RATELIMIT is not
2019-09-24 rrsFix the ifdefs in tcp_ratelimit.h. They were reversed so
2019-09-24 rrsThis commit adds BBR (Bottleneck Bandwidth and RTT...
2019-09-24 tuexenPlumb a memory leak.
2019-09-22 tuexenDon't hold the info lock when calling sctp_select_a_tag().
2019-09-22 tuexenCleanup the RTO calculation and perform some consistenc...
2019-09-20 tuexenFix the handling of invalid parameters in ASCONF chunks.
2019-09-19 tuexenWhen the RACK stack computes the space for user data...
2019-09-17 tuexenOnly allow a SCTP-AUTH shared key to be updated by...
2019-09-16 tuexenDon't write to memory outside of the allocated array...
2019-09-15 tuexenWhen the IP layer calls back into the SCTP layer to...
2019-09-11 gallatinAvoid unneeded call to arc4random() in syncache_add()
2019-09-11 rrsWith the recent commit of ktls, we no longer have a
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 tuexenOnly update SACK/DSACK lists when a non-empty segment...
2019-09-06 cemFix build after r351934
2019-09-06 rrsThis adds in the missing counter initialization which
2019-09-06 impInitialize if_hw_tsomaxsegsize to 0 to appease gcc...
2019-09-06 rrsThis adds the final tweaks to LRO that will now allow me
2019-09-04 tuexenFix the SACK block generation in the base TCP stack...
2019-09-03 tuexenFix two TCP RACK issues:
2019-09-02 tuexenThis patch improves the DSACK handling to conform with...
2019-09-01 tuexenFix initialization of top_fsn.
2019-09-01 tuexenImprove the handling of state cookie parameters in...
2019-08-31 tuexenImprove function definition.
2019-08-31 tuexenImprove the handling of illegal sequence number combina...
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-26 tuexenDon't hold the rs_mtx lock while calling malloc().
2019-08-22 cyMFV r346563:
2019-08-21 rrsFix an issue when TSO and Rack play together. Basically
2019-08-19 markjFix netdump buffering after r348473.
2019-08-13 aeSave ip_ttl value and restore it after checksum calcula...
2019-08-13 rrsPlace back in the dependency on HPTS via module depends...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 thjRename IPPROTO 33 from SEP to DCCP
2019-08-08 tuexenFix a typo.
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 tuexenFix a locking issue in sctp_accept.
2019-08-06 tuexenFix build issues for the userland stack on Raspbian.
2019-08-05 tuexenImprove consistency. No functional change.
2019-08-02 delphijFix !INET build.
2019-08-02 rrsFix one more atomic for i86
2019-08-02 bzIPv6 cleanup: kernel
2019-08-01 rrsOpps use fetchadd_u64 not long to keep old 32 bit platforms
2019-08-01 tuexenFix the reporting of multiple unknown parameters in...
2019-08-01 tuexenWhen responding with an ABORT to an INIT chunk containing a
2019-08-01 rrsThis adds the third step in getting BBR into the tree...
2019-07-31 tuexenSmall cleanup, no functional change intended.
2019-07-31 tuexenConsistently cleanup mbufs in case of other memory...
2019-07-30 asomersMFHead @350426
2019-07-29 tuexenWhen performing after_idle() or post_recovery(), don...
2019-07-29 tuexen* Improve input validation of sysctl parameters for...
2019-07-28 asomersMFHead @r350386
2019-07-23 tuexenAdd a sysctl variable ts_offset_per_conn to change...
2019-07-23 tuexenDon't hold a mutex while calling sbwait. This was found...
2019-07-23 tuexenFix a LOR in SCTP which was found by running syzkaller.
2019-07-22 tuexenWakeup the application when doing PD-API for unordered...
2019-07-16 tuexenFix compilation on platforms using gcc.
2019-07-15 tuexenDon't free read control entries, which are still on...
2019-07-15 tuexenAdd support for MSG_EOR and MSG_EOF in sendmsg() for...
2019-07-15 tuexenFix socket state handling when freeing an SCTP endpoint.
2019-07-14 rrsThis is the second in a number of patches needed to
2019-07-14 tuexenWhen calling sctp_initialize_auth_params(), the inp...
2019-07-12 rrsadd back the comment around the pending DSACK fixes.
2019-07-11 rrsUpdate to jhb's other suggestion, use #error when
2019-07-11 rrsUpdate copyright per JBH's suggestions.. thanks.
2019-07-10 rrsThis commit updates rack to what is basically being...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-27 jhbReject attempts to register a TCP stack being unloaded.
2019-06-25 hselaskyConvert all IPv4 and IPv6 multicast memberships into...
2019-06-21 aeAdd "tcpmss" opcode to match the TCP MSS value.
2019-06-21 kpip_output: pass PFIL_FWD in the slow path
2019-06-20 asomersMFHead @349234
2019-06-19 jtlAdd the ability to limit how much the code will fragmen...
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-11 jhbSort opt_foo.h #includes and add a missing blank line...
2019-06-08 bzFix dpcpu and vnet panics with complex types at the...
2019-06-06 asomersMFHead @348740
2019-06-06 tuexenr347382 added receiver side DSACK support for the TCP...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 bzAfter parts of the locking fixes in r346595, syzkaller...
2019-05-31 markjnetdump: Buffer pages to avoid calling netdump_send...
2019-05-26 tuexenWhen an ACK segment as the third message of the three...
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-21 bzMassively blow up the locking-related KASSERTs used...
next