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
*
Don't reuse the source mbuf in tcp_respond() if it is not writable.
jhb
2016-05-26
1
-2
/
+40
*
Make struct sctp_paddrthlds compliant to RFC 7829.
tuexen
2016-05-26
2
-0
/
+9
*
Use optimised complexity safe sorting routine instead of the kernel's
hselasky
2016-05-26
2
-40
/
+112
*
When sending in ICMP response to an SCTP packet,
tuexen
2016-05-25
1
-0
/
+29
*
Send an ICMP packet indicating destination unreachable/protocol
tuexen
2016-05-25
1
-1
/
+4
*
Count packets as not being delivered only if they are neither
tuexen
2016-05-25
1
-2
/
+6
*
Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on
truckman
2016-05-19
2
-2
/
+2
*
Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.
glebius
2016-05-17
3
-6
/
+7
*
This small change adopts the excellent suggestion for using named
rrs
2016-05-17
3
-25
/
+13
*
Make named objects set-aware. Now it is possible to create named
ae
2016-05-17
1
-2
/
+2
*
opt_kdtrace.h is not needed for SDT probes as of r258541.
markj
2016-05-15
1
-1
/
+0
*
Fix a few style issues in the ICMP sysctl descriptions.
markj
2016-05-15
1
-9
/
+8
*
Fix a locking bug which only shows up on Mac OS X.
tuexen
2016-05-14
1
-2
/
+2
*
Fix a bug introduced by the implementation of I-DATA support.
tuexen
2016-05-13
2
-7
/
+10
*
Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_order
tuexen
2016-05-12
3
-96
/
+72
*
Enable SACK Immediately per default.
tuexen
2016-05-12
1
-1
/
+1
*
Use a format string in snprintf() for consistency.
tuexen
2016-05-12
1
-2
/
+2
*
tcp/syncache: Add comment for syncache_respond
sephe
2016-05-10
1
-0
/
+9
*
Add an option to use rfc6675 based pipe/inflight bytes calculation in htcp.
hiren
2016-05-09
1
-4
/
+9
*
Cleanup a comment.
tuexen
2016-05-09
1
-4
/
+4
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
22
-33
/
+33
*
tcp/lro: Refactor the active list operation.
sephe
2016-05-03
1
-8
/
+22
*
Undo a spell fix introduced in r298942, which breaks compilation.
tuexen
2016-05-02
1
-1
/
+1
*
netinet/sctp*: minor spelling fixes in comments.
pfg
2016-05-02
12
-46
/
+46
*
When a client uses UDP encapsulation and lists IP addresses in the INIT
tuexen
2016-05-01
5
-25
/
+23
*
Add the UDP encaps port as a parameter to sctp_add_remote_addr().
tuexen
2016-04-30
6
-15
/
+21
*
Don't assign, just compare...
tuexen
2016-04-29
1
-2
/
+2
*
Add support for handling ICMP and ICMP6 messages sent in response
tuexen
2016-04-29
2
-4
/
+267
*
tcp/syncache: Set flowid and hash type properly for SYN|ACK
sephe
2016-04-29
1
-5
/
+11
*
Complete the UDP tunneling of ICMP msgs to those protocols
rrs
2016-04-28
3
-7
/
+26
*
This cleans up the timers code in TCP to start using the new
rrs
2016-04-28
5
-85
/
+33
*
ipdivert: Remove unnecessary and incorrectly typed variable.
pfg
2016-04-28
1
-5
/
+1
*
tcp/lro: Fix more typo
sephe
2016-04-28
1
-1
/
+1
*
Don't use the control argument after calling sctp_add_to_readq().
tuexen
2016-04-27
1
-25
/
+30
*
tcp/lro: Fix typo.
sephe
2016-04-27
1
-1
/
+1
*
in_lltable_alloc and in6 copy: Don't leak LLE in error path
cem
2016-04-26
1
-4
/
+15
*
tcp_usrreq: Free allocated buffer in relock case
cem
2016-04-26
1
-2
/
+5
*
Remove a function, which is not used anymore.
tuexen
2016-04-23
2
-163
/
+0
*
Prevent underflows in tp->snd_wnd if the remote side ACKs more than
jtl
2016-04-21
1
-2
/
+11
*
Indentation issues.
pfg
2016-04-20
1
-3
/
+2
*
kernel: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
2
-3
/
+3
*
Address issues found by the XCode code analyzer.
tuexen
2016-04-18
4
-33
/
+34
*
Fix signed/unsigned warnings.
tuexen
2016-04-18
2
-4
/
+5
*
Fix a warning about an unused variable.
tuexen
2016-04-18
1
-1
/
+1
*
Put panic() calls under INVARIANTS.
tuexen
2016-04-18
3
-0
/
+26
*
Cleanup debug output.
tuexen
2016-04-18
1
-39
/
+39
*
Don't use anonymous unions.
tuexen
2016-04-18
3
-4
/
+4
*
Remove a left-over debug printf().
tuexen
2016-04-18
1
-10
/
+0
*
Fix the ICMP6 handling for SCTP.
tuexen
2016-04-16
2
-29
/
+22
*
netinet: for pointers replace 0 with NULL.
pfg
2016-04-15
13
-20
/
+20
[next]