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
*
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
*
During a flood, we don't call rtfree(), but we remove the entry ourselves.
bmilekic
2001-03-04
1
-13
/
+7
*
Disable interface checking for packets subject to "ipfw fwd".
truckman
2001-03-04
1
-3
/
+4
*
Disable interface checking when IP forwarding is engaged so that packets
truckman
2001-03-04
1
-10
/
+45
*
Add a new sysctl net.inet.ip.check_interface, which will verify that
jlemon
2001-03-02
1
-1
/
+5
*
Fix jails.
phk
2001-02-28
1
-0
/
+3
*
When iterating over our list of interface addresses in order to determine
jlemon
2001-02-27
1
-14
/
+18
*
The TCP header-specific section suffered a little bit of bitrot recently:
billf
2001-02-27
1
-1
/
+1
*
Use more aggressive retransmit timeouts for the initial SYN packet.
jlemon
2001-02-26
1
-1
/
+7
*
Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.
jlemon
2001-02-26
6
-196
/
+72
*
Remove struct full_tcpiphdr{}.
asmodai
2001-02-26
1
-10
/
+0
*
Remove conditionals for vax support.
asmodai
2001-02-26
1
-5
/
+0
*
Remove tcp_drop_all_states, which is unneeded after jlemon removed it
jesper
2001-02-25
1
-1
/
+0
*
Do not delay a new ack if there already is a delayed ack pending on the
jlemon
2001-02-25
2
-10
/
+22
*
When converting soft error into a hard error, drop the connection. The
jlemon
2001-02-23
2
-6
/
+14
*
Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to
jlemon
2001-02-23
4
-182
/
+38
*
Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c
jesper
2001-02-22
5
-74
/
+95
*
Backout change in 1.153, as it violate rfc1122 section 3.2.1.3.
jesper
2001-02-21
1
-12
/
+1
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
4
-15
/
+19
[next]