summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fastfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a double-free in the 'hlen > m->m_len' sanity check.andre2004-11-091-1/+1
* Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check.andre2004-11-061-2/+2
* When performing IP fast forwarding, immediately drop traffic which isbms2004-11-041-0/+6
* Make comments more clear. Change the order of one if() statement to check theandre2004-10-191-3/+8
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-2/+2
* Fix ip_input() fallback for the destination modified cases (from the packetandre2004-09-131-6/+4
* Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion.andre2004-08-271-1/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-5/+9
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-200/+32
* Make use of in_localip() function and replace previous direct LIST_FOREACHandre2004-08-111-45/+39
* Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.andre2004-08-111-1/+2
* Make IP fastforwarding ALTQ-aware by adding the input traffic conditionerandre2004-08-111-0/+10
* 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