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
*
Avoid a NULL pointer derefence introduced in rev. 1.129.
ru
2001-07-23
1
-24
/
+21
*
Backout non-functional changes from revision 1.128.
ru
2001-07-19
1
-13
/
+9
*
Skip the route checking in the case of multicast packets with known
dcs
2001-07-17
1
-9
/
+22
*
Backout damage to the INADDR_TO_IFP() macro in revision 1.7.
ru
2001-07-17
1
-12
/
+5
*
Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k.
obrien
2001-07-13
1
-2
/
+2
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Temporary feature: Runtime tuneable tcp initial sequence number
silby
2001-07-08
8
-6
/
+77
*
gif(4) and stf(4) modernization:
brooks
2001-07-02
3
-52
/
+4
*
While in there fixing a fragment logging bug, fix it so we log
cjc
2001-07-02
1
-8
/
+11
*
Backout CSRG revision 7.22 to this file (if in_losing notices an
ru
2001-06-29
1
-3
/
+2
*
Fixed the brain-o in rev. 1.10: the logic check was reversed.
ru
2001-06-27
1
-1
/
+1
*
Bring in fix from NetBSD's revision 1.16:
ru
2001-06-26
1
-1
/
+7
*
Allow getcred sysctl to work in jailed root processes. Processes can
dwmalone
2001-06-24
3
-17
/
+35
*
Replace bzero() of struct ip with explicit zeroing of structure members,
jlemon
2001-06-23
2
-4
/
+12
*
Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.
ru
2001-06-23
6
-6
/
+6
*
Eliminate the allocation of a tcp template structure for each
silby
2001-06-23
8
-135
/
+122
*
- Renumber KAME local ICMP types and NDP options numberes beacaues they
sumikawa
2001-06-21
1
-6
/
+8
*
made sure to use the correct sa_len for rtalloc().
ume
2001-06-20
2
-4
/
+4
*
Do not perform arp send/resolve on an interface marked NOARP.
jlemon
2001-06-15
1
-1
/
+9
*
Fix a stack of KAME netinet6/in6.h warnings:
peter
2001-06-15
1
-2
/
+4
*
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
[next]