aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fastfwd.c
Commit message (Expand)AuthorAgeFilesLines
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-221-12/+17
* ip_fastfwd: style(9) tidy for r367628Ed Maste2020-11-131-4/+5
* Followup pointed out by ae@George V. Neville-Neil2020-11-131-1/+5
* An earlier commit effectively turned out the fast forwading pathGeorge V. Neville-Neil2020-11-121-2/+56
* Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection toAlexander V. Chernikov2020-04-141-17/+24
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+1
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-9/+7
* Fix "ipfw fwd" to work for incoming IPv4 packets when ip_tryforward() choosesEugene Grosbein2018-09-051-2/+24
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-231-3/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* When we are sending IP fragments, update ip pointers in IP_PROBE() forAndrey V. Elsukov2016-12-291-2/+3
* Rework ip_tryforward() to use FIB4 KPI.Andrey V. Elsukov2016-11-281-90/+45
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-091-1/+0
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Replace the fastforward path with tryforward which does not require aGeorge V. Neville-Neil2015-11-051-112/+5
* Remove incorrect layering violating code that:Gleb Smirnoff2015-01-121-11/+0
* Remove kernel handling of ICMP_SOURCEQUENCH.Alexander V. Chernikov2014-11-101-1/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-1/+1
* Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, andHiroki Sato2014-09-151-2/+2
* Clean up unused CSUM_FRAGMENT.Gleb Smirnoff2014-09-031-2/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-5/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-251-0/+5
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-191-0/+8
* Remove the recently added sysctl variable net.pfil.forward.Andrey V. Elsukov2012-11-021-1/+2
* o Remove last argument to ip_fragment(), and obtain all needed informationGleb Smirnoff2012-10-261-3/+1
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnAndrey V. Elsukov2012-10-251-16/+4
* A step in resolving mess with byte ordering for AF_INET. After this change:Gleb Smirnoff2012-10-061-22/+7
* 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