src/internet-stack/ipv4-l3-protocol.cc
2009-08-06 Source NAT working! Run (examples/netfilter-example.cc)
2009-07-31 Added an example (examples/netfilter-example.cc) that uses the netfilter framework
2009-07-28 Added default arguments for ProcessHook and fixed coding style
2009-07-24 Reply tracking working
2009-07-20 Testing connection tracking
2009-06-26 bug 600: lower the default routing priority of Ipv4GlobalRouting; move to helper
2009-06-26 bug 63: allow enabling or disabling ip forwarding on a per-interface basis
2009-06-26 bug 592: Ipv4RoutingProtocol::RouteOutput needs a packet pointer argument for reactive protocols
2009-06-21 move list routing and static routing to src/routing directories
2009-06-21 Remove Ipv4Interface::GetMtu ()
2009-06-21 cleanup ip alias unfinished cases (bug 591)
2009-06-19 Bug 597: Ns-3 doesn't compile under MingWin
2009-06-14 correct a few XXX in the Ipv4L3Protocol class
2009-06-13 fix for bug 588
2009-06-12 Move Ipv4ListRouting to src/internet-stack; get rid of Impl class
2009-06-12 Remove static routing dependencies in code
2009-06-19 bug 491: It is painful to enable all checksums
2009-06-03 new tags
2009-05-30 Doxygen cleanup
2009-05-28 src/ and utils/ changes for IPv4 routing rework
2009-04-17 merge with tip
2009-04-12 Remove class Ipv4Impl
2009-04-12 Implementation cut over to use Ipv4InterfaceAddress
2009-04-08 implementation and plumbing of Ipv4InterfaceAddress class
2009-04-08 Ipv4::ifIndex -> Ipv4::interface
2009-04-17 cleanup raw sockets on Ipv4L3Protocol shutdown
2009-03-23 branch merge
2009-03-23 Bugs 458, swap 2 LOC for 526
2009-03-23 must clear the list of routing protocols
2009-02-24 bug 486: patches for icc compilation.
2008-12-01 branch merge
2008-12-01 Remove redundant m_txTrace in ipv4-l3-protocol
2008-11-28 Drop packets in Ipv4L3Protocol::Receive if interface is down
2008-11-28 Bug 400: allow /32 addresses to be used on IPv4 interfaces
2008-11-19 Drop trace notification when outgoing interface is down
2008-10-29 apply icmp patch
2008-10-15 constify
2008-09-02 bug 282: remove Ipv4L4Demux
2008-08-25 bug 273: constify packet pointers.
2008-07-16 Remove some useless code
2008-07-07 Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
2008-06-09 bug 186: internet-node directory must be renamed to internet-stack