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
*
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
*
* Implement initial version of send buffer splitting.
tuexen
2010-09-17
4
-6
/
+36
*
Remove the TCP inflight bandwidth limiter as announced in r211315
andre
2010-09-16
8
-235
/
+16
*
Improve comment to TCP_MINMSS by taking the wording from lstewart (with
andre
2010-09-16
1
-7
/
+7
*
Remove old debug code.
tuexen
2010-09-15
4
-48
/
+0
*
Remove unused variable/assignment.
tuexen
2010-09-15
1
-3
/
+1
*
Delay the assignment of a path for DATA chunk until they hit
tuexen
2010-09-15
8
-191
/
+112
*
Use TAILQ_EMPTY() for testing if a tail queue is empty.
tuexen
2010-09-15
1
-4
/
+5
*
Remove unused variable/assignment.
tuexen
2010-09-15
1
-2
/
+1
*
Remove assignment without effect.
tuexen
2010-09-15
1
-2
/
+0
*
* Use !TAILQ_EMPTY() for checking if a tail queue is not empty.
tuexen
2010-09-15
1
-4
/
+3
*
Change the default MSS for IPv4 and IPv6 TCP connections from an
andre
2010-09-15
1
-19
/
+27
*
Adding an address on an interface also requires the loopback route to
qingli
2010-09-12
1
-0
/
+2
*
* Remove code which has no effect.
tuexen
2010-09-09
1
-108
/
+61
*
Fix CARP in backup mode by properly registering its hooks for INET and INET6
will
2010-09-06
1
-0
/
+15
*
Fix static kernel builds with carp(4) by changing its SYSINIT order so that
will
2010-09-06
1
-1
/
+1
*
in_delayed_cksum() requires host byte order.
glebius
2010-09-06
1
-6
/
+4
*
Implement correct handling of address parameter and
tuexen
2010-09-05
2
-122
/
+78
*
Fix some CLANG warnings. One clang warning is left
rrs
2010-09-05
5
-17
/
+35
*
In case of RADIX_MPATH do not leak the IN_IFADDR read lock on
bz
2010-09-04
1
-2
/
+3
*
MFp4 CH=183052 183053 183258:
bz
2010-09-02
2
-12
/
+8
*
Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239
tuexen
2010-09-01
1
-1
/
+1
*
o Some programs could send broadcast/multicast traffic to ipfw
maxim
2010-08-30
1
-2
/
+21
*
Fix the the SCTP_WITH_NO_CSUM option when used in combination with
tuexen
2010-08-29
7
-101
/
+123
*
Bugfix: Do not send a packet drop report in response to a received
tuexen
2010-08-28
1
-3
/
+6
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
11
-174
/
+159
*
Simplify the tcp pcblist estimate logic slightly.
jhb
2010-08-27
1
-5
/
+3
[next]