julian 2008-08-25 05:49:16 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c ip_var.h
sys/sys vimage.h
Log:
SVN rev 182146 on 2008-08-25 05:49:16Z by julian
Another V_ forgotten
Revision ChangesPath
1.342 +1 -1
julian 2008-08-20 01:24:55 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c tcp_hostcache.c tcp_subr.c
sys/netinet6 in6.c in6_ifattach.c nd6.c nd6_rtr.c
sys/sys sysctl.h
Log:
SVN rev 181888 on 2008-08-20 01:24:55Z by julia
bz 2008-07-12 12:41:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet ip_input.c
Log:
SVN rev 180482 on 2008-07-12 12:41:21Z by bz
MFC: rev. 1.337, svn 180215
Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 1
bz 2008-07-03 12:44:36 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
SVN rev 180215 on 2008-07-03 12:44:36Z by bz
Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029,
generating an RTM_MISS for every IP packet forwarded
bz 2008-04-22 12:02:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet ip_input.c ip_ipsec.c ip_ipsec.h
Log:
MFC: rev. 1.335 ip_input.c, rev. 1.10 ip_ipsec.c, rev. 1.3 ip_ipsec.h
Take the route mtu into account, if available,
bz 2008-04-09 05:17:18 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c ip_ipsec.c ip_ipsec.h
Log:
Take the route mtu into account, if available, when sending an
ICMP unreach, frag needed. Up to now we only looked at the
interface MTU. Make sur
guido 2007-12-19 08:10:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet ip_input.c
Log:
MFC 1.334
Approved by:[EMAIL PROTECTED]
Revision ChangesPath
1.332.2.1 +2 -1 src/sys/netinet/ip_input.c
__
guido 2007-12-17 10:01:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
MFC: 1.334
RevisionChangesPath
1.301.2.15 +2 -1 src/sys/netinet/ip_input.c
___
cv
guido 2007-12-02 13:00:47 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Consider the following situation:
1. A packet comes in that is to be forwarded
2. The destination of the packet is rewritten by some firewall code
3. The next link's
rwatson 2007-05-16 20:46:59 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Remove leading spaces before tabs spotted thanks to silby using
kwrite to read ip_input.c.
Revision ChangesPath
1.328 +3 -3 src/sys/netinet/ip_input.
rwatson 2007-03-25 21:49:50 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Replace a comment about RSVP/mrouting with a different but similar comment
explaining that some more locking is needed. The routing pieces are done,
but there is an in
andre 2007-03-19 19:00:51 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Match up SYSCTL declaration style.
Revision ChangesPath
1.325 +13 -12src/sys/netinet/ip_input.c
___
cvs-all@
bz 2006-11-19 10:07:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
Fix PMTU discovery in IPsec case by using an MTU hint in ICMP unreachable
fragmentation needed other then 0 when we cannot get a security policy
pjd 2006-09-04 10:39:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
MFC:sys/netinet/ip_input.c 1.317,1.318
Set 'fp' variable to NULL after freeing it, so it won't be dereferenced
later.
Found by:
On Fri, May 05, 2006 at 06:24:34AM +, Pawel Jakub Dawidek wrote:
+> pjd 2006-05-05 06:24:34 UTC
+>
+> FreeBSD src repository
+>
+> Modified files:
+> sys/netinet ip_input.c
+> Log:
+> /tmp/cvsTXPIwQ
-F, not -m, grr.
--
Pawel Jakub Dawidek
pjd 2006-05-05 06:36:30 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Force commit to provide correct commit message:
Set 'fp' variable to NULL after freeing it, so it won't be dereferenced
later.
Found by: Coverity Prevent
pjd 2006-05-05 06:24:34 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
/tmp/cvsTXPIwQ
Revision ChangesPath
1.317 +1 -0 src/sys/netinet/ip_input.c
___
cvs-all@freebsd.org mailing
oleg2006-03-04 09:16:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/netinet ip_input.c
Log:
MFC rev. 1.315
Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including
pseudo header) hardware rx checksum offloading
oleg2006-03-04 09:15:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
MFC rev. 1.315
Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including
pseudo header) hardware rx checksum offloading
rwatson 2006-02-13 23:46:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
Merge ip_input.c:1.311 from HEAD to RELENG_6:
Modify the IP fragment reassembly code so that it uses a new UMA zone,
ipq_zone, to alloc
rwatson 2006-02-13 23:44:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
MFC ip_input.c:1.310:
Staticize ipqlock, since it is local to ip_input.c.
Approved by:re (scottl)
Revision ChangesPath
oleg2006-02-07 11:48:10 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including
pseudo header) hardware rx checksum offloading ip_reass() fails to calculate
TCP/UDP checks
andre 2006-01-31 16:17:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
MFC 1.312: In ip_forward() compute MTU always if it hasn't been done before.
Revision ChangesPath
1.301.2.4 +10 -10src/sys/netin
andre 2006-01-24 17:57:19 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
When doing IP forwarding with [FAST_]IPSEC compiled into the kernel
ip_forward() would report back a zero MTU in ICMP needfrag messages
because on a IPSEC SP lookup fai
rwatson 2006-01-15 18:58:21 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Modify the IP fragment reassembly code so that it uses a new UMA zone,
ipq_zone, to allocate fragment headers from, rather than using cast mbuf
storage. This was one o
rwatson 2006-01-15 17:05:49 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
Staticize ipqlock, since it is local to ip_input.c.
MFC after: 3 days
Revision ChangesPath
1.310 +1 -1 src/sys/netinet/ip_input.c
___
andre 2005-11-19 17:04:52 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c ip_options.c
Log:
Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't
have any know to enable it from userland and could only be enabled by
either setting
andre 2005-11-18 14:44:48 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
In ip_forward() copy as much into the temporary error mbuf as we
have free space in it. Allocate correct mbuf from the beginning.
This allows icmp_error() to quote the
28 matches
Mail list logo