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
*
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
*
Relocate the KASSERT for a null recvif to a location where it will
jlemon
2001-10-25
1
-1
/
+1
*
Add a hash table that contains the list of internet addresses, and use
jlemon
2001-09-29
1
-13
/
+20
*
Make faith loadable, unloadable, and clonable.
brooks
2001-09-25
1
-7
/
+1
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-3
/
+3
*
Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.
ru
2001-06-23
1
-1
/
+1
*
Sync with recent KAME.
ume
2001-06-11
1
-9
/
+0
*
MFC candidate.
jesper
2001-03-28
1
-1
/
+1
*
Make it possible to use IP_TTL and IP_TOS setsockopt(2) options
ru
2001-03-09
1
-1
/
+1
*
It was possible for ip_forward() to supply to icmp_error()
iedowse
2001-03-08
1
-1
/
+3
*
Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to
jlemon
2001-02-23
1
-47
/
+15
*
Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify
phk
2001-02-18
1
-15
/
+33
*
Clean up RST ratelimiting. Previously, ratelimiting occured before tests
bmilekic
2001-02-11
1
-5
/
+5
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Use getmicrotime() instead of microtime() when timestamping ICMP packets,
billf
2000-12-16
1
-1
/
+1
*
We currently does not react to ICMP administratively prohibited
phk
2000-12-16
1
-0
/
+15
[next]