]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
tcp: Avoid division by zero when KERN_TLS is enabled in tcp_account_for_send().
[FreeBSD/FreeBSD.git] / sys / netinet /
2021-07-01 Emmanuel VadotImport device-tree files from Linux 5.11
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@4694131a0 (master) into main
2021-06-27 Michael Tuexensctp: initialize sequence numbers for ECN correctly
2021-06-27 Michael Tuexensctp: Fix length check for ECNE chunks
2021-06-27 Michael Tuexentcp: tolerate missing timestamps
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@5e2c8338b (master) into main
2021-06-25 Simon J. GerratyMerge commit 'ee914ef902ae018bd4f67192832120f9bf05651f...
2021-06-25 Randall Stewarttcp: Preparation for allowing hardware TLS to be able...
2021-06-24 Randall Stewarttcp: Rack not being very friendly with V6:4 socket...
2021-06-24 Marcin WojtasMerge tag 'vendor/ena-com/2.4.0'
2021-06-23 Wojciech Macekip_mroute: initialize vif ifnet properly
2021-06-23 Lutz Donnerhackelibalias: Fix compile time warning about unused functions
2021-06-22 John Baldwintoe: Read-lock the inp in toe_4tuple_check().
2021-06-22 Gleb SmirnoffUnbreak TFO, that was broken with 8d5719aa74f. These...
2021-06-22 Warner LoshMerge tag 'vendor/NetBSD/vis/20210621' into vis
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@c4c162c1e (master) into main
2021-06-19 Lutz Donnerhackelibalias: Switch to efficient data structure for incomi...
2021-06-19 Lutz Donnerhackelibalias: Switch to efficient data structure for outgoi...
2021-06-19 Lutz Donnerhackelibalias: Restructure - Finalize
2021-06-19 Lutz Donnerhackelibalias: Restructure - Remove temporary state deleteAl...
2021-06-19 Lutz Donnerhackelibalias: Restructure - Use AliasRange instead of PORT_BASE
2021-06-19 Lutz Donnerhackelibalias: Restructure - Table for PPTP
2021-06-19 Lutz Donnerhackelibalias: Restructure - Group expire handling entries
2021-06-19 Lutz Donnerhackelibalias: Restructure - Group incoming links
2021-06-19 Lutz Donnerhackelibalias: Restructure - Cleanup and Use for links
2021-06-19 Lutz Donnerhackelibalias: Restructure - Outgoing search
2021-06-19 Lutz Donnerhackelibalias: Restructure - Cleanup _FindLinkIn
2021-06-19 Dimitry AndricMerge llvm-project 12.0.1 rc2
2021-06-19 Lutz Donnerhackelibalias: Restructure - Table for partially links
2021-06-19 Richard Scheffeneggertcp: Add PRR cwnd reduction for non-SACK loss
2021-06-19 Lutz Donnerhackelibalias: Restructure - Separate fully qualified search
2021-06-19 Lutz Donnerhackelibalias: Restructure - Common search terms
2021-06-19 Lutz Donnerhackelibalias: Promote per instance global variable timeStamp
2021-06-19 Lutz Donnerhackelibalias: Stats are unsigned
2021-06-14 Mark JohnstonConsistently use the SOCKBUF_MTX() and SOCK_MTX() macros
2021-06-14 Mark JohnstonConsistently use the SOLISTENING() macro
2021-06-13 Dimitry AndricMerge llvm-project 12.0.0 release
2021-06-13 Dimitry AndricMerge llvm-project main llvmorg-12-init-17869-g8e464dd76bef
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@afa7b3484 (master) into main
2021-06-11 Michael Tuexentcp: remove debug output from RACK
2021-06-11 Randall Stewarttcp: Missing mfree in rack and bbr
2021-06-11 Michael Tuexentcp: fix two bugs in new reno
2021-06-11 Michael Tuexentcp: fix compilation of IPv4-only builds
2021-06-10 Lutz Donnerhackelibalias: tidy up housekeeping
2021-06-10 Randall Stewarttcp: Mbuf leak while holding a socket buffer lock.
2021-06-09 Randall Stewarttcp: LRO timestamps have lost their previous precision
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@75b4cbf62 (master) into main
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (master) to main
2021-06-04 Randall Stewarttcp: A better fix for the previously attempted fix...
2021-05-31 Mark Johnstontcp, udp: Permit binding with AF_UNSPEC if the address...
2021-05-31 Lutz Donnerhackelibalias: Remove LibAliasCheckNewLink
2021-05-31 Lutz Donnerhackelibalias: Remove unused function LibAliasCheckNewLink
2021-05-31 Wojciech Macekip_mroute: rework ip_mroute
2021-05-30 Lutz Donnerhackelibalias: Fix nameing and initialization of a constant
2021-05-27 Randall Stewarttcp: When we have an out-of-order FIN we do want to...
2021-05-26 Richard Scheffeneggertcp: Use local CC data only in the correct context
2021-05-26 Randall Stewarttcp: Add a socket option to rack so we can test various...
2021-05-25 Andrew Gallatintcp: enter network epoch when calling tfb_tcp_fb_fini
2021-05-25 Randall Stewarttcp: Fix bugs related to the PUSH bit and rack and...
2021-05-24 Michael Tuexentcp: fix a RACK socket buffer lock issue
2021-05-24 Randall Stewarttcp: Fix an issue with the PUSH bit as well as fill...
2021-05-22 Zhenlei Huangip_forward: Restore RFC reference
2021-05-22 Michael Tuexentcp: Handle stack switch while processing socket options
2021-05-21 Richard Scheffeneggerrack: honor prior socket buffer lock when doing the...
2021-05-21 Mark Johnstontcp: Make error handling in tcp_usr_send() more consistent
2021-05-21 Baptiste Daroussinimport nvi 2.2.0-3bbdfe4
2021-05-21 Richard Scheffenegger[tcp] Keep socket buffer locked until upcall
2021-05-21 Michael Tuexentcp: Fix sending of TCP segments with IP level options
2021-05-21 Wojciech Macekip_mroute: remove unused declarations
2021-05-21 Wojciech Macekip_mroute: refactor bw_meter API
2021-05-20 Wojciech MacekRevert "ip_mroute: refactor bw_meter API"
2021-05-20 Wojciech Macekip_mroute: refactor bw_meter API
2021-05-19 Dmitry Chagintcsh: update to version 6.22.04.
2021-05-18 Zhenlei HuangDo not forward datagrams originated by link-local addresses
2021-05-16 Lutz Donnerhackelibalias: Ensure ASSERT behind varable declarations
2021-05-15 Lutz Donnerhackelibalias: replace placeholder with static constant
2021-05-15 Lutz Donnerhackelibalias: Style cleanup
2021-05-13 Randall Stewarttcp: Incorrect KASSERT causes a panic in rack
2021-05-12 Michael Tuexensctp: fix another locking bug in COOKIE handling
2021-05-12 Mark JohnstonFix mbuf leaks in various pru_send implementations
2021-05-12 Michael Tuexentcp rack: improve initialisation of retransmit timeout
2021-05-12 Michael Tuexensctp: fix locking in case of error handling during...
2021-05-12 Stefan Eßercontrib/bc: update to version 4.0.2
2021-05-11 Randall Stewarttcp: In rack, we must only convert restored rtt when...
2021-05-11 Wojciech Macekmrouter: do not loopback packets unconditionally
2021-05-11 Wojciech Macekmroute: fix race condition during mrouter shutting...
2021-05-10 Richard Scheffeneggertcp: SACK Lost Retransmission Detection (LRD)
2021-05-10 Randall Stewarttcp:Host cache and rack ending up with incorrect values.
2021-05-07 Randall StewartThis takes Warners suggested approach to making it...
2021-05-07 Mark Johnstondivert: Fix mbuf ownership confusion in div_output()
2021-05-07 Randall StewartFix a UDP tunneling issue with rack. Basically there...
2021-05-07 Cy Schubertsqlite3: import sqlite3 3.35.5
2021-05-06 Gleb Smirnofftcp_twcheck(): use correct unlock macro.
2021-05-06 Randall StewartThis brings into sync FreeBSD with the netflix versions...
2021-05-05 Michael Tuexensctp: improve consistency when handling chunks of wrong...
2021-05-05 Mark Johnstonigmp: Avoid an out-of-bounds access when zeroing counters
2021-05-05 Marko ZecIntroduce DXR as an IPv4 longest prefix matching /...
2021-05-04 Michael Tuexensctp: drop packet with SHUTDOWN-ACK chunks with wrong...
2021-05-03 Mark JohnstonAdd missing sockaddr length and family validation to...
2021-05-03 Michael Tuexensctp: improve address list scanning
next