index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_fastfwd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-1
/
+1
*
Add FBSDID to all files in netinet so that people can more
silby
2007-10-07
1
-2
/
+3
*
In IPv4 fast forwarding path, send ICMP unreachable messages for
bms
2007-03-18
1
-1
/
+2
*
When fast-forwarding is enabled, do not forward directed IPv4 broadcasts
bms
2007-02-05
1
-2
/
+4
*
In fast forwarding path, defer processing of 169.254.0.0/16
bms
2007-02-03
1
-0
/
+2
*
Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...
julian
2006-08-17
1
-5
/
+1
*
Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED
glebius
2006-04-18
1
-2
/
+6
*
Somewhat re-factor the read/write locking mechanism associated with the packet
csjp
2006-02-02
1
-2
/
+2
*
Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer
andre
2006-01-18
1
-18
/
+18
*
Consolidate all IP Options handling functions into ip_options.[ch] and
andre
2005-11-18
1
-0
/
+1
*
Use monotonic 'time_uptime' instead of 'time_second' as timebase
andre
2005-09-19
1
-1
/
+1
*
Handle pure layer 2 broad- and multicasts properly and simplify related
andre
2005-08-22
1
-19
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+1
*
Misc spelling and/or English fixes in comments.
keramida
2005-07-23
1
-12
/
+12
*
Pass icmp_error() the MTU argument directly instead of
andre
2005-05-04
1
-6
/
+6
*
- Don't free mbuf, passed to interface output method if the latter
glebius
2005-03-29
1
-2
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Fix a double-free in the 'hlen > m->m_len' sanity check.
andre
2004-11-09
1
-1
/
+1
*
Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check.
andre
2004-11-06
1
-2
/
+2
*
When performing IP fast forwarding, immediately drop traffic which is
bms
2004-11-04
1
-0
/
+6
*
Make comments more clear. Change the order of one if() statement to check the
andre
2004-10-19
1
-3
/
+8
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-2
/
+2
*
Fix ip_input() fallback for the destination modified cases (from the packet
andre
2004-09-13
1
-6
/
+4
*
Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion.
andre
2004-08-27
1
-1
/
+0
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
1
-5
/
+9
*
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
andre
2004-08-17
1
-200
/
+32
*
Make use of in_localip() function and replace previous direct LIST_FOREACH
andre
2004-08-11
1
-45
/
+39
*
Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.
andre
2004-08-11
1
-1
/
+2
*
Make IP fastforwarding ALTQ-aware by adding the input traffic conditioner
andre
2004-08-11
1
-0
/
+10
*
Those are unneeded too.
pjd
2004-06-27
1
-1
/
+0
*
Add two missing includes and remove two uneeded.
pjd
2004-06-27
1
-1
/
+0
*
Provide the sysctl net.inet.ip.process_options to control the processing
andre
2004-05-06
1
-2
/
+10
*
Back out a change that slipped into the previous commit for which other
andre
2004-05-03
1
-10
/
+2
*
Optimize IP fastforwarding some more:
andre
2004-05-03
1
-95
/
+114
*
Re-remove MT_TAGs. The problems with dummynet have been fixed now.
mlaier
2004-02-25
1
-80
/
+32
*
Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is
mlaier
2004-02-18
1
-18
/
+67
*
This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing
mlaier
2004-02-13
1
-67
/
+18
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-5
/
+4
*
Remove RTF_PRCLONING from routing table and adjust users of it
andre
2003-11-20
1
-2
/
+2
*
Make two casts correct for all types of 64bit platforms.
andre
2003-11-16
1
-2
/
+2
*
Correct a cast to make it compile on 64bit platforms (noticed by tinderbox)
andre
2003-11-15
1
-6
/
+6
*
Introduce ip_fastforward and remove ip_flow.
andre
2003-11-14
1
-0
/
+806