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
*
Add support for SCTP/UDP/IPV6.
tuexen
2012-11-17
4
-64
/
+86
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
7
-18
/
+46
*
Initialize hdrlen to 0 to avoid clang warning in NOINET case.
rdivacky
2012-11-10
1
-0
/
+1
*
Cleanup some whitspace in this file to get it out of an upcoming patch.
bz
2012-11-08
1
-14
/
+14
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
6
-5
/
+55
*
Add some missing changes missed in the last commit.
tuexen
2012-11-07
2
-4
/
+7
*
Improve PR-SCTP if used in combination with NR-SACK.
tuexen
2012-11-07
2
-2
/
+6
*
Fix typo; s/ouput/output
kevlo
2012-11-07
1
-1
/
+1
*
Fix possible spurious sbunlock in sctp_sorecvmsg.
mjg
2012-11-06
1
-1
/
+1
*
Move from early SSN assignment to late SSN assignment.
tuexen
2012-11-05
4
-91
/
+71
*
Back out r242262. The simplified window change/update logic wasn't
andre
2012-11-05
1
-47
/
+16
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
6
-22
/
+22
*
Whitespace changes due to upstream integration of SCTP changes in the
tuexen
2012-10-29
2
-39
/
+31
*
Add braces (as used elsewhere in the SCTP code).
tuexen
2012-10-29
1
-2
/
+2
*
Use ntohs() and htons() in correct order. However, this doesn't change
tuexen
2012-10-29
1
-1
/
+1
*
Forced commit to provide the correct commit message to r242251:
andre
2012-10-29
1
-3
/
+3
*
Define the delayed ACK timeout value directly as hz/10 instead of
andre
2012-10-29
1
-1
/
+1
*
If the user has closed the socket then drop a persisting connection
andre
2012-10-28
1
-0
/
+10
*
Increase the initial CWND to 10 segments as defined in IETF TCPM
andre
2012-10-28
2
-0
/
+14
*
Update comment to reflect the change made in r242263.
andre
2012-10-28
1
-1
/
+1
*
Add SACK_PERMIT to the list of TCP options that are switched off after
andre
2012-10-28
1
-1
/
+1
*
Simplify and enhance the window change/update acceptance logic,
andre
2012-10-28
1
-16
/
+47
*
For retransmits of SYN|ACK from the syncache use the slightly more
andre
2012-10-28
2
-1
/
+2
*
When retransmitting SYN in TCPS_SYN_SENT state use TCPTV_RTOBASE,
andre
2012-10-28
1
-1
/
+1
*
Remove bogus 'else' in #ifdef that prevented the rttvar from being reset
andre
2012-10-28
1
-1
/
+0
*
Allow arbitrary MSS sizes and don't mind about the cluster size anymore.
andre
2012-10-28
1
-11
/
+2
*
Change the syncache count reporting the current number of entries
andre
2012-10-28
2
-9
/
+15
*
Simplify implementation of net.inet.tcp.reass.maxsegments and
andre
2012-10-28
1
-17
/
+11
*
Prevent a flurry of forced window updates when an application is
andre
2012-10-28
1
-11
/
+29
*
When SYN or SYN/ACK had to be retransmitted RFC5681 requires us to
andre
2012-10-28
1
-2
/
+6
*
When SYN or SYN/ACK had to be retransmitted RFC5681 requires us to
andre
2012-10-28
3
-6
/
+19
*
Adjust the initial default CWND upon connection establishment to the
andre
2012-10-28
1
-2
/
+9
*
o Remove last argument to ip_fragment(), and obtain all needed information
glebius
2012-10-26
4
-18
/
+20
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
5
-44
/
+19
*
After r241923 the updated ip_len no longer needed.
glebius
2012-10-25
1
-1
/
+0
*
Fix error in r241913 that had broken fragment reassembly.
glebius
2012-10-25
1
-1
/
+1
*
Use ip_stripoptions() instead of handrolled version.
glebius
2012-10-23
1
-13
/
+1
*
Simplify ip_stripoptions() reducing number of intermediate
glebius
2012-10-23
1
-6
/
+4
*
Do not reduce ip_len by size of IP header in the ip_input()
glebius
2012-10-23
8
-21
/
+10
*
Remove __P.
delphij
2012-10-22
2
-34
/
+34
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
25
-185
/
+113
*
- Update cachelimit after hashsize and bucketlimit were set.
zont
2012-10-19
1
-6
/
+11
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-12
/
+2
*
Avoid potential bad pointer dereference.
emaste
2012-10-17
1
-1
/
+1
*
We don't need to convert ip6_len to host byte order before
glebius
2012-10-15
1
-2
/
+0
*
Fix a miss from r241344: in ip_mloopback() we need to go to
glebius
2012-10-14
1
-3
/
+3
*
Cleanup documentation: cloning route support has been removed in r186119.
melifaro
2012-10-13
1
-13
/
+0
*
Revert fixup of ip_len from r241480. Now stack isn't yet
glebius
2012-10-12
1
-1
/
+0
*
In ip_stripoptions():
glebius
2012-10-12
4
-9
/
+6
*
Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is
melifaro
2012-10-10
4
-6
/
+48
[next]