summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fastfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-5/+4
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+5
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-0/+8
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-1/+2
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-3/+1
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-16/+4
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-22/+7
* Use correct field to track statistics counting error as bad header length.bz2010-12-051-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-4/+5
* Correct comment.pjd2009-09-061-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-8/+5
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-17/+17
* This main goals of this project are:qingli2008-12-151-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-2/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-19/+20
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* In IPv4 fast forwarding path, send ICMP unreachable messages forbms2007-03-181-1/+2
* When fast-forwarding is enabled, do not forward directed IPv4 broadcastsbms2007-02-051-2/+4
* In fast forwarding path, defer processing of 169.254.0.0/16bms2007-02-031-0/+2
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-171-5/+1
* Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDEDglebius2006-04-181-2/+6
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-2/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-18/+18
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-1/+1
* Handle pure layer 2 broad- and multicasts properly and simplify relatedandre2005-08-221-19/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+1
* Misc spelling and/or English fixes in comments.keramida2005-07-231-12/+12
* Pass icmp_error() the MTU argument directly instead ofandre2005-05-041-6/+6
* - Don't free mbuf, passed to interface output method if the latterglebius2005-03-291-2/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* 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
OpenPOWER on IntegriCloud