]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Update PICOSTATION_M2HP
[FreeBSD/FreeBSD.git] / sys / netinet /
2017-02-23 tuexenTCP window updates are only sent if the window can...
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-16 vangyzenRemove inet_ntoa() from the kernel
2017-02-16 vangyzenUse inet_ntoa_r() instead of inet_ntoa() throughout...
2017-02-14 aeAdd missing check to fix the build with IPSEC_SUPPORT...
2017-02-13 aeRemove IPsec related PCB code from SCTP.
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-12 eriCommitted without approval from mentor.
2017-02-11 rstoneDon't zero out srtt after excess retransmits
2017-02-10 glebiusMove tcp_fields_to_net() static inline into tcp_var...
2017-02-10 eriFix build after r313524
2017-02-10 eriRevert r313527
2017-02-10 eriCorrect missed variable name.
2017-02-10 eriThe patch provides the same socket option as Linux...
2017-02-07 ngieMFhead@r313404
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 vangyzenFix garbage IP addresses in UDP log_in_vain messages
2017-02-07 ngieMFhead@r313360
2017-02-06 aeMerge projects/ipsec into head/.
2017-02-04 ngieMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 ngieMFhead@r313243
2017-02-03 pkelseyFix VIMAGE-related bugs in TFO. The autokey callout...
2017-02-02 jkimMFV: r313101
2017-02-02 mmMFV r313071:
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-02-01 gnnAdd an mbuf to ipinfo_t translator to finish cleanup...
2017-02-01 tuexenEnsure that the variable bail is always initialized...
2017-01-31 tuexenTake the SCTP common header into account when computing the
2017-01-31 tuexenRemove a duplicate debug statement.
2017-01-30 cyCorrect comment grammar and make it easier to understand.
2017-01-27 hirenAdd a knob to change default behavior of inheriting...
2017-01-25 loosAfter the in_control() changes in r257692, an existing...
2017-01-24 tuexenFix a bug where the overhead of the I-DATA chunk was...
2017-01-21 baptImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-18 hselaskyImplement kernel support for hardware rate limited...
2017-01-16 ngieMFhead@r312305
2017-01-16 sobomaxAdd a new socket option SO_TS_CLOCK to pick from severa...
2017-01-16 ngieMerge ^/vendor/NetBSD/tests/dist@r312294
2017-01-15 cemFix a variety of cosmetic typos and misspellings
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
2017-01-14 ngieMerge content currently under test from ^/vendor/NetBSD...
2017-01-13 glebiusUse getsock_cap() instead of deprecated fgetsock().
2017-01-13 tuexenEnsure that the buffer length and the length provided...
2017-01-13 ngieUpgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-12 sobomaxFix slight type mismatch between so_options defined...
2017-01-10 mmMFV r311899:
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-05 hirensysctl net.inet.tcp.hostcache.list in a jail can see...
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-04 gnnFollowup to mtod removal in main stack (r311225). ...
2017-01-04 gnnFix DTrace TCP tracepoints to not use mtod() as it...
2016-12-30 mmMFV r310796, r310797:
2016-12-30 ngieUnbreak ip_carp with WITHOUT_INET6 enabled by condition...
2016-12-30 jpaetzelHarden CARP against network loops.
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-29 aeWhen we are sending IP fragments, update ip pointers...
2016-12-27 tuexenConsistent handling of errors reported from the lower...
2016-12-27 mmMFV r310622:
2016-12-26 tuexenWhitespace changes.
2016-12-25 tuexenRemove a KASSERT which is not always true.
2016-12-21 glebiusRemove assigned only variable.
2016-12-19 sjgMerge bmake-20161212
2016-12-19 aeip[6]_tryforward does inbound and outbound packet firew...
2016-12-17 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2016-12-17 tuexenFix the handling of buffered messages in stream reset...
2016-12-17 mmMFV r310115,310184:
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-11 hirenWe currently don't do TSO if ip options are present...
2016-12-11 tuexenEnsure that the reported ppid and tsn are taken from...
2016-12-10 dimMerge ^/head r309758 through r309803.
2016-12-09 dimMerge ^/head r309519 through r309757.
2016-12-09 glebiusFix build for 32-bit machines.
2016-12-09 glebiusUse counter_ratecheck() in the ICMP rate limiting.
2016-12-09 tuexenDon't bundle a SACK chunk with a SHUTDOWN chunk if...
2016-12-09 tuexenDon't send multiple SHUTDOWN chunks in a single packet.
2016-12-07 tuexenSilence a warning produced by newer versions of gcc.
2016-12-07 tuexenCleanup the names of SSN, SID, TSN, FSN, PPID and MID.
2016-12-06 tuexenWhitespace changes.
2016-12-06 mmMFV r309587:
2016-12-04 dimMerge ^/head r309263 through r309518.
2016-12-02 dimUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 dimUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-02 tuexenFix the handling of TCP FIN-segments in the CLOSED...
2016-12-01 mmMFC r309362:
2016-11-29 mmMFV r309299:
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-28 dimMerge ^/head r309213 through r309262.
2016-11-28 aeRework ip_tryforward() to use FIB4 KPI.
2016-11-24 dimMerge ^/head r308870 through r309105.
2016-11-22 delphijMFV r308954:
2016-11-21 hirenFor RTT calculations mid-session, we explicitly ignore...
2016-11-19 dimMerge ^/head r308491 through r308841.
2016-11-19 tuexenEnsure that TCP state changes to state-closing are...
2016-11-17 tuexenNotify the use via setting errno when a TCP RST segment...
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-10 dimMerge ^/head r308227 through r308490.
2016-11-07 delphijMFV r308392: file 5.29.
2016-11-06 aeInitialize ip6 pointer before use.
next