]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add dts for Xunlong Orange Pi Plus 2E.
[FreeBSD/FreeBSD.git] / sys / netinet /
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-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-01 hirenSet slow start threshold more accurately on loss to...
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 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 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-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 kevloRemove ifa_list, use ifa_link (structure field) instead.
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-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 dimWith clang 3.9.0, compiling sys/netinet/igmp.c results...
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-01 sepheMFC 304202
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-30 pfgMFV r302423:
2016-08-29 ngieMFhead @ r305013
2016-08-26 hirenAdjust TCP module fastpath after r304803's cc_ack_recei...
2016-08-26 hirenUpdate TCPS_HAVERCVDFIN() macro to correctly include...
2016-08-26 tuexenFix a bug, where no SACK is sent when receiving a FORWA...
2016-08-26 sepheMFC 303766
2016-08-25 ngieMFhead @ r304815
2016-08-25 lstewartPass the number of segments coalesced by LRO up the...
2016-08-24 cyMFV r304732.
2016-08-24 tuexenWhen aborting an association, send the ABORT before...
2016-08-22 rstoneTemporarily disable the optimization from r304436
2016-08-22 tuexenImprove the locking when sending user messages.
2016-08-22 tuexenRemove duplicate code, which is not protected by the...
2016-08-21 bzRemove the kernel optoion for IPSEC_FILTERTUNNEL, which...
2016-08-20 zecPermit disabling net.inet.udp.require_l2_bcast in VIMAG...
2016-08-20 tuexenUnbreak sctp_connectx().
2016-08-18 rstoneFix unlocked access to ifnet address list
2016-08-18 rstoneDon't check for broadcast IPs on non-bcast pkts
2016-08-18 rstoneDon't iterate over the ifnet addr list in ip_output()
2016-08-16 ngieMFhead @ r304232
2016-08-16 rrsA few more wording tweaks as suggested (with some modif...
2016-08-16 rrsHere we update the modular tcp to be able to switch...
2016-08-16 rrsComments describing how to properly use the new lock_ad...
2016-08-16 rrsThis cleans up the timer code in TCP and also makes...
2016-08-16 sephetcp/lro: Make # of LRO entries tunable
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-15 tuexenEnsure that sctp_it_ctl.cur_it does not point to a...
2016-08-14 mmMFV r304060:
2016-08-13 ngieMFhead @ r304061
2016-08-13 aeAdd `stats reset` command implementation to NPTv6 module
2016-08-13 aeAdd ipfw_nat64 module that implements stateless and...
2016-08-13 ngieMFhead @ r304038
2016-08-12 ngieCheckpoint initial integration work
2016-08-11 karelsFix kernel build with TCP_RFC7413 option
2016-08-11 aeRestore "nat global" support.
2016-08-10 tuexenImprove a consistency check to not detect valid cases for
2016-08-09 stevekMove IPv4-specific jail functions to new file netinet...
2016-08-08 tuexenFix the sending of FORWARD-TSN and I-FORWARD-TSN chunks...
2016-08-08 tuexenFix a locking issue found by stress testing with tsctp.
2016-08-07 tuexenConsistently check for unsent data on the stream queues.
2016-08-07 tuexenRemove stream queue entry consistently from wheel.
2016-08-06 tuexenDon't modify a structure without holding a reference...
next