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
*
Cast sizeof() calls to be of type (int) when they appear in a signed
jlemon
2000-05-17
1
-3
/
+4
*
Do not call icmp_error() if ipfirewall(4) denied packet.
ru
2000-05-15
1
-0
/
+4
*
correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.
itojun
2000-05-10
1
-0
/
+4
*
Add support for offloading IP/TCP/UDP checksums to NIC hardware which
jlemon
2000-03-27
1
-3
/
+14
*
Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,
guido
2000-02-23
1
-4
/
+0
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-2
/
+2
*
Move definition of fw_enable from ip_fw.c to ip_input.c
luigi
2000-02-10
1
-0
/
+1
*
Support the net.inet.ip.fw.enable variable, part of
luigi
2000-02-10
1
-1
/
+1
*
Move the *intrq variables into net/intrq.c and unconditionally
brian
2000-01-24
1
-1
/
+2
*
IPSEC support in the kernel.
shin
1999-12-22
1
-19
/
+123
*
Revive mlfk_ipl here. This version is slightly changed from
guido
1999-12-06
1
-5
/
+0
*
Miscellaneous fixes/cleanups relating to ipfw and divert(4):
archie
1999-12-06
1
-73
/
+100
*
Include the correct header for the IPSTEALTH option.
des
1999-08-29
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Made net.inet.ip.intr_queue_maxlen writeable.
dg
1999-05-27
1
-2
/
+2
*
Free the dummynet descriptor in ip_dummynet, not in the called
luigi
1999-05-04
1
-3
/
+1
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-11
/
+12
*
Tidy up some stray / unused stuff in the IPFW package and friends.
peter
1999-04-20
1
-35
/
+1
*
Fix the 'fwd' option to ipfw when asked to divert to another machine.
julian
1999-03-12
1
-7
/
+24
*
Add support for stealth forwarding (forwarding packets without touching
des
1999-02-22
1
-5
/
+18
*
After wading in the cesspool of ip_input for an hour, I have managed to
wollman
1999-02-09
1
-10
/
+8
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Don't forward unicast packets received via link-layer multicast.
wollman
1999-01-22
1
-2
/
+2
*
Add #ifdef's to avoid unused label warning in some cases.
eivind
1999-01-12
1
-1
/
+3
*
Recover from previous dummynet screwup
luigi
1998-12-21
1
-28
/
+19
*
Last bits (i think) of dummynet for -current.
luigi
1998-12-14
1
-35
/
+94
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Make the previous fix more portable.
dfr
1998-11-16
1
-4
/
+4
*
Fix printf format errors on alpha.
dfr
1998-11-15
1
-4
/
+4
*
Be sure to pullup entire IP header when dealing with fragment packets.
dg
1998-11-11
1
-2
/
+2
*
Some optimisations to the fragment reassembly code.
dfr
1998-10-27
1
-19
/
+14
*
Fix a bug in the new fragment reassembly code which was tickled by recieving
dfr
1998-10-27
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-4
/
+1
*
Ensure that m_nextpkt is set to NULL after reassembling fragments.
dfr
1998-09-10
1
-1
/
+3
*
Re-implement tcp and ip fragment reassembly to not store pointers in the
dfr
1998-08-24
1
-90
/
+80
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-2
/
+5
*
Fixed printf format errors.
bde
1998-08-17
1
-2
/
+3
*
Fixed some longs that should have been fixed-sized types.
bde
1998-07-13
1
-2
/
+2
*
When not acting as a router (ipforwarding=0), silently discard source
dg
1998-07-08
1
-10
/
+21
*
oops ended comment before the comment ended..
julian
1998-07-06
1
-2
/
+2
*
Bring back some slight cleanups from 2.2
julian
1998-07-06
1
-3
/
+10
*
Fix braino in switching to TAILQ macro.
julian
1998-07-06
1
-2
/
+2
*
Support for IPFW based transparent forwarding.
julian
1998-07-06
1
-12
/
+48
*
Remove the option to keep IPFW diversion backwards compatible
julian
1998-07-02
1
-2
/
+3
*
Go through the loopback code with a broom..
julian
1998-06-12
1
-7
/
+2
*
Make sure the default value of a dummy variable is 0
julian
1998-06-06
1
-2
/
+2
*
Fix wrong data type for a pointer.
julian
1998-06-06
1
-2
/
+2
*
clean up the changes made to ipfw over the last weeks
julian
1998-06-06
1
-25
/
+9
*
Reverse the default sense of the IPFW/DIVERT reinjection code
julian
1998-06-05
1
-9
/
+9
*
Add optional code to change the way that divert and ipfw work together.
julian
1998-05-25
1
-2
/
+25
[next]