Sat, 10 Apr 2010 13:45:09 -0700 |
Mathieu Lacage |
[bug 822] Move Mtu attribute from NetDevice base class to subclasses
|
file |
diff |
annotate
|
Tue, 08 Sep 2009 06:29:26 +0200 |
Sebastien Vincent |
[Bug 653] NetDevice link change callback (SetLinkChangeCallback -> AddLinkChangeCallback).
|
file |
diff |
annotate
|
Tue, 23 Jun 2009 22:12:35 -0700 |
Craig Dowell |
Finally make tap bridge work with VMs (bug 569)
|
file |
diff |
annotate
|
Thu, 16 Apr 2009 11:10:17 +0200 |
Mathieu Lacage |
bug 498: Object Name Service Obsoletes Legacy Naming
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 15:17:28 +0100 |
Gustavo J. A. M. Carneiro |
Fix receiving bug in BridgeNetDevice regarding packet for the node itself
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 22:09:08 +0000 |
Aleksey Kovalenko |
Optimize Send/SendFrom on BridgeNetDevice by using the learned MAC associations when possible, instead of flooding to all bridge ports.
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 17:47:03 -0800 |
Craig Dowell |
fix bug 431 -- memory leak in bridge net device
|
file |
diff |
annotate
|
Wed, 19 Nov 2008 15:54:12 -0800 |
Craig Dowell |
convince global routing not to crash in the presence of bridges
|
file |
diff |
annotate
|
Tue, 18 Nov 2008 16:23:31 -0800 |
Craig Dowell |
implement IsBridged for net devices
|
file |
diff |
annotate
|
Fri, 07 Nov 2008 11:36:15 -0800 |
vincent |
Initial IPv6 capability
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 14:33:20 -0800 |
Craig Dowell |
Apply Patch to address bug 294 -- due to vincent
|
file |
diff |
annotate
|
Tue, 02 Sep 2008 11:39:26 -0700 |
Mathieu Lacage |
use Mac48Address::GetMulticast to avoid code duplication
|
file |
diff |
annotate
|
Tue, 02 Sep 2008 11:28:03 -0700 |
Mathieu Lacage |
bug 274: bridge must detect compatibility of devices with bridging mode
|
file |
diff |
annotate
|
Mon, 25 Aug 2008 09:13:05 -0700 |
Mathieu Lacage |
bug 273: constify packet pointers.
|
file |
diff |
annotate
|
Thu, 07 Aug 2008 12:22:38 -0700 |
Mathieu Lacage |
ensure type is registered
|
file |
diff |
annotate
|
Wed, 16 Jul 2008 16:06:50 +0100 |
Gustavo J. A. M. Carneiro |
New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 12:52:48 +0100 |
Gustavo J. A. M. Carneiro |
Add BridgeChannel
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 12:18:05 +0100 |
Gustavo J. A. M. Carneiro |
Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
|
file |
diff |
annotate
|
Fri, 04 Jul 2008 18:48:10 +0100 |
Gustavo J. A. M. Carneiro |
Add the 'learning' part of the Learning Bridge, with option to disable it and revert to dummy mode (hub-like).
|
file |
diff |
annotate
|
Fri, 04 Jul 2008 18:04:13 +0100 |
Gustavo J. A. M. Carneiro |
Use NetDevice::SendFrom where appropriate, in order to preserve source address of bridged mac frames.
|
file |
diff |
annotate
|
Fri, 04 Jul 2008 15:39:24 +0100 |
Gustavo J. A. M. Carneiro |
Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames.
|
file |
diff |
annotate
|