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_icmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add descriptions for the sysctls:
keramida
2006-03-20
1
-4
/
+4
*
Fix build.
glebius
2006-01-23
1
-1
/
+1
*
Simplify ip_next_mtu() and make its logic more easy to see while
andre
2006-01-23
1
-19
/
+12
*
Consolidate all IP Options handling functions into ip_options.[ch] and
andre
2005-11-18
1
-0
/
+1
*
Rework icmp_error() to deal with truncated IP packets from
andre
2005-11-18
1
-48
/
+54
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-2
/
+2
*
o Fix a logic error when not doing mbuf cluster allocation.
andre
2005-08-22
1
-4
/
+5
*
Always quote the entire TCP header when responding and allocate an mbuf
andre
2005-08-22
1
-4
/
+24
*
Commit correct version of the change and note the name of the new
andre
2005-08-21
1
-1
/
+1
*
Add a sysctl to change to length of the quotation of the original
andre
2005-08-21
1
-1
/
+12
*
Add an option to have ICMP replies to non-local packets generated with
andre
2005-08-21
1
-0
/
+19
*
Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().
andre
2005-05-04
1
-2
/
+2
*
Pass icmp_error() the MTU argument directly instead of
andre
2005-05-04
1
-4
/
+4
*
Move Path MTU discovery ICMP processing from icmp_input() to
andre
2005-04-21
1
-45
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Remove the last two global variables that are used to store packet state while
andre
2004-09-15
1
-1
/
+1
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
1
-6
/
+6
*
Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated
mlaier
2004-07-17
1
-11
/
+5
*
Remove erroneous semicolons.
stefanf
2004-07-13
1
-1
/
+1
*
do not send icmp response if the original packet is encrypted.
ume
2004-06-07
1
-0
/
+3
*
o IFNAMSIZ does include the trailing \0.
maxim
2004-05-07
1
-1
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Tweak existing header and other build infrastructure to be able to build
mlaier
2004-02-26
1
-1
/
+12
*
Add sysctl net.inet.icmp.reply_src to specify the interface name
andre
2004-02-02
1
-0
/
+19
*
More verbose description of the source ip address selection for ICMP replies.
andre
2004-02-02
1
-5
/
+16
*
Limiters and sanity checks for TCP MSS (maximum segement size)
andre
2004-01-08
1
-2
/
+4
*
According to RFC1812 we have to ignore ICMP redirects when we
andre
2004-01-06
1
-1
/
+5
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-29
/
+28
*
Remove RTF_PRCLONING from routing table and adjust users of it
andre
2003-11-20
1
-1
/
+1
*
Remove the global one-level rtcache variable and associated
andre
2003-11-14
1
-11
/
+5
*
Move global variables for icmp_input() to its stack. With SMP or
andre
2003-11-13
1
-10
/
+18
*
Introduce the notion of "persistent mbuf tags"; these are tags that stay
sam
2003-10-29
1
-0
/
+1
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
1
-2
/
+2
*
Introduce two new MAC Framework and MAC policy entry points:
rwatson
2003-08-21
1
-0
/
+3
*
Add a sysctl node allowing the specification of an address mask to use
mdodd
2003-03-21
1
-2
/
+9
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
correct style bogons
sam
2002-12-30
1
-4
/
+2
*
replace the special-purpose rate-limiting code with the general facility
sam
2002-12-21
1
-38
/
+28
*
Fix two instances of variant struct definitions in sys/netinet:
phk
2002-10-20
1
-8
/
+9
*
Tie new "Fast IPsec" code into the build. This involves the usual
sam
2002-10-16
1
-0
/
+6
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+5
*
Prevent icmp_reflect() from calling ip_output() with a NULL route
ru
2002-03-22
1
-2
/
+2
*
Remove __P.
alfred
2002-03-19
1
-4
/
+4
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-3
/
+3
*
Fix a panic condition in icmp_reflect() introduced in rev. 1.61.
ru
2002-01-11
1
-2
/
+2
*
whitespace fixes.
jlemon
2001-12-14
1
-6
/
+6
*
- Make ip_rtaddr() global, and use it to look up the correct source
ru
2001-11-30
1
-26
/
+14
*
In icmp_reflect(): If the packet was not addressed to us and was
dd
2001-11-27
1
-2
/
+15
[next]