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_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consider the following situation:
guido
2007-12-02
1
-1
/
+2
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-6
/
+6
*
Add FBSDID to all files in netinet so that people can more
silby
2007-10-07
1
-1
/
+3
*
Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.
bz
2007-08-05
1
-1
/
+1
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-10
/
+10
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-10
/
+10
*
Remove leading spaces before tabs spotted thanks to silby using
rwatson
2007-05-16
1
-3
/
+3
*
Move universally to ANSI C function declarations, with relatively
rwatson
2007-05-10
1
-20
/
+14
*
Replace a comment about RSVP/mrouting with a different but similar comment
rwatson
2007-03-25
1
-5
/
+4
*
Match up SYSCTL declaration style.
andre
2007-03-19
1
-12
/
+13
*
In regular forwarding path, reject packets destined for 169.254.0.0/16
bms
2007-02-03
1
-0
/
+6
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
revert last change.. premature.. need to wait until if_ethersubr.c
julian
2006-10-21
1
-0
/
+12
*
Move some variables to a more likely place
julian
2006-10-20
1
-12
/
+0
*
Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...
julian
2006-08-17
1
-4
/
+0
*
Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing
mlaier
2006-05-12
1
-1
/
+0
*
/tmp/cvsTXPIwQ
pjd
2006-05-05
1
-0
/
+1
*
Allow for nmbclusters and maxsockets to be increased via sysctl.
ps
2006-04-21
1
-0
/
+13
*
Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including
oleg
2006-02-07
1
-0
/
+7
*
Somewhat re-factor the read/write locking mechanism associated with the packet
csjp
2006-02-02
1
-1
/
+1
*
Move the IPSEC related code blocks to their own file to unclutter
andre
2006-02-01
1
-165
/
+15
*
When doing IP forwarding with [FAST_]IPSEC compiled into the kernel
andre
2006-01-24
1
-8
/
+10
*
Modify the IP fragment reassembly code so that it uses a new UMA zone,
rwatson
2006-01-15
1
-21
/
+81
*
Staticize ipqlock, since it is local to ip_input.c.
rwatson
2006-01-15
1
-1
/
+1
*
Fix -Wundef.
ru
2005-12-04
1
-1
/
+1
*
Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't
andre
2005-11-19
1
-16
/
+0
*
Consolidate all IP Options handling functions into ip_options.[ch] and
andre
2005-11-18
1
-452
/
+1
*
In ip_forward() copy as much into the temporary error mbuf as we
andre
2005-11-18
1
-3
/
+2
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-2
/
+1
*
Use the correct mbuf type for MGET().
andre
2005-08-30
1
-1
/
+1
*
Introduce in_multi_mtx, which will protect IPv4-layer multicast address
rwatson
2005-08-03
1
-0
/
+2
*
Remove spl() calls from ip_slowtimo(), as IP fragment queue locking was
rwatson
2005-07-19
1
-2
/
+0
*
Pass icmp_error() the MTU argument directly instead of
andre
2005-05-04
1
-18
/
+8
*
o Nano optimize ip_reass() code path for the first fragment: do not
maxim
2005-04-08
1
-5
/
+3
*
plug resource leak
sam
2005-03-16
1
-1
/
+3
*
fix potential invalid index into ip_protox array
sam
2005-02-23
1
-2
/
+2
*
Bring back the full packet destination manipulation for 'ipfw fwd'
andre
2005-02-22
1
-0
/
+12
*
Add CARP (Common Address Redundancy Protocol), which allows multiple
glebius
2005-02-22
1
-0
/
+11
*
Prefer (NULL) spelling of (0) for pointers.
rwatson
2005-01-30
1
-9
/
+9
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Port randomization leads to extremely fast port reuse at high
silby
2005-01-02
1
-0
/
+14
*
Support for dynamically loadable and unloadable IP protocols in the ipmux.
andre
2004-10-19
1
-1
/
+62
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-1
/
+1
*
o Turn net.inet.ip.check_interface sysctl off by default.
maxim
2004-09-24
1
-1
/
+1
*
Fix an out of bounds write during the initialization of the PF_INET protocol
andre
2004-09-16
1
-4
/
+14
*
Clarify some comments for the M_FASTFWD_OURS case in ip_input().
andre
2004-09-15
1
-4
/
+4
*
Remove the last two global variables that are used to store packet state while
andre
2004-09-15
1
-35
/
+44
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
1
-17
/
+11
*
Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts
andre
2004-08-19
1
-0
/
+1
*
Fix build of ip_input.c with "options IPSEC" -- the "pass:" label
rwatson
2004-08-18
1
-1
/
+1
[next]