antoine 2008-07-28 18:22:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_ethersubr.c
Log:
SVN rev 180929 on 2008-07-28 18:22:06Z by antoine
MFC r178920 to stable/6:
Add missing braces in #if 0ed code.
Approved by:
antoine 2008-07-28 18:17:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/net if_ethersubr.c
Log:
SVN rev 180928 on 2008-07-28 18:17:23Z by antoine
MFC r178920 to stable/7:
Add missing braces in #if 0ed code.
Approved by:
antoine 2008-05-10 18:33:38 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Add missing braces in #if 0ed code.
Approved by:rwatson (mentor)
MFC after: 1 month
Revision ChangesPath
1.246 +2 -1 src/sys/net/if
On Wed, 30 Apr 2008, Marcel Moolenaar wrote:
On Apr 30, 2008, at 11:39 AM, Julian Elischer wrote:
Max Laier wrote:
On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote:
julian 2008-04-29 21:23:21 UTC
...
Add an option (compiled out by default)
to profile outoing packets for a numbe
On Apr 30, 2008, at 11:39 AM, Julian Elischer wrote:
Max Laier wrote:
On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote:
julian 2008-04-29 21:23:21 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
sys/sys mbuf.h
sys/kern
Max Laier wrote:
On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote:
julian 2008-04-29 21:23:21 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
sys/sys mbuf.h
sys/kern uipc_mbuf.c
sys/conf NOTES o
On Tuesday 29 April 2008 23:23:21 Julian Elischer wrote:
> julian 2008-04-29 21:23:21 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/net if_ethersubr.c
> sys/sys mbuf.h
> sys/kern uipc_mbuf.c
> sys/conf NOTES optio
julian 2008-04-29 21:23:21 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
sys/sys mbuf.h
sys/kern uipc_mbuf.c
sys/conf NOTES options
Log:
Add an option (compiled out by default)
to profile outo
kmacy 2008-03-20 06:19:34 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
back out last change as Sam believes that it breaks multicast - need to
revisit after following up with pyun
Revision ChangesPath
1.244 +1 -2 src/
kmacy 2008-03-20 05:45:28 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
forced commit to add that the fix in the previous commit was submitted by
Devon H. O'Dell
Revision ChangesPath
1.243 +0 -0 src/sys/net/if_ethersub
kmacy 2008-03-20 05:35:02 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Don't re-initialize the interface if it is already running.
This one line change makes the following code found in many ethernet device
drivers
(at least em, ig
emaste 2008-02-12 22:27:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/net if_ethersubr.c
Log:
MFC revisions 1.232 and 1.236:
Remove DIAG code that discards oversized packets.
There has been general consensus that this was a b
julian 2007-09-17 17:50:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_ethersubr.c
Log:
MFC:
remove test that fails POLA.
RevisionChangesPath
1.193.2.15 +0 -11 src/sys/net/if_ethersubr.c
___
julian 2007-09-14 06:57:28 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Remove DIAG code that discards oversized packets.
There has been general consensus that this was a bad idea/
Approved by:re (bmah)
Revision Changes
gallatin2007-06-12 19:53:44 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Use if_capenable to allow LRO enabled drivers to bypass
the MTU check in ether_input().
Revision ChangesPath
1.233 +2 -1 src/sys/net/if_ethersubr
gallatin2007-06-11 18:45:49 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Move the oversize ethernet frame size check into DIAGNOSTIC,
as was proposed when it was originally added. This allows
LRO to work on non-DIAGNOSTIC kernels withou
bms 2007-03-22 19:08:39 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Fix a typo, and update a comment.
Submitted by: yar
Revision ChangesPath
1.226 +2 -3 src/sys/net/if_ethersubr.c
bms 2007-03-20 14:29:55 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.
Requested by: glebius
Revision ChangesPath
1.225 +2 -0 src/sy
Bruce M Simpson wrote:
The handling of CARP needs to be revisited architecturally.
By this I mean: we could benefit from a more general mechanism used to
deal with link-layer addresses other than the hardware station address,
perhaps kept in a hash table.
Some cards support more than one
bms 2007-03-19 18:39:36 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Clean up the ether_input() path by using the M_PROMISC flag.
Main points of this change:
* Drop frames immediately if the interface is not marked IFF_UP.
* A
Christian S.J. Peron wrote:
Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possible
incoming packets have had their 802.1Q tags processed by the
hardware, resulting in them being stripped from the packets, and
placed on the mbuf. This fixes the processing of 802.1Q tags when
ha
csjp2007-02-22 14:50:31 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possible
incoming packets have had their 802.1Q tags processed by the
hardware, resulting in them being strip
yar 2006-12-24 08:52:13 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Note that rev. 1.221 introduced a local workaround for a general problem.
Add a pointer to the relevant PR for future reference. The whole comment
will be OK to re
In message: <[EMAIL PROTECTED]>
Luigi Rizzo <[EMAIL PROTECTED]> writes:
: On Tue, Dec 12, 2006 at 09:13:23PM -0700, M. Warner Losh wrote:
: > In message: <[EMAIL PROTECTED]>
: ...
: > : while established practice in NetBSD, met with considerable
: > : controversy when I tried to expand
On Tue, Dec 12, 2006 at 09:13:23PM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
...
> : while established practice in NetBSD, met with considerable
> : controversy when I tried to expand it in FreeBSD land. However,
> : putting things in param.h met with no resistance whatsoever
In message: <[EMAIL PROTECTED]>
"M. Warner Losh" <[EMAIL PROTECTED]> writes:
: In message: <[EMAIL PROTECTED]>
: John-Mark Gurney <[EMAIL PROTECTED]> writes:
: : Luigi Rizzo wrote this message on Tue, Dec 12, 2006 at 06:24 -0800:
: : > On Tue, Dec 12, 2006 at 03:17:59PM +010
In message: <[EMAIL PROTECTED]>
John-Mark Gurney <[EMAIL PROTECTED]> writes:
: Luigi Rizzo wrote this message on Tue, Dec 12, 2006 at 06:24 -0800:
: > On Tue, Dec 12, 2006 at 03:17:59PM +0100, Bernd Walter wrote:
: > > On Tue, Dec 12, 2006 at 05:57:56AM -0800, Luigi Rizzo wrote:
: > ...
Luigi Rizzo wrote this message on Tue, Dec 12, 2006 at 06:24 -0800:
> On Tue, Dec 12, 2006 at 03:17:59PM +0100, Bernd Walter wrote:
> > On Tue, Dec 12, 2006 at 05:57:56AM -0800, Luigi Rizzo wrote:
> ...
> > > then i suppose the proper fix is to revert to m_copy() and
> > > work on if_simloop() so t
On Tue, 12 Dec 2006, Luigi Rizzo wrote:
On Tue, Dec 12, 2006 at 02:13:34PM +0100, Bernd Walter wrote:
On Fri, Dec 08, 2006 at 10:36:46AM +, Luigi Rizzo wrote:
luigi 2006-12-08 10:36:45 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
F
On Tue, Dec 12, 2006 at 06:24:45AM -0800, Luigi Rizzo wrote:
> On Tue, Dec 12, 2006 at 03:17:59PM +0100, Bernd Walter wrote:
> > On Tue, Dec 12, 2006 at 05:57:56AM -0800, Luigi Rizzo wrote:
> > > #if defined(__ia64__) || defined(__sparc64__)
> ...
> > > to detect whether the architecture is align
On Tue, Dec 12, 2006 at 03:17:59PM +0100, Bernd Walter wrote:
> On Tue, Dec 12, 2006 at 05:57:56AM -0800, Luigi Rizzo wrote:
...
> > then i suppose the proper fix is to revert to m_copy() and
> > work on if_simloop() so that 1. it handles a readonly chain, and
> > 2. when doing so, it passes up a p
On Tue, Dec 12, 2006 at 05:57:56AM -0800, Luigi Rizzo wrote:
> On Tue, Dec 12, 2006 at 02:13:34PM +0100, Bernd Walter wrote:
> > On Fri, Dec 08, 2006 at 10:36:46AM +, Luigi Rizzo wrote:
> > > luigi 2006-12-08 10:36:45 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files
On Tue, Dec 12, 2006 at 02:13:34PM +0100, Bernd Walter wrote:
> On Fri, Dec 08, 2006 at 10:36:46AM +, Luigi Rizzo wrote:
> > luigi 2006-12-08 10:36:45 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/net if_ethersubr.c
> > Log:
> > Fix an oscu
On Tue, Dec 12, 2006 at 03:44:32PM +0200, John Hay wrote:
> On Tue, Dec 12, 2006 at 02:13:34PM +0100, Bernd Walter wrote:
> > On Fri, Dec 08, 2006 at 10:36:46AM +, Luigi Rizzo wrote:
> > > luigi 2006-12-08 10:36:45 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
>
On Tue, Dec 12, 2006 at 02:13:34PM +0100, Bernd Walter wrote:
> On Fri, Dec 08, 2006 at 10:36:46AM +, Luigi Rizzo wrote:
> > luigi 2006-12-08 10:36:45 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/net if_ethersubr.c
> > Log:
> > Fix an oscu
On Fri, Dec 08, 2006 at 10:36:46AM +, Luigi Rizzo wrote:
> luigi 2006-12-08 10:36:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/net if_ethersubr.c
> Log:
> Fix an oscure bug triggered by a recent change in kern_socket.c.
> The symptoms were that
luigi 2006-12-08 10:36:45 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Fix an oscure bug triggered by a recent change in kern_socket.c.
The symptoms were that outgoing DHCP requests for diskless kernels
had the IP header corrupt. After
thompsa 2006-08-28 02:54:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_ethersubr.c
Log:
MFC r1.218
Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured
on member interfaces.
RevisionChanges
thompsa 2006-08-25 20:16:40 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured
on member interfaces. This makes us the same as OpenBSD/NetBSD.
MFC after: 3 d
On Thu, Jul 27, 2006 at 03:50:38AM +, Tai-hwa Liang wrote:
> avatar 2006-07-27 03:50:38 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/net if_ethersubr.c if_gif.c
> Log:
> Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.
stru
On Thu, Jul 27, 2006 at 03:50:38AM +, Tai-hwa Liang wrote:
> avatar 2006-07-27 03:50:38 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/net if_ethersubr.c if_gif.c
> Log:
> Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.
>
avatar 2006-07-27 03:50:38 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c if_gif.c
Log:
Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.
Revision ChangesPath
1.216 +1 -0 src/sys/net/if_ethersubr.c
1
emaste 2006-06-13 01:51:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/net if_ethersubr.c
Log:
MFC r1.184:
Check for non-NULL ac_netgraph field in interface arpcom, instead of
checking global presence of ng_ether(4).
Revie
csjp2006-05-17 00:09:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_ethersubr.c
Log:
MFC revision 1.215
Unbreak byte counters when network interfaces are in monitor mode by
re-organizing the monitor return logic. We pe
csjp2006-03-03 17:21:09 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
Unbreak byte counters when network interfaces are in monitor mode by
re-organizing the monitor return logic. We perform interface monitoring
checks after we have de
oleg2006-01-26 23:18:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/net if_ethersubr.c
Log:
MFC 1.211:
1) remove useless check of loop_copy
2) convert loop_copy to "non-negative" flag
RevisionChangesPath
1.177.2.11
oleg2006-01-26 23:16:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_ethersubr.c
Log:
MFC 1.211:
1) remove useless check of loop_copy
2) convert loop_copy to "non-negative" flag
Revision ChangesPath
1.193.2.9 +
oleg2005-12-22 12:16:20 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
Log:
1) remove useless check of loop_copy - corresponding code was removed in
rev. 1.70 five years ago.
2) convert loop_copy to "non-negative" flag
Approved by:
rwatson 2005-11-27 18:37:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/net if_ethersubr.c
Log:
Add several missing calls to splx() in error cases associated with
calling ether_ipfw_chk() from the ethernet output code.
PR:
ru 2005-11-16 08:49:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_ethersubr.c
Log:
MFC: 1.203: Remove a stale comment.
Revision ChangesPath
1.193.2.7 +0 -1 src/sys/net/if_ethersubr.c
___
50 matches
Mail list logo