summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fastfwd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Those are unneeded too.pjd2004-06-271-1/+0
* Add two missing includes and remove two uneeded.pjd2004-06-271-1/+0
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-061-2/+10
* Back out a change that slipped into the previous commit for which otherandre2004-05-031-10/+2
* Optimize IP fastforwarding some more:andre2004-05-031-95/+114
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-80/+32
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-18/+67
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-67/+18
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-5/+4
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-2/+2
* Make two casts correct for all types of 64bit platforms.andre2003-11-161-2/+2
* Correct a cast to make it compile on 64bit platforms (noticed by tinderbox)andre2003-11-151-6/+6
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-0/+806
OpenPOWER on IntegriCloud