Author: hiren
Date: Fri Sep 16 00:14:26 2016
New Revision: 305853
URL: https://svnweb.freebsd.org/changeset/base/305853
Log:
MFC r301522 (by bz)
Implement a `show panic` command to DDB which will helpfully print the
panic string again if set, in case it scrolled out of the active
window
Author: hiren
Date: Thu Jan 28 21:30:49 2016
New Revision: 295015
URL: https://svnweb.freebsd.org/changeset/base/295015
Log:
MFC r294840
Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds
and
60 seconds, respectively. Turn them into sysctls that can be tuned live
Author: hiren
Date: Mon Jan 11 23:37:31 2016
New Revision: 293711
URL: https://svnweb.freebsd.org/changeset/base/293711
Log:
MFC: r292011
MFC: r292012
Add an option to use rfc6675 based pipe/inflight bytes calculation in cubic
and
newreno.
Modified:
stable/10/sys/netinet/cc/cc_cubic
Author: hiren
Date: Mon Jan 11 23:34:29 2016
New Revision: 293710
URL: https://svnweb.freebsd.org/changeset/base/293710
Log:
MFC: r292003
Improve tcp duplicate ack processing when SACK is present.
Modified:
stable/10/sys/netinet/tcp_input.c
stable/10/sys/netinet/tcp_sack.c
stable/10/sys
Author: hiren
Date: Mon Jan 11 23:31:13 2016
New Revision: 293709
URL: https://svnweb.freebsd.org/changeset/base/293709
Log:
MFC: r290122
Calculate the correct amount of bytes that are in-flight for a connection as
suggested by RFC 6675.
MFC: r292046
r290122 added 4 bytes and removed
Author: hiren
Date: Thu Oct 29 00:36:10 2015
New Revision: 290125
URL: https://svnweb.freebsd.org/changeset/base/290125
Log:
MFC r289293
Fix an unnecessarily aggressive behavior where mtu clamping begins on first
retransmission timeout (rto) when blackhole detection is enabled. Make
su
Author: hiren
Date: Wed Oct 14 05:29:33 2015
New Revision: 289288
URL: https://svnweb.freebsd.org/changeset/base/289288
Log:
MFC r288914
Add a comment specifying how we implement rfc3042.
Modified:
stable/10/sys/netinet/tcp_input.c
Directory Properties:
stable/10/ (props changed)
Modif
Author: hiren
Date: Fri Oct 2 16:30:54 2015
New Revision: 288509
URL: https://svnweb.freebsd.org/changeset/base/288509
Log:
MFC r287830
Remove unnecessary tcp state transition call.
Modified:
stable/10/sys/netinet/tcp_usrreq.c
Directory Properties:
stable/10/ (props changed)
Modifi
Author: hiren
Date: Tue Sep 15 05:19:10 2015
New Revision: 287808
URL: https://svnweb.freebsd.org/changeset/base/287808
Log:
MFC r286700
Make LAG LACP fast timeout tunable through IOCTL.
Modified:
stable/10/sbin/ifconfig/ifconfig.8
stable/10/sbin/ifconfig/iflagg.c
stable/10/sys/net/i
Author: hiren
Date: Wed Jul 22 15:05:45 2015
New Revision: 285793
URL: https://svnweb.freebsd.org/changeset/base/285793
Log:
MFC r284941:
Avoid a situation where we do not set persist timer after a zero window
condition.
If you send a 0-length packet, but there is data is the socket buffer
Author: hiren
Date: Tue Jul 21 19:41:39 2015
New Revision: 285764
URL: https://svnweb.freebsd.org/changeset/base/285764
Log:
Partial MFC of r285528 as full RSS support is not available in FreeBSD 10.
Expose full 32bit RSS hash from card regardless of whether RSS is defined or
not. When doing
On 07/21/15 at 09:27P, Andrey V. Elsukov wrote:
> On 21.07.2015 03:31, Hiren Panchasara wrote:
> > Author: hiren
> > Date: Tue Jul 21 00:31:13 2015
> > New Revision: 285731
> > URL: https://svnweb.freebsd.org/changeset/base/285731
> >
> > Log:
> > F
Author: hiren
Date: Tue Jul 21 00:31:13 2015
New Revision: 285731
URL: https://svnweb.freebsd.org/changeset/base/285731
Log:
Fix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple of
sysctls.
Approved by: re (gjb)
Sponsored by: Limelight Networks
Modified:
stabl
On 07/18/15 at 04:49P, Hiren Panchasara wrote:
> Author: hiren
> Date: Sat Jul 18 04:49:36 2015
> New Revision: 285668
> URL: https://svnweb.freebsd.org/changeset/base/285668
>
> Log:
> Loader tunable fetching has been broken on stable/10 since ix(4) rewrite
> introd
Author: hiren
Date: Sat Jul 18 04:49:36 2015
New Revision: 285668
URL: https://svnweb.freebsd.org/changeset/base/285668
Log:
Loader tunable fetching has been broken on stable/10 since ix(4) rewrite
introduced by r280182. FreeBSD-head doesn't need TUNABLE_INT() now with
SYSCTL_INT() but stabl
Author: hiren
Date: Fri Jun 19 19:36:21 2015
New Revision: 284603
URL: https://svnweb.freebsd.org/changeset/base/284603
Log:
MFC r266420 (by adrian)
Ensure that the flowid hashtype is assigned to the inp if the flowid
is also assigned.
Spotted by: gallatin
Tested by:gallatin
Author: hiren
Date: Tue Jun 2 08:03:28 2015
New Revision: 283905
URL: https://svnweb.freebsd.org/changeset/base/283905
Log:
MFC: r282866
Fix pmcstat symbol resolution for userland processes.
When examining existing processes pmcstat fails to
correctly determine the locations of exec
Author: hiren
Date: Wed May 13 08:04:50 2015
New Revision: 282832
URL: https://svnweb.freebsd.org/changeset/base/282832
Log:
MFC r281984:
Currently there is no easy way to specify net.isr.maxthreads = all cpus. We
need
to specify exact number of cpus in loader.conf which get annoying whe
Author: hiren
Date: Wed May 13 07:39:16 2015
New Revision: 282831
URL: https://svnweb.freebsd.org/changeset/base/282831
Log:
Partial MFC r281838:
For igb(4), when we are doing multiqueue, we are all setup to have full 32bit
RSS hash from the card. Expose that so others like lagg(4) can us
Author: hiren
Date: Tue May 12 00:27:20 2015
New Revision: 282786
URL: https://svnweb.freebsd.org/changeset/base/282786
Log:
Fix r282781:
We should return OPAQUE from M_HASHTYPE_GET() if M_FLOWID is there and rsstype
is not set.
Submitted by: hans
Modified:
stable/10/sys/sys/mbuf.
Author: hiren
Date: Mon May 11 20:26:35 2015
New Revision: 282781
URL: https://svnweb.freebsd.org/changeset/base/282781
Log:
r281955 removed M_FLOWID which could cause problems for old drivers still
using
the field. It cannot be removed from stable/10 so restore it.
Change M_HASHTYPE_GET
Author: hiren
Date: Fri May 8 08:35:06 2015
New Revision: 282622
URL: https://svnweb.freebsd.org/changeset/base/282622
Log:
MFC r261708, r261847, r268525, r274316, r274347, r275593,
r276844, r276847, r279531, r279559, r279564, r279676
A bunch of IPv6 fixes by melifaro, hrs and ae
Author: hiren
Date: Fri Apr 24 23:26:44 2015
New Revision: 281955
URL: https://svnweb.freebsd.org/changeset/base/281955
Log:
MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@
r275358:
Start process of removing the use of the deprecated "M_FLOWID" flag
from the FreeBSD network code
Author: hiren
Date: Mon Apr 6 22:41:13 2015
New Revision: 281174
URL: https://svnweb.freebsd.org/changeset/base/281174
Log:
MFC r280233, r280237, r280441
Add connection flowid and flowtype to siftr(4).
Sponsored by: Limelight Networks
Modified:
stable/10/share/man/man4/siftr.4
st
Author: hiren
Date: Mon Apr 6 18:40:50 2015
New Revision: 281161
URL: https://svnweb.freebsd.org/changeset/base/281161
Log:
MFC r266418, r266448
Add the flowtype to the inpcb.
Add -R to netstat to dump RSS/flow information.
Reviewed by: delphij
Relnotes: yes (for r266448)
S
On 03/12/15 at 05:07P, Simon J. Gerraty wrote:
> Author: sjg
> Date: Thu Mar 12 17:07:45 2015
> New Revision: 279930
> URL: https://svnweb.freebsd.org/changeset/base/279930
>
> Log:
> MFC r278729
Thanks!
Cheers,
Hiren
pgp2nSkDFOl7K.pgp
Description: PGP signature
Author: hiren
Date: Tue Feb 3 20:08:05 2015
New Revision: 278168
URL: https://svnweb.freebsd.org/changeset/base/278168
Log:
MFC r277202
ntpd tries to bind to IPv6 interfaces in 'tentative' state and fails as IPv6
is
actually disabled. Fix it by making ntpd ignore such interfaces.
Modif
27 matches
Mail list logo