]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Import the netdump client code.
[FreeBSD/FreeBSD.git] / sys / netinet /
2018-05-06 markjImport the netdump client code.
2018-05-05 mmacyCurrently in_pcbfree will unconditionally wunlock the...
2018-05-04 aeImmediately propagate EACCES error code to application...
2018-05-03 sbrunocc_cubic:
2018-05-02 tuexenSImplify the call to tcp_drop(), since the handling...
2018-05-02 shurdSeparate list manipulation locking from state change...
2018-04-26 rrsThis change re-arranges the fields within the tcp-pcb...
2018-04-24 sbrunoRevert r332894 at the request of the submitter.
2018-04-23 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 rrsThese two modules need the tcp_hpts.h file for
2018-04-19 rrsThis commit brings in the TCP high precision timer...
2018-04-13 brooksRemove support for the Arcnet protocol.
2018-04-11 brooksRemove support for FDDI networks.
2018-04-10 jtlAdd missing header change from r332381.
2018-04-10 jtlModify the net.inet.tcp.function_ids sysctl introduced...
2018-04-10 jtlMove the TCP Blackbox Recorder probe in tcp_output...
2018-04-10 jtlClean up some debugging code left in tcp_log_buf.c...
2018-04-08 tuexenFix a logical inversion bug.
2018-04-08 tuexenSmall cleanup, no functional change.
2018-04-08 tuexenFix a signed/unsigned warning showing up for the userla...
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-06 jtlIf a user closes the socket before we call tcp_usr_abor...
2018-04-06 jtlCheck that in_pcbfree() is only called once for each...
2018-04-04 emasteFix kernel memory disclosure in tcp_ctloutput
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-03 jtlr330675 introduced an extra window check in the LRO...
2018-04-03 npAdd a hook to allow the toedev handling an offloaded...
2018-03-30 brooksUse an accessor function to access ifr_data.
2018-03-29 npFix RSS build (broken in r331309).
2018-03-28 brooksRemove infrastructure for token-ring networks.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-26 sbrunoCC Cubic: fix underflow for cubic_cwnd()
2018-03-24 jtlMake the TCP blackbox code committed in r331347 be...
2018-03-24 jtlFix compilation for platforms that don't support atomic...
2018-03-24 philipImport tzdata 2018d
2018-03-23 sbrunoRevert r331379 as the "simple" lock changes have reveal...
2018-03-23 kpnetpfil: Introduce PFIL_FWD flag
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 sbrunoSimple locking fixes in ip_ctloutput, ip6_ctloutput...
2018-03-22 jtlAdd the "TCP Blackbox Recorder" which we discussed...
2018-03-22 glebiusFix LINT-NOINET build initializing local to false....
2018-03-21 glebiusThe net.inet.tcp.nolocaltimewait=1 optimization prevent...
2018-03-21 jtlIf the INP lock is uncontested, avoid taking a referenc...
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-19 lstewartAdd support for the experimental Internet-Draft "TCP...
2018-03-17 melifaroFix outgoing TCP/UDP packet drop on arp/ndp entry expir...
2018-03-16 tuexenSet the inp_vflag consistently for accepted TCP/IPv6...
2018-03-09 sbrunoUpdate tcp_lro with tested bugfixes from Netflix and...
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-27 tuexenWhen checking the TCP fast cookie length, conststently...
2018-02-26 pkelseyEnsure signed comparison to avoid false trip of assert...
2018-02-26 pkelseyGreatly reduce the number of #ifdefs supporting the...
2018-02-26 pkelseyThis is an implementation of the client side of TCP...
2018-02-26 pkelseyFix harmless locking bug in tfp_fastopen_check_cookie().
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-10 aeReinitialize IP header length after checksum calculatio...
2018-02-09 jkimMFV: r329072
2018-02-07 aeRework ipfw dynamic states implementation to be lockles...
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-30 jhbExport tcp_always_keepalive for use by the Chelsio...
2018-01-27 tuexenAdd constant for the PAD chunk as defined in RFC 4820.
2018-01-27 tuexenUpdate references in comments, since the IDs have becom...
2018-01-25 cemstyle: Remove remaining deprecated MALLOC/FREE macros
2018-01-25 markjUse tcpinfoh_t for TCP headers in the tcp:::debug-...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-24 npDo not generate illegal mbuf chains during IP fragment...
2018-01-23 rstoneReduce code duplication for inpcb route caching
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-16 tuexenFix a bug related to fast retransmissions.
2018-01-15 tuexenDon't provide a (meaningless) cmsg when proving a notif...
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 pfglibalias: small memory allocation cleanups.
2018-01-05 jkimMerge ACPICA 20180105.
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 cyCorrect the comment describing badrs which is bad route...
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-26 tuexenWhite cleanups.
2017-12-26 tuexenClearify CID 1008197.
2017-12-26 tuexenClearify issue reported in CID 1008198.
2017-12-26 tuexenFix CID 1008428.
2017-12-26 tuexenFix CID 1008936.
2017-12-26 tuexenAllow the first (and second) argument of sn_calloc...
2017-12-26 tuexenWhen adding support for sending SCTP packets containing...
2017-12-25 kanDo pass removing some write-only variables from the...
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-14 aeFix mbuf leak when TCPMD5_OUTPUT() method returns error.
2017-12-13 tuexenCleaup, no functional change.
2017-12-07 glebiusSeparate out send buffer autoscaling code into function...
next