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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with recent KAME.
ume
2001-06-11
22
-459
/
+697
*
Make the default value of net.inet.ip.maxfragpackets and
jesper
2001-06-10
1
-2
/
+3
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
2
-2
/
+2
*
Move IPFilter into contrib.
jlemon
2001-06-07
20
-14535
/
+0
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
2
-2
/
+2
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
2
-4
/
+4
*
Silby's take one on increasing FreeBSD's resistance to SYN floods:
jesper
2001-06-06
2
-2
/
+28
*
Add BSD-style copyright headers
brian
2001-06-04
9
-17
/
+253
*
Change to a standard BSD-style copyright
brian
2001-06-04
1
-13
/
+22
*
Prevent denial of service using bogus fragmented IPv4 packets.
jesper
2001-06-03
1
-0
/
+31
*
Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.
kris
2001-06-01
6
-0
/
+234
*
Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.
obrien
2001-06-01
1
-31
/
+0
*
Prevent denial of service using bogus fragmented IPv4 packets.
jesper
2001-05-31
1
-0
/
+31
*
Disable rfc1323 and rfc1644 TCP extensions if we havn't got
jesper
2001-05-31
1
-0
/
+9
*
Add an integer field to keep protocol-specific flags with links.
ru
2001-05-30
3
-15
/
+20
*
Inline TCP_REASS() in the single location where it's used,
jesper
2001-05-29
2
-66
/
+60
*
properly delay acks in half-closed TCP connections
jesper
2001-05-29
2
-2
/
+2
*
In in_ifadown(), differentiate between whether the interface goes
ru
2001-05-11
4
-11
/
+15
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+4
*
Say goodbye to TCP_COMPAT_42
jesper
2001-04-20
7
-73
/
+0
*
Randomize the TCP initial sequence numbers more thoroughly.
kris
2001-04-17
8
-8
/
+161
*
fix security hole created by fragment cache
darrenr
2001-04-06
5
-10
/
+36
*
pipe/queue are the only consumers of flow_id, so only set it in those cases
billf
2001-04-06
1
-1
/
+1
*
MFC candidate.
jesper
2001-03-28
3
-3
/
+5
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-1
/
+1
*
Add a missing m_pullup() before a mtod() in in_arpinput().
yar
2001-03-27
1
-0
/
+6
*
Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state.
simokawa
2001-03-27
1
-1
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Make header files conform to style(9).
brian
2001-03-25
6
-326
/
+311
*
Remove an extraneous declaration.
brian
2001-03-25
1
-1
/
+0
*
IPv4 address is not unsigned int. This change introduces in_addr_t.
ume
2001-03-23
1
-1
/
+1
*
Remove (non-protected) variable names from function prototypes.
brian
2001-03-22
1
-7
/
+5
*
Only flush rules that have a rule number above that set by a new
paul
2001-03-21
1
-8
/
+17
*
Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few
des
2001-03-19
2
-24
/
+2
*
Invalidate cached forwarding route (ipforward_rt) whenever a new route
ru
2001-03-19
3
-1
/
+14
*
Make sure the cached forwarding route (ipforward_rt) is still up before
ru
2001-03-18
1
-19
/
+7
*
<sys/queue.h> makeover.
phk
2001-03-16
6
-56
/
+48
*
Fix a style(9) nit.
phk
2001-03-16
1
-1
/
+1
*
net/route.c:
ru
2001-03-15
2
-10
/
+19
*
RFC768 (UDP) requires that "if the computed checksum is zero, it
ru
2001-03-13
1
-3
/
+5
*
Count and show incoming UDP datagrams with no checksum.
ru
2001-03-13
1
-1
/
+2
*
Correctly cleanup in case of failure to bind a pcb.
phk
2001-03-12
1
-7
/
+10
*
Unbreak LINT.
jlemon
2001-03-12
1
-5
/
+17
*
In ip_output(), initialise `ia' in the case where the packet has
iedowse
2001-03-11
1
-0
/
+1
*
Make it possible to use IP_TTL and IP_TOS setsockopt(2) options
ru
2001-03-09
2
-3
/
+4
*
Push the test for a disconnected socket when accept()ing down to the
jlemon
2001-03-09
1
-0
/
+8
*
The TCP sequence number used for sending a RST with the ipfw reset rule
jlemon
2001-03-09
1
-1
/
+1
*
It was possible for ip_forward() to supply to icmp_error()
iedowse
2001-03-08
2
-8
/
+17
*
Modify the comments to more closely resemble the English language.
truckman
2001-03-05
1
-5
/
+4
*
Move the loopback net check closer to the beginning of ip_input() so that
truckman
2001-03-05
1
-14
/
+26
[next]