]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Initialize the bounce pages list in armv[4|6] DMA maps.
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 tuexenImprove input validation for some parameters having...
2019-12-18 melifaroRemove useless code from in6_rmx.c
2019-12-18 hselaskyLeave multicast group before reaping and committing...
2019-12-17 rrsThis commit is a bit of a re-arrange of deck chairs. It
2019-12-10 jhbUse callout_func_t instead of the deprecated timeout_t.
2019-12-06 bzRemove the extra epoch tracker change sneaked into...
2019-12-06 bzcarp: replace caddr_t with char *
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 glebiusFix regression from r354484. Don't leak pcb lock if...
2019-12-03 bzMake icmp6_reflect() static.
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-03 hselaskyUse refcount from "in_joingroup_locked()" when joining...
2019-12-02 traszMake use of the stats(3) framework in the TCP stack.
2019-12-01 tuexenMove all ECN related flags from the flags to the flags2...
2019-12-01 tuexenMake the TF_* flags easier readable by humans by adding...
2019-12-01 tuexenThis is an initial step in implementing the new congest...
2019-12-01 tuexenMake the IPTOS value available to all substate handlers...
2019-12-01 tuexenIn order for the TCP Handshake to support ECN++, and...
2019-12-01 tuexenWhen changing the MTU of an SCTP path, not only cancel...
2019-12-01 bzFix m_pullup() problem after removing PULLDOWN_TESTs...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-28 tuexenReally ignore the SCTP association identifier on 1...
2019-11-27 tuexenPlug two mbuf leaks during INIT-ACK handling.
2019-11-25 rlibbyin_mcast.c: need if_addr_lock around inm_release_deferred
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-19 bzReduce the vnet_set module size of ip_mroute to allow...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-16 tuexenAdd boundary and overflow checks to the formulas used...
2019-11-16 tuexenImprove TCP CUBIC specific after idle reaction.
2019-11-16 tuexenImplement a tCP CUBIC-specific after idle reaction.
2019-11-16 tuexenRevert https://svnweb.freebsd.org/changeset/base/354708
2019-11-15 bzRemove now unused IPv6 macros and update docs.
2019-11-15 bzIP6_EXTHDR_CHECK(): remove the last instances
2019-11-15 bznetinet*: replace IP6_EXTHDR_GET()
2019-11-14 tuexenFor idle TCP sessions using the CUBIC congestio control...
2019-11-12 bznetinet*: update *mp to pass the proper value back
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-07 glebiusRemove now unused INP_INFO_RLOCK macros.
2019-11-07 glebiusIn TCP HPTS enter the epoch in tcp_hpts_thread() and...
2019-11-07 glebiusMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTE...
2019-11-07 glebiusSince pfslowtimo() runs in the network epoch, tcp_slowt...
2019-11-07 glebiusNow that there is no R/W lock on PCB list the pcblist...
2019-11-07 glebiusNow that all of the tcp_input() and all its branches...
2019-11-07 glebiusRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 glebiusRemove now unused INP_HASH_RLOCK() macros.
2019-11-07 glebiusNow with epoch synchronized PCB lookup tables we can...
2019-11-07 glebiusAdd INP_UNLOCK() which will do whatever R/W unlock...
2019-11-07 glebiusSince r353292 on input path we are always in network...
2019-11-07 glebiusRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 glebiusRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 bznetinet*: variable cleanup
2019-11-07 philImport libxo-1.3.0:
2019-11-07 glebiusTCP timers are executed in callout context, so they...
2019-11-07 glebiusMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTE...
2019-11-07 glebiusMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().
2019-10-25 bzProperly set VNET when nuking recvif from fragment...
2019-10-24 tuexenEnsure that the flags indicating IPv4/IPv6 are not...
2019-10-24 tuexenStore a handle for the event handler. This will be...
2019-10-24 rrsFix a small bug in bbr when running under a VM. Basical...
2019-10-19 tuexenFix compile issues when building a kernel without the...
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-17 cemdebugnet(4): Add optional full-duplex mode
2019-10-17 cemdebugnet(4): Infer non-server connection parameters
2019-10-17 cemAdd ddb(4) 'netdump' command to netdump a core without...
2019-10-17 glebiusQuickly fix up r353683: enter the epoch before calling...
2019-10-17 cemSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 glebiusigmp_v1v2_queue_report() doesn't require epoch.
2019-10-16 hselaskyFix panic in network stack due to use after free when...
2019-10-14 tuexenSeparate out SCTP related dtrace code.
2019-10-14 rrsif_hw_tsomaxsegsize needs to be initialized to zero...
2019-10-14 tuexenRename sctp_dtrace_declare.h to sctp_kdtrace.h for...
2019-10-14 glebiusRevert r353313. It is not needed with r353357 and is...
2019-10-13 tuexenUse an event handler to notify the SCTP about IP addres...
2019-10-13 markjMove SCTP DTrace probe definitions into a .c file.
2019-10-12 tuexenEnsure that local variables are reset to their initial...
2019-10-10 glebiusThe divert(4) module must always be running in network...
2019-10-09 impFix casting error from newer gcc
2019-10-09 hselaskyFactor out TCP rateset destruction code.
2019-10-09 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-10-09 glebiusRevert most of the multicast changes from r353292....
2019-10-09 hselaskyFix locking order reversal in the TCP ratelimit code...
2019-10-09 dimMerge ^/head r353316 through r353350.
2019-10-08 jhbAdd a TOE KTLS mode and a TOE hook for allocating TLS...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 glebiusQuickly plug another regression from r353292. Again...
2019-10-08 tuexenValidate length before use it, not vice versa.
2019-10-07 glebiusWiden NET_EPOCH coverage.
2019-10-07 tuexenIn r343587 a simple port filter as sysctl tunable was...
2019-10-06 rrsBrad Davis identified a problem with the new LRO code...
2019-10-06 tuexenPlumb an mbuf leak in a code path that should not be...
2019-10-05 tuexenFix a use after free bug when removing remote addresses.
2019-10-05 tuexenPlumb an mbuf leak found by Mark Wodrich from Google...
2019-10-05 tuexenFix the adding of padding to COOKIE-ECHO chunks.
next