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
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
12
-81
/
+112
*
Change the name of an internal structure, since the name
tuexen
2011-05-06
1
-2
/
+2
*
Convert delay parameter back to ms when reporting to user.
ae
2011-05-06
2
-1
/
+2
*
Implement Resource Pooling V2 and an MPTCP like congestion
tuexen
2011-05-04
4
-30
/
+217
*
Remove code with any effect.
tuexen
2011-05-03
3
-8
/
+0
*
Add a missing break. This bug was introduced in r221249.
tuexen
2011-05-03
1
-0
/
+1
*
Handle a rare edge case with nearly full TCP receive buffers. If a TCP
jhb
2011-05-02
3
-6
/
+22
*
Some more cleanups related to an kernel without INET.
tuexen
2011-05-02
2
-40
/
+96
*
Fix a mismerge from p4 in that in_localaddr() is not available without INET.
bz
2011-04-30
1
-1
/
+5
*
Remove some leftover debug code.
tuexen
2011-04-30
1
-2
/
+0
*
Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.
bz
2011-04-30
6
-83
/
+264
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
10
-1291
/
+2054
*
Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only
bz
2011-04-30
1
-9
/
+25
*
Make the PCB code compile without INET support by adding #ifdef INETs
bz
2011-04-30
1
-4
/
+20
*
TCP reuses t_rxtshift to determine the backoff timer used for both the
jhb
2011-04-29
4
-2
/
+9
*
MfP4 CH=192029:
bz
2011-04-27
1
-12
/
+17
*
MfP4 CH=192004:
bz
2011-04-27
2
-5
/
+5
*
Make various (pseudo) interfaces compile without INET in the kernel
bz
2011-04-27
1
-7
/
+46
*
Add the possibility to verify MD5 hash of incoming TCP packets.
attilio
2011-04-25
4
-8
/
+179
*
Be less strict on includes than in r220746. We need in.h for both
bz
2011-04-25
1
-0
/
+5
*
Use size_t for sopt_valsize.
glebius
2011-04-21
1
-1
/
+2
*
MFp4 CH=191760:
bz
2011-04-20
1
-8
/
+17
*
MFp4 CH=191470:
bz
2011-04-20
4
-20
/
+28
*
MFp4 CH=191466:
bz
2011-04-20
2
-2
/
+1
*
- Rewrite functions that copyin/out NAT configuration, so that they
glebius
2011-04-19
3
-55
/
+74
*
Add sysctl handlers for net.inet.ip.dummynet.hash_size, .pipe_byte_limit
ae
2011-04-19
1
-8
/
+52
*
ipdn_bound_var() functions is designed to bound a variable between
ae
2011-04-19
1
-1
/
+5
*
Use M_WAITOK instead M_WAIT for malloc. Remove unneded checks.
ae
2011-04-19
1
-7
/
+1
*
LibAliasInit() should allocate memory with M_WAITOK flag. Modify it
glebius
2011-04-18
2
-14
/
+12
*
Pullup up to TCP header length before matching against 'tcpopts'.
glebius
2011-04-18
1
-2
/
+5
*
When checking to see if a window update should be sent to the remote peer,
jhb
2011-04-18
1
-0
/
+8
*
Make in_proto.c dependent on either inet or inet6.
bz
2011-04-17
1
-0
/
+9
*
Refactor udp_input(), moving calls to u_tun_func() into udp_append().
trasz
2011-04-14
1
-45
/
+17
*
The mbuf_frag_size always was and is file local and not queried from base
bz
2011-04-14
1
-1
/
+1
*
Staticize malloc types.
pluknet
2011-04-13
5
-16
/
+9
*
Restore previous behaviour - always match rule when we doing tagging,
ae
2011-04-12
1
-4
/
+7
*
Use the full and proper company name for Swinburne University of Technology
lstewart
2011-04-12
14
-85
/
+89
*
Port of the LRO fix from mxge driver to the generic
jfv
2011-04-07
1
-2
/
+4
*
Fill up src_port and dst_port variables for SCTP over IPv4.
ae
2011-03-31
1
-0
/
+6
*
Fix malloc types.
ae
2011-03-31
1
-2
/
+2
*
Fix a memory leak. Memory that is allocated for schedulers hash table
ae
2011-03-31
1
-2
/
+3
*
Clamp the initial advertised receive window when responding to a SYN/ACK
jhb
2011-03-30
1
-1
/
+2
*
Covers values if (BYTES_THIS_ACK(tp, th) / tp->t_maxseg) value is from
weongyo
2011-03-28
1
-1
/
+1
*
Reference ifaddr object before unlocking as it can be freed
pluknet
2011-03-21
1
-2
/
+3
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
1
-1
/
+2
*
Properly check for an IPv4 socket after r219579.
bz
2011-03-19
1
-2
/
+2
*
Merge the two identical implementations for local port selections from
bz
2011-03-12
2
-67
/
+125
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
14
-205
/
+583
*
Adds a new Congestion Control that helps reduce
rrs
2011-03-01
7
-41
/
+549
*
Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. If
dim
2011-02-26
1
-0
/
+6
[next]