| 2008-11-07 |
Initial IPv6 capability
|
file | diff | annotate |
| 2008-11-05 |
Apply Patch to address bug 294 -- due to vincent
|
file | diff | annotate |
| 2008-09-11 |
fix bug 338, MTU overflows frameSize
|
file | diff | annotate |
| 2008-09-05 |
flip LLC to DIX framing switch in csma
|
file | diff | annotate |
| 2008-09-05 |
apply MTU/FrameSize treatment to point-to-point
|
file | diff | annotate |
| 2008-09-05 |
MTU, encap mode cleanup for csma
|
file | diff | annotate |
| 2008-09-04 |
further cleanup of MTU in CSMA
|
file | diff | annotate |
| 2008-09-02 |
bug 274: bridge must detect compatibility of devices with bridging mode
|
file | diff | annotate |
| 2008-08-25 |
shared Mac48 multicast code
|
file | diff | annotate |
| 2008-08-04 |
sort out various MTU options
|
file | diff | annotate |
| 2008-08-03 |
128 column pages
|
file | diff | annotate |
| 2008-07-23 |
fix supidity in mtu stuff
|
file | diff | annotate |
| 2008-07-23 |
begin sorting out mtu woes
|
file | diff | annotate |
| 2008-07-16 |
New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
|
file | diff | annotate |
| 2008-07-07 |
Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
|
file | diff | annotate |
| 2008-07-07 |
Move the csma packet-from-self receive filtering away from the CsmaChannel into the CsmaNetDevice, with the help of an extra Ptr<CsmaNetDevice> parameter in Receive(). As discussed in the mailing list.
|
file | diff | annotate |
| 2008-07-07 |
Backed out changeset ae9f7d5e2d56
|
file | diff | annotate |
| 2008-07-04 |
Try to preserve API compatibility, after SendFrom / promiscuous mode changes.
|
file | diff | annotate |
| 2008-07-04 |
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 |
| 2008-07-04 |
Implement the promiscuous receive callback for CsmaNetDevice.
|
file | diff | annotate |
| 2008-07-04 |
For csma, set a sensible netdevice name, if none has been set.
|
file | diff | annotate |
| 2008-06-30 |
Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
|
file | diff | annotate |
| 2008-06-27 |
reposition trace hook in csma to address bug 241.
|
file | diff | annotate |
| 2008-06-07 |
CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox
|
file | diff | annotate |
| 2008-05-08 |
bug 153 applied to CSMA
|
file | diff | annotate |
| 2008-04-21 |
merge with HEAD
|
file | diff | annotate |
| 2008-04-15 |
NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
|
file | diff | annotate |
| 2008-04-14 |
kill NS_LOG_PARAMS_BEGIN/END.
|
file | diff | annotate |
| 2008-04-17 |
get rid of Attribute class. Use AttributeValue subclasses directly.
|
file | diff | annotate |
| 2008-04-09 |
get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
|
file | diff | annotate |
| 2008-03-31 |
remove 'All rigts reserved' keyword per tom's suggestion
|
file | diff | annotate |
| 2008-03-29 |
enable csma multicast
|
file | diff | annotate |
| 2008-03-28 |
Rx traces report the full packet and make sure we set the length field correctly in case of LLC encapsulation
|
file | diff | annotate |
| 2008-03-19 |
add SetAddress methods.
|
file | diff | annotate |
| 2008-03-13 |
add back support for introspected doxygen.
|
file | diff | annotate |
| 2008-03-13 |
add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
|
file | diff | annotate |
| 2008-02-27 |
add missing NS_OBJECT_ENSURE_REGISTERED calls.
|
file | diff | annotate |
| 2008-02-27 |
convert CsmaNetDevice to Attributes.
|
file | diff | annotate |
| 2008-02-25 |
make NetDevice fully virtual.
|
file | diff | annotate |
| 2008-01-31 |
AddInterface -> AggregateObject
|
file | diff | annotate |
| 2007-11-22 |
merge
|
file | diff | annotate |
| 2007-10-01 |
do not use Packet objects directly. Use Ptr<Packet> instead
|
file | diff | annotate |
| 2007-11-14 |
nicer logging of parameters (bug 79 patch from Gustavo)
|
file | diff | annotate |
| 2007-11-08 |
minor fix for bug95; also const operators for DataRate
|
file | diff | annotate |
| 2007-11-14 |
Add src/common/error-model implementation and example script, and add to NetDevices
|
file | diff | annotate |
| 2007-09-13 |
checkpoint debug to log
|
file | diff | annotate |
| 2007-09-12 |
rename Euixx to Macxx
|
file | diff | annotate |
| 2007-09-11 |
merge with trunk again
|
file | diff | annotate |
| 2007-09-10 |
merge with trunk
|
file | diff | annotate |
| 2007-08-29 |
Move MakeMulticastAddress to NetDevice
|
file | diff | annotate |
| 2007-08-27 |
real multicast enet addr, more source routes, default multicast route
|
file | diff | annotate |
| 2007-08-24 |
semi-real multicast hardware addresses
|
file | diff | annotate |
| 2007-09-04 |
merge with trunk
|
file | diff | annotate |
| 2007-08-30 |
add doxygen for each TraceSourceElement subclass
|
file | diff | annotate |
| 2007-08-30 |
GetName -> GetTypeName
|
file | diff | annotate |
| 2007-08-28 |
avoid method naming ambiguity in CompositeTraceResolver
|
file | diff | annotate |
| 2007-08-28 |
constify
|
file | diff | annotate |
| 2007-08-28 |
document trace source signatures
|
file | diff | annotate |
| 2007-08-28 |
merge with trunk
|
file | diff | annotate | base |
| 2007-08-29 |
backout 9856d1175cbb:642d6798feaa:27dd3e15308a
|
file | diff | annotate |