aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fastfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct field to track statistics counting error as bad header length.Bjoern A. Zeeb2010-12-051-1/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-111-4/+5
* Correct comment.Pawel Jakub Dawidek2009-09-061-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-8/+5
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-17/+17
* This main goals of this project are:Qing Li2008-12-151-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-1/+3
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-2/+4
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-19/+20
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* In IPv4 fast forwarding path, send ICMP unreachable messages forBruce M Simpson2007-03-181-1/+2
* When fast-forwarding is enabled, do not forward directed IPv4 broadcastsBruce M Simpson2007-02-051-2/+4
* In fast forwarding path, defer processing of 169.254.0.0/16Bruce M Simpson2007-02-031-0/+2
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...Julian Elischer2006-08-171-5/+1
* Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDEDGleb Smirnoff2006-04-181-2/+6
* Somewhat re-factor the read/write locking mechanism associated with the packetChristian S.J. Peron2006-02-021-2/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-181-18/+18
* Consolidate all IP Options handling functions into ip_options.[ch] andAndre Oppermann2005-11-181-0/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseAndre Oppermann2005-09-191-1/+1
* Handle pure layer 2 broad- and multicasts properly and simplify relatedAndre Oppermann2005-08-221-19/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+1
* Misc spelling and/or English fixes in comments.Giorgos Keramidas2005-07-231-12/+12
* Pass icmp_error() the MTU argument directly instead ofAndre Oppermann2005-05-041-6/+6
* - Don't free mbuf, passed to interface output method if the latterGleb Smirnoff2005-03-291-2/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Fix a double-free in the 'hlen > m->m_len' sanity check.Andre Oppermann2004-11-091-1/+1
* Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check.Andre Oppermann2004-11-061-2/+2
* When performing IP fast forwarding, immediately drop traffic which isBruce M Simpson2004-11-041-0/+6
* Make comments more clear. Change the order of one if() statement to check theAndre Oppermann2004-10-191-3/+8
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-2/+2
* Fix ip_input() fallback for the destination modified cases (from the packetAndre Oppermann2004-09-131-6/+4
* Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion.Andre Oppermann2004-08-271-1/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-5/+9
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-200/+32
* Make use of in_localip() function and replace previous direct LIST_FOREACHAndre Oppermann2004-08-111-45/+39
* Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.Andre Oppermann2004-08-111-1/+2
* Make IP fastforwarding ALTQ-aware by adding the input traffic conditionerAndre Oppermann2004-08-111-0/+10
* Those are unneeded too.Pawel Jakub Dawidek2004-06-271-1/+0
* Add two missing includes and remove two uneeded.Pawel Jakub Dawidek2004-06-271-1/+0
* Provide the sysctl net.inet.ip.process_options to control the processingAndre Oppermann2004-05-061-2/+10
* Back out a change that slipped into the previous commit for which otherAndre Oppermann2004-05-031-10/+2
* Optimize IP fastforwarding some more:Andre Oppermann2004-05-031-95/+114
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-80/+32