]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / netinet /
2020-12-18 Xin LIMFV r368746:
2020-12-13 Michael TuexenHarden the handling of outgoing streams in case of...
2020-12-13 Martin MatuskaMFV r368607:
2020-12-12 Michael TuexenClean up more resouces of an existing SCTP association...
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-04 Richard ScheffeneggerAdd TCP feature Proportional Rate Reduction (PRR) ...
2020-12-01 Martin MatuskaMFV r368207:
2020-11-29 Alexander V. ChernikovRemove RADIX_MPATH config option.
2020-11-29 Alexander V. ChernikovRefactor fib4/fib6 functions.
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-23 Michael TuexenFix two occurences of a typo in a comment introduced...
2020-11-22 Alexander V. ChernikovRefactor rib iterator functions.
2020-11-20 Michael TuexenFix an issue I introuced in r367530: tcp_twcheck()...
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
2020-11-13 Ed Masteip_fastfwd: style(9) tidy for r367628
2020-11-13 George V. Neville... Followup pointed out by ae@
2020-11-12 George V. Neville... An earlier commit effectively turned out the fast forwa...
2020-11-09 Michael TuexenRFC 7323 specifies that:
2020-11-09 Michael TuexenFix a potential use-after-free bug introduced in
2020-11-08 Mitchell Horneigmp: convert igmpstat to use PCPU counters
2020-11-08 Richard ScheffeneggerPrevent premature SACK block transmission during loss...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 John BaldwinCall m_snd_tag_rele() to free send tags.
2020-10-29 John BaldwinRemove an extra if_ref().
2020-10-29 John BaldwinStore the new send tag in the right place.
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-29 John BaldwinSave the current TCP pacing rate in t_pacing_rate.
2020-10-27 Cy SchubertMFV r367082:
2020-10-24 Richard ScheffeneggerTCP Cubic: improve reaction to (and rollback from) RTO
2020-10-24 Richard Scheffeneggertcp: move cwnd and ssthresh updates into cc modules
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-19 Mark Johnstonicmp6: Count packets dropped due to an invalid hop...
2020-10-18 Alexander V. ChernikovImplement flowid calculation for outbound connections...
2020-10-18 Alexander V. ChernikovSimplify NET_EPOCH_EXIT in inp_join_group().
2020-10-17 Alexander V. ChernikovFix sleepq_add panic happening with too wide net epoch...
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 Michael TuexenImprove the handling of cookie life times.
2020-10-14 Andrey V. ElsukovImplement SIOCGIFALIAS.
2020-10-13 Andrey V. ElsukovJoin to AllHosts multicast group again when adding...
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-11 Bjoern A. Zeebip_mroute: fix the viftable export sysctl
2020-10-09 Richard ScheffeneggerStop sending tiny new data segments during SACK recovery
2020-10-09 Richard ScheffeneggerAdd IP(V6)_VLAN_PCP to set 802.1 priority per-flow.
2020-10-09 Richard ScheffeneggerExtend netstat to display TCP stack and detailed conges...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-07 Michael TuexenMinor cleanups.
2020-10-06 John BaldwinCheck if_capenable, not if_capabilities when enabling...
2020-10-06 Michael TuexenReset delayed SACK state when restarting an SCTP associ...
2020-10-06 Michael TuexenEnsure variables are initialized before used.
2020-10-06 Michael TuexenRemove dead stores reported by clang static code analysis
2020-10-06 Michael TuexenCleanup, no functional change intended.
2020-10-06 Michael TuexenWhitespace changes.
2020-10-04 Michael TuexenUse __func__ instead of __FUNCTION__ for consistency.
2020-10-04 Michael TuexenCleanup, no functional change intended.
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-03 Alexander V. ChernikovIntroduce scalable route multipath.
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-29 Michael TuexenImprove the input validation and processing of cookies.
2020-09-28 Michael TuexenMinor cleanup.
2020-09-27 Michael TuexenCleanup, no functional change intended.
2020-09-27 Michael TuexenImprove the handling of receiving unordered and unrelia...
2020-09-25 Richard ScheffeneggerTCP: send full initial window when timestamps are in use
2020-09-25 Richard ScheffeneggerTCP newreno: improve after_idle ssthresh
2020-09-24 Michael TuexenWhitespace changes.
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-21 Alexander V. ChernikovRework part of routing code to reduce difference to...
2020-09-20 Alexander V. ChernikovRemove unused nhop_ref_any() function.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-18 Mitchell HorneInitialize some local variables earlier
2020-09-18 Navdeep Parharif_vxlan(4): add support for hardware assisted checksum...
2020-09-18 Navdeep ParharAdd a knob to allow zero UDP checksums for UDP/IPv6...
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-13 Michael TuexenExport the name of the congestion control. This will...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-10 Richard Scheffeneggercc_mod: remove unused CCF_DELACK definition
2020-09-09 Randall StewartSo it turns out that syzkaller hit another crash. It...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-05 Bjoern A. Zeebbbr: remove unused static function
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-01 Mateusz Guziknet: clean up empty lines in .c and .h files
2020-08-28 Alexander V. ChernikovMove net/route/shared.h definitions to net/route/route_...
2020-08-28 Michael TuexenFix a regression with the explicit EOR mode I introduce...
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
next