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
*
Simplify sctp_delayed_cksum() a bit.
tuexen
2010-11-14
1
-4
/
+2
*
Fix a locking issue reported by brucec@ affecting
tuexen
2010-11-13
1
-1
/
+2
*
Add a queue to hold packets while we await an ARP reply.
gnn
2010-11-12
2
-18
/
+63
*
Don't print an empty line when printing mapping arrays.
tuexen
2010-11-12
1
-2
/
+0
*
Fix more issues with the SACK/NR-SACK generation code.
tuexen
2010-11-12
1
-21
/
+24
*
The first customer of the SO_USER_COOKIE option:
luigi
2010-11-12
3
-0
/
+37
*
This commit marks the first formal contribution of the "Five New TCP Congestion
lstewart
2010-11-12
11
-287
/
+1199
*
Standardise all Swinburne related copyright/licence statements throughout the
lstewart
2010-11-12
3
-24
/
+18
*
The university does not require that its CRICOS number be included in source
lstewart
2010-11-12
3
-6
/
+3
*
Fix the SACK/NR-SACK generation code.
tuexen
2010-11-11
1
-9
/
+8
*
Fix so that a multicast packet can be sent
rrs
2010-11-11
1
-5
/
+4
*
Improve the scalability by using the local and remote port when
tuexen
2010-11-09
1
-30
/
+33
*
Fix a bug which resulted in kevent() reporting an event twice on
tuexen
2010-11-09
1
-0
/
+1
*
Fix typos.
brucec
2010-11-09
4
-34
/
+34
*
Do not have the MTU table twice in the code. Therefore move the
tuexen
2010-11-07
4
-60
/
+36
*
Remove two functions which are not used.
tuexen
2010-11-07
2
-27
/
+0
*
* Use exponential backoff for retransmission of SHUTDOWN and
tuexen
2010-11-07
1
-20
/
+15
*
Not only stop all timers when entering the SHUTDOWN_SENT state,
tuexen
2010-11-07
3
-25
/
+28
*
Do not resend DATA chunks without delay when dropped by the peer and
tuexen
2010-11-06
1
-0
/
+4
*
* Fix an accounting bug regarding SACK/NR-SACK chunks.
tuexen
2010-11-06
1
-56
/
+22
*
Don't spam the console with loaded modules during boot and/or during
n_hibma
2010-11-03
1
-1
/
+0
*
Don't leak the LLE lock if the arptimer callout is pending or inactive.
jhb
2010-11-02
1
-3
/
+3
*
Remove meaningless XXXXX, that is a remain of comment, removed in r186200.
glebius
2010-10-29
1
-2
/
+0
*
Revert a small part of the r198301, that is entirely unrelated to the
glebius
2010-10-29
1
-1
/
+1
*
Add initial inet DDB support for show in_ifaddr and show sin commands which
bz
2010-10-24
1
-0
/
+120
*
Make the IPsec SADB embedded route cache a union to be able to hold both the
bz
2010-10-23
1
-1
/
+1
*
mdoc: drop even more redundant .Pp calls
uqs
2010-10-19
1
-1
/
+0
*
MfP4 CH182763 (original version):
bz
2010-10-16
1
-0
/
+15
*
Retire the system-wide, per-reassembly queue segment limit. The mechanism is far
lstewart
2010-10-16
1
-11
/
+15
*
- Switch the "net.inet.tcp.reass.cursegments" and
lstewart
2010-10-16
1
-13
/
+23
*
Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are not
bz
2010-10-14
1
-1
/
+1
*
put back the assigment to sched_time. It was correct, and
luigi
2010-10-01
1
-0
/
+1
*
Proper bracketing.
bz
2010-10-01
1
-2
/
+2
*
remove an unnecessary (and wrong) assignment.
luigi
2010-09-29
1
-1
/
+0
*
whitespace changes in preparation for future commits
luigi
2010-09-29
5
-8
/
+15
*
fix handling of initial credit for an idle pipe.
luigi
2010-09-29
1
-1
/
+4
*
fix breakage in in-kernel NAT: the code did not honor
luigi
2010-09-28
1
-0
/
+5
*
Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code:
luigi
2010-09-28
3
-10
/
+7
*
Add a bandaid for a long-standing race condition during route entry
delphij
2010-09-27
1
-2
/
+3
*
Log the number of segments currently in the reassembly queue.
lstewart
2010-09-25
1
-6
/
+11
*
Internalise reassembly queue related functionality and variables which should
lstewart
2010-09-25
3
-24
/
+28
*
Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general
attilio
2010-09-24
1
-0
/
+2
*
IP_BINDANY is not correctly handled in getsockopt() case.
attilio
2010-09-24
1
-0
/
+4
*
Do not convert some meaningful error value to EINVAL.
glebius
2010-09-20
1
-4
/
+4
*
Fix a locking issue which resulted in aborted associations
tuexen
2010-09-20
1
-4
/
+4
*
Allow the initial congestion window to be configure
tuexen
2010-09-19
1
-2
/
+2
*
Fix a locking issue which shows up when the code is used
tuexen
2010-09-19
2
-4
/
+4
*
Rearrange the TSO code to make it more readable and to clearly
andre
2010-09-17
1
-33
/
+49
*
Fix a bug where the wrong PR-SCTP policy was considered.
tuexen
2010-09-17
3
-11
/
+3
*
Make the initial congestion window configurable via sysctl.
tuexen
2010-09-17
3
-7
/
+29
[next]