]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Consistently ensure that we do not load MXCSR with reserved bits set.
[FreeBSD/FreeBSD.git] / sys / netinet /
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-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-18 tuexenEnsure inp_vflag is consistently set for TCP endpoints.
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
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.
2017-07-20 dimMerge ^/head r321239 through r321306.
2017-07-20 tuexenDeal with listening socket correctly.
2017-07-20 tuexenFix the explicit EOR mode. If the final messages is...
2017-07-19 dimMerge ^/head r320994 through r321238.
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-19 tuexenAvoid shadowed variables.
2017-07-19 tuexenUse memset/memcpy instead of bzero/bcopy.
2017-07-19 tuexenFix the accounting and add code to detect errors in...
2017-07-15 tuexenFix the handling of Explicit EOR mode.
2017-07-14 dimMerge ^/head r320971 through r320993.
2017-07-14 kibCorrect sysent flags for dynamically loaded syscalls.
2017-07-13 dimMerge ^/head r320573 through r320970.
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-05 jtlDon't overpromote values when calculating len in tcp_ou...
2017-07-04 tuexenMove to open state after plausibility checks.
2017-07-04 tuexenDon't hold if refcount on an stcb when it is not needed.
2017-07-03 sbrunoAdd a sysctl to toggle the use of the sockets LOWAT...
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-27 dimMerge ^/head r320042 through r320397.
2017-06-27 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-23 tuexenHandle sctp_get_next_param() in a consistent way.
2017-06-23 tuexenCheck the length of a COOKIE chunk before accessing...
2017-06-23 tuexenUse a longer buffer for messages in ERROR chunks.
2017-06-23 tuexenHonor the backlog field.
2017-06-23 tuexenImprove compilation on platforms different from FreeBSD.
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-17 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 dimMerge ^/head r319548 through r319778.
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
next