]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Merge OpenSSL 1.0.2n.
[FreeBSD/FreeBSD.git] / sys / netinet /
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-27 pfgsys: general adoption of SPDX licensing ID tags.
2017-11-26 tuexenAdd to ipfw support for sending an SCTP packet containi...
2017-11-24 tuexenFix SPDX line as suggested by pfg
2017-11-24 hselaskyRoCE/infiniband upgrade to Linux v4.9 for kernel and...
2017-11-24 tuexenUnbreak compilation when using SCTP_DETAILED_STR_STATS...
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 tuexenAdd SPDX line.
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-22 markjUse the right variable for the IP header parameter...
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-15 tuexenFix the handling of ERROR chunks which a lot of error...
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-14 tuexenSimply the code and use the full buffer for contigous...
2017-11-13 glebiusStyle r320614: don't initialize at declaration, new...
2017-11-12 tuexenCleanup the handling of control chunks. While there...
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-07 kibUse hardware timestamps to report packet timestamps...
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-05 tuexenFix an accounting bug where data was counted twice...
2017-11-03 tuexenAllow the setting of the MTU for future paths using...
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-11-01 tuexenFix the reporting of the MTU for SCTP sockets when...
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 tuexenFix parsing error when processing cmsg in SCTP send...
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-25 tuexenFix a bug reported by Felix Weinrank using the libfuzze...
2017-10-24 tuexenFix a bug in handling special ABORT chunks.
2017-10-24 tuexenFix a locking issue found by running AFL on the userlan...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-19 mavRelax per-ifnet cif_vrs list double locking in carp(4).
2017-10-18 tuexenFix a signed/unsigned warning.
2017-10-18 tuexenAbort an SCTP association, when a DATA chunk is followe...
2017-10-18 tuexenRevert change which got in accidently.
2017-10-18 tuexenFix a bug introduced in r324638.
2017-10-15 tuexenFix the handling of parital and too short chunks.
2017-10-14 tuexenCode cleanup, not functional change.
2017-10-11 glebiusDeclare more TCP globals in tcp_var.h, so that alternat...
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-06 glebiusDeclare pmtud_blackhole global variables in tcp_timer...
2017-10-06 baptImport 1.14.3
2017-10-05 tuexenEnsure that the accept ABORT chunks with the T-bit...
2017-10-02 jchForgotten bits in r324179: Include sys/syslog.h if...
2017-10-01 pkelseyThe soisconnected() call removed from syncache_socket...
2017-10-01 jchFix an infinite loop in tcp_tw_2msl_scan() when an...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-29 aeSome mbuf related fixes in icmp_error()
2017-09-27 tuexenRemove unused function.
2017-09-27 sephetcp: Don't "negotiate" MSS.
2017-09-22 tuexenAdd missing locking. Found by Coverity while scanning...
2017-09-22 tuexenAdd missing socket lock.
2017-09-21 tuexenCode cleanup, no functional change.
2017-09-21 tuexenFree the control structure after using is, not before.
2017-09-21 tuexenNo need to wakeup, since sctp_add_to_readq() does it.
2017-09-20 tuexenProtect the address workqueue timer by a mutex.
2017-09-19 tuexenFix a warning.
2017-09-19 tuexenAvoid an overflow when computing the staleness.
2017-09-19 tuexenRemove a no longer used variable.
2017-09-17 gordonMFV r323678: file 5.32
2017-09-17 tuexenFix an accounting bug and use sctp_timer_start to start...
2017-09-16 tuexenRemove code not used on any platform currently supported.
2017-09-13 npMFH @ r323558.
2017-09-12 tuexenExport the UDP encapsualation port and the path state.
2017-09-12 tuexenAdd support to print the TCP stack being used.
2017-09-09 tuexenFix MTU computation. Coverity scanning usrsctp pointed...
2017-09-09 tuexenFix locking issues found by Coverity scanning the usrsc...
2017-09-09 tuexenSilence a Coverity warning from scanning the usrsctp...
2017-09-09 tuexenSavely remove a chunk from the control queue.
2017-09-06 hselaskyAdd support for generic backpressure indicator for...
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-28 tuexenFix blackhole detection.
2017-08-25 sbrunoUse counter(9) for PLPMTUD counters.
2017-08-23 tuexenAvoid TCP log messages which are false positives.
2017-08-23 tuexenAvoid TCP log messages which are false positives.
2017-08-22 baptImport zstandard 1.3.1
2017-08-21 hselaskyMerge ^/head r322398 through r322746.
2017-08-18 tuexenEnsure inp_vflag is consistently set for TCP endpoints.
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-11 hselaskyMerge ^/head r321383 through r322397.
2017-08-09 olegFix comment typo.
2017-08-09 desCorrect sysctl names.
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-27 bzAfter inpcb route caching was put back in place there...
2017-07-26 emastecc_cubic: restore braces around if-condition block
2017-07-25 sbrunoRevert r307901 - Inform CC modules about loss events.
2017-07-25 sbrunoRevert r308180 - Set slow start threshold more accurrat...
2017-07-25 tuexenRemove duplicate statement.
next