Synopsis: [ofed] [patch] Bug assigning HCA from IB to ETH
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Mon Jul 8 21:25:21 UTC 2013
State-Changed-Why:
Fix applied to HEAD. Thanks!
Responsible-Changed-From-To: freebsd-net->jhb
Responsible-Changed-B
Synopsis: [ofed] [patch] Bad UDP checksum calc for fragmented packets
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Thu Jul 25 16:34:38 UTC 2013
State-Changed-Why:
Fix committed to HEAD, thanks!
Responsible-Changed-From-To: freebsd-net->jhb
Responsible-C
Synopsis: [ofed] [patch] Kernel crash on ifdown and kldunload mlxen
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Mon Jul 29 18:49:12 UTC 2013
State-Changed-Why:
Patch committed to HEAD, thanks!
Responsible-Changed-From-To: freebsd-net->jhb
Responsible-C
Synopsis: [netinet [patch] Use unsigned type when indexing into mfchashtbl
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Thu Sep 5 14:24:14 UTC 2013
State-Changed-Why:
Fix committed to HEAD, thanks!
Responsible-Changed-From-To: freebsd-net->jhb
Respo
Synopsis: [em] [lagg] Problem on 8.0-STABLE with em and lagg
Responsible-Changed-From-To: net->freebsd-net
Responsible-Changed-By: jhb
Responsible-Changed-When: Mon May 7 14:02:11 UTC 2012
Responsible-Changed-Why:
Make responsible canonical.
http://www.freebsd.org/cgi/query-pr.cgi?pr=142
Synopsis: [vlan] [panic] detaching of ethernet adapter with configured vlans
leads to panic
State-Changed-From-To: open->closed
State-Changed-By: jhb
State-Changed-When: Wed Aug 29 12:44:01 UTC 2012
State-Changed-Why:
Fix committed to HEAD.
http://www.freebsd.org/cgi/query-pr.cgi?pr=168
Synopsis: [ixgbe] Intel 10GBase-LR Ethernet card detected as 10GBase-SR
State-Changed-From-To: open->closed
State-Changed-By: jhb
State-Changed-When: Mon Feb 7 15:13:30 UTC 2011
State-Changed-Why:
Submitter reports issue resolved.
http://www.freebsd.org/cgi/query-pr.cgi?pr=153
Synopsis: [tcp] [patch] tcp "window probe" bug on 64bit
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Wed Mar 30 12:38:33 UTC 2011
State-Changed-Why:
Fix committed to HEAD.
Responsible-Changed-From-To: freebsd-net->jhb
Responsible-Changed-By:
Synopsis: [alc] Doesn't work Atheros AR8131 PCIe Gigabit Ethernet
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Tue May 3 18:34:39 UTC 2011
State-Changed-Why:
Probable fix committed to HEAD.
Responsible-Changed-From-To: freebsd-net->jhb
Responsible
Synopsis: Intel PRO/1000 connection breaks under load until reboot
Responsible-Changed-From-To: freebsd-ia64->freebsd-net
Responsible-Changed-By: jhb
Responsible-Changed-When: Fri Sep 16 11:51:36 UTC 2011
Responsible-Changed-Why:
Reassigned to freebsd-net@.
http://www.freebsd.org/cgi/qu
Synopsis: [sis] [patch] sis driver for natsemi DP83815D autonegotiate failure
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Wed Jul 30 17:31:15 UTC 2008
State-Changed-Why:
I've committed the original patch (more or less) and will MFC it in a we
Synopsis: Wrong MSS in outgoing packets for non-default (1460) MSS
Responsible-Changed-From-To: freebsd-amd64->freebsd-net
Responsible-Changed-By: jhb
Responsible-Changed-When: Tue May 12 14:11:35 UTC 2009
Responsible-Changed-Why:
This is a network stack issue, not amd64-specific.
h
Synopsis: [bge] [patch] Broadcom 5906 not handled by FreeBSD
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Tue Apr 29 19:48:06 UTC 2008
State-Changed-Why:
Patch committed to HEAD with minor tweaks.
Responsible-Changed-From-To: freebsd-net->jhb
Respo
Synopsis: [nfs] "rstatd: Can't get namelist. 1" - fbsd 7.0-stable (works ok in
7.0-release) [regression]
State-Changed-From-To: open->patched
State-Changed-By: jhb
State-Changed-When: Tue Jun 10 18:47:56 UTC 2008
State-Changed-Why:
Fix committed to HEAD.
Responsible-Change
jhb added a subscriber: jhb.
jhb added a comment.
Hmm, I do think the idea of a kernel test framework should be discussed in its
own right. I have implemented a much simpler one on my own for unit tests of
locking primitives that you can see here. These worked by declaring tests in
linker
jhb added a comment.
To be clear, I'm fine with updating my tests to a different framework, but I
think it's worth discussing what that looked like.
I also had to explicitly drop Giant in my test module handler.
I do think it's probably better to explicitly ask tests to run ins
jhb added a comment.
This is just "How It Works". You are always supposed to do a callout_drain()
before freeing the storage belonging to a callout. I don't understand how you
are preventing the callout/lock being freed out from under the callout routine
in this version eithe
jhb added a comment.
I agree that we can't handle this in ether_ioctl as it varies too much by
real hardware.
INLINE COMMENTS
> if_vxlan.c:90
> + */
> +#define VXLAN_MAX_MTU65435
> +
If it was possible to make this derived from other constants that would
jhb accepted this revision.
jhb added a comment.
This revision is now accepted and ready to land.
Thanks!
CHANGES SINCE LAST ACTION
https://reviews.freebsd.org/D19422/new/
REVISION DETAIL
https://reviews.freebsd.org/D19422
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel
jhb accepted this revision.
REVISION DETAIL
https://reviews.freebsd.org/D5853
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel/emailpreferences/
To: sepherosa_gmail.com, network, secteam, delphij, glebius, adrian,
honzhan_microsoft.com, howard0su_gmail.com, decui_microsoft.com
jhb added a comment.
I would suggest rewording the message a bit to something like:
Defer if_up() until after the interface's if_ioctl method is called.
This ensures the interface is initialized by the interface driver before
it can be used by the rest of the s
jhb accepted this revision.
This revision has a positive review.
REVISION DETAIL
https://reviews.freebsd.org/D9058
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel/emailpreferences/
To: sepherosa_gmail.com, decui_microsoft.com, jhb
Cc: freebsd-net-list
22 matches
Mail list logo