[Bug 195859] Reproduceble panic with VIMAGE + if_bridge

2015-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195859 Hiroki Sato changed: What|Removed |Added Assignee|freebsd-net@FreeBSD.org |h...@freebsd.org -- You are receivi

[Bug 195859] Reproduceble panic with VIMAGE + if_bridge

2015-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195859 Hiroki Sato changed: What|Removed |Added Status|New |In Progress --- Comment #12 from Hir

[Bug 195859] Reproduceble panic with VIMAGE + if_bridge

2015-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195859 --- Comment #11 from Hiroki Sato --- Created attachment 151999 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151999&action=edit a patch to fix this panic This patch should fix the panic. As Bjoern pointed out, ifnet_departure

[Bug 188897] [dc] dc ethernet driver seems to prevent the detection of other NIC chipsets

2015-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188897 c...@eugeneweb.com changed: What|Removed |Added CC||c...@eugeneweb.com --- Comment

Tuning net.inet.tcp.sendbuf_max

2015-01-21 Thread javocado
System: FreeBSD 8.3 amd64 I've been trying to tune my system to a long route (RTT 180ms) and I've made 2 modifications and seeing some results which I cannot explain or understand. 1. kern.ipc.maxsockbuf: 262144 -> 4194304 Speed improves from 85 Mbps -> 100 Mbps I can run the test: iperf -c tse

Re: TCP Fast Open support

2015-01-21 Thread Tom Jones
On Wed, Jan 21, 2015 at 01:54:16PM +, Sara Dickinson wrote: > Hi, > > I am an application developer and I’m interested in using TCP Fast Open, > which now has an Experimental RFC (https://datatracker.ietf.org/doc/rfc7413/ > ). IPv4 TFO has been avail

IPSEC MTU routing issue

2015-01-21 Thread Andrei Brezan
Weird subject, maybe. I'm running FreeBSD-10.0-RELEASE with PF as firewall and racoon for IPSEC. The IPSEC tunnel is between the FreeBSD box and a Fortinet appliance. The IPSEC tunnel comes up and on a quick test it seems to be working, icmp between networks is ok, you can successfully telnet

RE: TCP Fast Open support

2015-01-21 Thread Sara Dickinson
Hi, I am an application developer and I’m interested in using TCP Fast Open, which now has an Experimental RFC (https://datatracker.ietf.org/doc/rfc7413/ ). IPv4 TFO has been available in the Linux kernel since 3.7 and is on by default in 3.13, IPv6 s