Sat, 28 Feb 2009 16:25:24 -0800 |
Craig Dowell |
trace consistency changes
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 13:35:41 +0100 |
Mathieu Lacage |
add wifi multicast support. Based on patch by Mauchle Fabian.
|
file |
diff |
annotate
|
Mon, 24 Nov 2008 11:21:15 -0800 |
Craig Dowell |
branch merge
|
file |
diff |
annotate
|
Tue, 18 Nov 2008 16:23:31 -0800 |
Craig Dowell |
implement IsBridged for net devices
|
file |
diff |
annotate
|
Mon, 24 Nov 2008 06:36:05 +0100 |
Mathieu Lacage |
merge with HEAD
|
file |
diff |
annotate
|
Tue, 04 Nov 2008 14:06:34 +0100 |
Mathieu Lacage |
new wifi API
|
file |
diff |
annotate
|
Tue, 28 Oct 2008 11:26:58 +0100 |
Mathieu Lacage |
merge with HEAD
|
file |
diff |
annotate
|
Wed, 11 Jun 2008 16:19:28 -0700 |
Mathieu Lacage |
split WifiChannel in WifiChannel + YansWifiChannel
|
file |
diff |
annotate
|
Tue, 10 Jun 2008 12:17:34 -0700 |
Mathieu Lacage |
Allow a zero NetDevice in WifiChannel.
|
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 13:37:59 -0700 |
Mathieu Lacage |
implement promisc mode
|
file |
diff |
annotate
|
Tue, 02 Sep 2008 13:19:21 -0700 |
Mathieu Lacage |
implement SupportsSendFrom
|
file |
diff |
annotate
|
Tue, 02 Sep 2008 13:16:34 -0700 |
Mathieu Lacage |
implement SendFrom correctly
|
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 10:02:52 -0700 |
Mathieu Lacage |
shared Mac48 multicast code
|
file |
diff |
annotate
|
Thu, 07 Aug 2008 11:14:15 -0700 |
Mathieu Lacage |
implement WifiNetDevice::SendFrom
|
file |
diff |
annotate
|
Thu, 24 Jul 2008 11:41:15 +0100 |
Gustavo J. A. M. Carneiro |
Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
|
file |
diff |
annotate
|
Fri, 18 Jul 2008 11:41:22 +0100 |
Gustavo J. A. M. Carneiro |
No need to make NetDevice::SendFrom pure virtual; instead just give a fatal error if used in runtime (it's only used by the learning bridge, anyway, so...).
|
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: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:03:26 +0100 |
Gustavo J. A. M. Carneiro |
Add a NetDevice::SendFrom API, for sending packets with a custom source MAC address (a.k.a. MAC spoofing). Only implemented for CsmaNetDevice for now.
|
file |
diff |
annotate
|
Mon, 30 Jun 2008 19:25:58 +0100 |
Gustavo J. A. M. Carneiro |
Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
|
file |
diff |
annotate
|
Thu, 17 Apr 2008 13:42:25 -0700 |
Mathieu Lacage |
get rid of Attribute class. Use AttributeValue subclasses directly.
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 16:06:44 -0700 |
Mathieu Lacage |
improve documentation
|
file |
diff |
annotate
|
Thu, 10 Apr 2008 11:11:55 -0700 |
Mathieu Lacage |
add missing registration macro call
|
file |
diff |
annotate
|
Wed, 09 Apr 2008 17:27:56 -0700 |
Mathieu Lacage |
use a specific type if you can
|
file |
diff |
annotate
|
Wed, 09 Apr 2008 12:15:24 -0700 |
Mathieu Lacage |
get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
|
file |
diff |
annotate
|
Wed, 19 Mar 2008 10:30:59 -0700 |
Mathieu Lacage |
make sure the Rx trace event also gets the llc header to be symetric with the tx event.
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 23:04:01 +0100 |
Mathieu Lacage |
make sure that all the Setters can be invoked in any order without memory leak
|
file |
diff |
annotate
|