]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add spigen overlay for Raspberry Pi 4
[FreeBSD/FreeBSD.git] / sys / netinet /
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...
2020-05-15 Randall StewartThis fixes several skyzaller issues found with the
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-12 Ed Mastelibalias: fix potential memory disclosure from ftp...
2020-05-12 Ed Mastelibalias: validate packet lengths before accessing...
2020-05-11 Michael TuexenFix a copy and paste error introduced in r360878.
2020-05-11 Alexander V. ChernikovFix NOINET[6] build by using af-independent route looku...
2020-05-11 Andrew GallatinKtls: never skip stamping tags for NIC TLS
2020-05-10 Michael TuexenEnsure that the SCTP iterator runs with an stcb and...
2020-05-10 Michael TuexenRemove trailing whitespace.
2020-05-10 Michael TuexenEnsure that we have a path when starting the T3 RXT...
2020-05-10 Michael TuexenOnly drop DATA chunk with lower priorities as specified...
2020-05-07 Randall StewartWhen in the SYN-SENT state bbr and rack will not proper...
2020-05-07 Randall StewartNF has an internal option that changes the tcp_mcopy_m...
2020-05-05 Michael TuexenAvoid underflowing a variable, which would result in...
2020-05-05 Michael TuexenFix the computation of the numbers of entries of the...
2020-05-04 Michael TuexenAdd net epoch support back, which was taken out by...
2020-05-04 Randall StewartThis fixes two issues found by ankitraheja09@gmail.com
2020-05-04 Michael TuexenEnter the net epoch before calling the output routine...
2020-05-04 Randall StewartThis commit brings things into sync with the advancemen...
2020-05-04 Randall StewartAdjust the fb to have a way to ask the underlying stack
2020-05-04 Alexander V. ChernikovRemove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-05-03 Gleb SmirnoffStep 4.2: start divorce of M_EXT and M_EXTPG
2020-05-03 Gleb SmirnoffStep 4.1: mechanically rename M_NOMAP to M_EXTPG
2020-05-03 Gleb SmirnoffStep 3: anonymize struct mbuf_ext_pgs and move all...
2020-05-01 Jung-uk KimMFV: r360512
2020-04-30 Richard ScheffeneggerIntroduce a lower bound of 2 MSS to TCP Cubic.
2020-04-29 Richard ScheffeneggerPrevent premature shrinking of the scaled receive window
2020-04-29 Richard ScheffeneggerCorrectly set up the initial TCP congestion window...
2020-04-28 Alexander V. ChernikovMove route_temporal.c and route_var.h to net/route.
2020-04-28 Alexander V. ChernikovConvert rtalloc_mpath_fib() users to the new KPI.
2020-04-28 Alexander V. ChernikovEliminate now-unused parts of old routing KPI.
2020-04-27 John BaldwinInitial support for kernel offload of TLS receive.
2020-04-27 John BaldwinAdd the initial sequence number to the TLS enable socke...
2020-04-27 Randall StewartThis change does a small prepratory step in getting the
2020-04-26 Alexander V. ChernikovConvert debugnet to the new routing KPI.
2020-04-26 Alexander V. ChernikovFix order of arguments in fib[46]_lookup calls in SCTP.
2020-04-25 Alexander V. ChernikovFix LINT build #2 after r360292.
2020-04-25 Alexander V. ChernikovFix LINT build broken by r360292.
2020-04-25 Alexander V. ChernikovConvert route caching to nexthop caching.
2020-04-24 Philip PaepsImport tzdata 2020a
2020-04-23 Cy SchubertMFV r360158:
2020-04-23 Alexander V. ChernikovUnbreak LINT-NOINET[6] builds broken in r360191.
2020-04-22 Michael TuexenImprove input validation when processing AUTH chunks.
2020-04-22 Michael TuexenImprove input validation when processing AUTH chunks.
2020-04-22 Alexander V. ChernikovConvert TOE routing lookups to the new routing KPI.
2020-04-22 Richard Scheffeneggerrevert rS360143 - Correctly set up initial cwnd
2020-04-21 Jung-uk KimMerge OpenSSL 1.1.1g.
2020-04-21 Richard ScheffeneggerCorrectly set up the initial TCP congestion window
2020-04-16 Jonathan T. LooneyAvoid calling protocol drain routines more than once...
2020-04-16 Alexander V. ChernikovAdd nhop parameter to rti_filter callback.
2020-04-16 Richard ScheffeneggerReduce default TCP delayed ACK timeout to 40ms.
2020-04-14 Alexander V. ChernikovConvert IP/IPv6 forwarding, ICMP processing and IP...
2020-04-14 Emmanuel Vadotdts: Import DTS from Linux 5.6
2020-04-14 Michael TuexenImprove the TCP blackhole detection. The principle...
2020-04-14 Andrew GallatinKTLS: Re-work unmapped mbufs to carry ext_pgs in the...
2020-04-14 Alexander V. ChernikovPlug netmask NULL check during route addition causing...
next