[Bug 209758] Broadcom 5717 C not working

2016-05-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209758 --- Comment #14 from commit-h...@freebsd.org --- A commit references this bug: Author: sephe Date: Mon May 30 06:49:02 UTC 2016 New revision: 300985 URL: https://svnweb.freebsd.org/changeset/base/300985 Log: bge: Support 5717 C0, which i

Re: Bridge interface and ARP traffic

2016-05-29 Thread Julian Elischer
On 27/05/2016 1:13 AM, John Nielsen wrote: On May 20, 2016, at 12:30 AM, Aqz wrote: Hello, I have a very strange issue with passing ARP traffic through bridge interface. I'm using FreeBSD 10.3-REL VMWare virtual machine as bridge between two networks using the same IP address space. Bridge int

[Differential] D6406: mbuf: Add a flag for M_HASHTYPE_ to indicate the type has hash properties

2016-05-29 Thread Phabricator
diff --git a/head/sys/sys/param.h b/head/sys/sys/param.h --- a/head/sys/sys/param.h +++ b/head/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1100114 /* Master, propagated to newvers */ +#define __FreeBSD_version 1100115 /* Mast

[Differential] D5872: tcp: Don't prematurely drop receiving-only connections

2016-05-29 Thread Phabricator
diff --git a/head/sys/netinet/tcp_output.c b/head/sys/netinet/tcp_output.c --- a/head/sys/netinet/tcp_output.c +++ b/head/sys/netinet/tcp_output.c @@ -130,6 +130,16 @@ &VNET_NAME(tcp_autosndbuf_max), 0, "Max size of automatic send buffer"); +/* + * Make sure that either retransmit or persist

Re: ifconfig creates a bogus(?) route

2016-05-29 Thread Kevin Oberman
On Sun, May 29, 2016 at 12:12 AM, Bruce Evans wrote: > On Sun, 29 May 2016, Bruce Evans wrote: > > ... >> I still haven't figured out how to set up the bogus(?) route using route >> add/change, but can now complete the initialization using a "route change" >> that appears to be null: >> >> Test s

Is there a way to keep an account of which processes generate how much network traffic?

2016-05-29 Thread Yuri
There is vnstat that does this by interface. But is there a way to do this by the application? This is because nearly every packet that is sent through the system is sent on behalf of some process running on the system. It would be nice to be able to see which applications (in general sense)

Problem reports for freebsd-net@FreeBSD.org that need special attention

2016-05-29 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

RE: ifconfig creates a bogus(?) route

2016-05-29 Thread Bruce Evans
On Sun, 29 May 2016, Bruce Evans wrote: ... I still haven't figured out how to set up the bogus(?) route using route add/change, but can now complete the initialization using a "route change" that appears to be null: Test script: ... X # Fix up the initialization with a null change: X route cha