src/internet-stack/ipv4-l3-protocol.h
2009-08-06 Source NAT working! Run (examples/netfilter-example.cc)
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-21 move list routing and static routing to src/routing directories
2009-06-21 cleanup ip alias unfinished cases (bug 591)
2009-06-13 fix for bug 588
2009-06-12 Remove static routing dependencies in code
2009-06-19 bug 491: It is painful to enable all checksums
2009-05-30 Doxygen cleanup
2009-05-28 src/ and utils/ changes for IPv4 routing rework
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
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-07 Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
2008-06-13 Update the internet-stack documentation
2008-06-09 bug 186: internet-node directory must be renamed to internet-stack