sfxge(4): rename hunt_bist_* methods to ef10_bist_*
[freebsd.git] / sys / netinet /
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.
2016-11-03 gjbMFV r308265: Update tzdata to 2016i.
2016-11-02 dimMerge ^/head r303250 through r308226.
2016-11-01 hirenSet slow start threshold more accurately on loss to...
2016-10-31 dimMerge ^/head r307736 through r308146.
2016-10-26 jchRemove an extraneous call to soisconnected() in syncach...
2016-10-25 hirenFreeBSD tcp stack used to inform respective congestion...
2016-10-25 hirenUndo r307899. It needs a bit more work and proper commi...
2016-10-25 hirenIn Collaboration with: Matt Macy <mmacy at nextbsd...
2016-10-24 rstoneFix ip_output() on point-to-point links
2016-10-22 tuexenNo functional changes, mostly getting the whitespace...
2016-10-21 dimMerge ^/head r307383 through r307735.
2016-10-21 tuexenMake ICMPv6 hard error handling for TCP consistent...
2016-10-18 jchFix a double-free when an inp transitions to INP_TIMEWA...
2016-10-18 hirenMake sure tcp_mss() has the same check as tcp_mss_updat...
2016-10-15 dimMerge ^/head r306906 through r307382.
2016-10-15 pkelseyFix cases where the TFO pending counter would leak...
2016-10-15 jtlr307082 added the TCP_HHOOK kernel option and made...
2016-10-14 jtlThe code currently resets the keepalive timer each...
2016-10-13 glebius- Revert r300854, r303657 which tried to fix regression...
2016-10-13 glebiusWith build without TCP_HHOOK and with INVARIANTS. ...
2016-10-13 tuexenMark the socket as un-writable when it is 1-to-1 and...
2016-10-13 tuexenWhitespace changes.
2016-10-12 jtlThe TFO server-side code contains some changes that...
2016-10-12 jtlCurrently, when tcp_input() receives a packet on a...
2016-10-12 jtlIn the TCP stack, the hhook(9) framework provides hooks...
2016-10-09 dimMerge ^/head r306412 through r306905.
2016-10-07 markjLock the ND prefix list and add refcounting for prefixes.
2016-10-06 jtlRemove "long" variables from the TCP stack (not includi...
2016-10-06 jtlIf the new window size is less than the old window...
2016-10-06 jtlCorrectly calculate snd_max in persist case.
2016-10-06 jtlRemove declaration of un-defined function tcp_seq_subtr...
2016-10-06 kevloRemove an alias if_list, use if_link consistently.
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 mmMFV r306669:
2016-10-02 vangyzenAdd GARP retransmit capability
2016-10-01 rmacklemr297225 broke udp_output() for the case where the ...
2016-10-01 baptImport libucl 20160812
2016-09-30 hirenThis adds a sysctl which allows you to disable the...
2016-09-29 lidlProperly preserve ip_tos bits for IPv4 packets
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-29 jchFix an issue with accept_filter introduced with r261242:
2016-09-28 emasteMerge ^/head r306303 through 306411.
2016-09-28 kevloRemove ifa_list, use ifa_link (structure field) instead.
2016-09-24 dimMerge ^/head r305892 through r306302.
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-22 oshogbocapsicum: propagate rights on accept(2)
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-21 tuexenFix the handling of unordered fragmented user messages...
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-16 dimMerge ^/head r305687 through r305890.
2016-09-15 kevloRemove the 4.3BSD compatible macro m_copy(), use m_copy...
2016-09-14 tuexenEnsure that the IPPROTO_TCP level socket options
2016-09-07 dimMFC r305389:
2016-09-05 mmMFV r305420:
2016-09-04 dimMerge ^/head r305361 through r305389.
2016-09-04 dimWith clang 3.9.0, compiling sys/netinet/igmp.c results...
next