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
*
Remove unused inclusion of curses.h
marcel
2012-05-19
1
-1
/
+0
*
Use a default for max_burst of 4 and l2var of 2.
tuexen
2012-05-17
2
-2
/
+2
*
Support SCTP_EOF also for 1-to-1 style sockets.
tuexen
2012-05-17
1
-2
/
+1
*
Switch to a standard 2 clause BSD license (from bsd-style-copyright).
bz
2012-05-15
2
-69
/
+56
*
Support SCTP_REMOTE_ERROR notification.
tuexen
2012-05-13
3
-1
/
+68
*
Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications
tuexen
2012-05-13
8
-89
/
+80
*
Provide the error code in SCTP_PEER_ADDR_CHANGE notifications as
tuexen
2012-05-13
5
-16
/
+14
*
Remove unused constants.
tuexen
2012-05-13
2
-39
/
+19
*
Use ECONNABORTED in cases where the ABORT was sent to the peer.
tuexen
2012-05-13
5
-22
/
+40
*
Ensure the user can read COMM_LOST notifications on 1-to-1 style sockets.
tuexen
2012-05-13
1
-117
/
+95
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
9
-130
/
+105
*
General mdoc(7) and typo fixes.
gjb
2012-05-11
1
-3
/
+3
*
Fix a bug in the handling of association reset request.
tuexen
2012-05-11
1
-37
/
+31
*
Only provide the supported features in the SCTP_ASSOC_CHANGE notif
tuexen
2012-05-11
1
-20
/
+27
*
Remove a constant which is only used on non-FreeBSD platform.
tuexen
2012-05-11
1
-2
/
+0
*
Address clang warnings.
tuexen
2012-05-06
2
-7
/
+8
*
Add support for the sac_info field in struct sctp_assoc_change
tuexen
2012-05-06
2
-8
/
+31
*
Remove debug code.
tuexen
2012-05-06
4
-32
/
+0
*
Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.
tuexen
2012-05-06
4
-63
/
+139
*
Provide the flags in the SCTP stream reconfig related notification
tuexen
2012-05-05
4
-10
/
+30
*
Honor SCTP_ENABLE_STREAM_RESET socket option when processing incoming
tuexen
2012-05-05
2
-69
/
+73
*
Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC,
tuexen
2012-05-05
1
-19
/
+15
*
Add ToS definitions for DiffServ Codepoints as per RFC2474.
delphij
2012-05-04
1
-0
/
+25
*
Add support for the SCTP_ENABLE_STREAM_RESET socket option to
tuexen
2012-05-04
1
-5
/
+30
*
Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT as
tuexen
2012-05-04
3
-33
/
+47
*
Call panic() only under INVARIANTS.
tuexen
2012-05-04
1
-0
/
+2
*
Use SCTP_PRINTF() instead of printf() in all SCTP sources.
tuexen
2012-05-04
10
-62
/
+62
*
Fix another RFC 6458 issue. Spotted by Irene Ruengeler.
tuexen
2012-05-03
2
-2
/
+2
*
Revert r234834 per luigi@ request.
melifaro
2012-05-03
2
-82
/
+81
*
Move several enums and structures required for L2 filtering from ip_fw_privat...
melifaro
2012-04-30
2
-81
/
+82
*
Add support for missing gauth_number_of_chunks field. This Bug was
tuexen
2012-04-30
2
-0
/
+4
*
Whitespace changes.
tuexen
2012-04-28
1
-3
/
+0
*
Remove unused structure.
tuexen
2012-04-27
1
-7
/
+0
*
Fix a type in an SCTP AUTH related notification. Keep the old name
tuexen
2012-04-26
3
-3
/
+4
*
Use the flags defined in RFC 6525 in the stream reset event.
tuexen
2012-04-23
2
-7
/
+9
*
Fix check used by stream reset related events.
tuexen
2012-04-21
1
-3
/
+3
*
Whitespace changes.
tuexen
2012-04-19
2
-2
/
+2
*
Use the same pattern for mbuf logging everywhere.
tuexen
2012-04-19
2
-34
/
+12
*
Fix reported errno.
tuexen
2012-04-19
1
-2
/
+2
*
Fix a bug where we copy out more data from a mbuf chain that are
tuexen
2012-04-19
2
-16
/
+21
*
When we receive an ICMP unreach need fragmentation datagram, we take
glebius
2012-04-16
4
-19
/
+32
*
Send always HBs when in PF state.
tuexen
2012-04-14
1
-1
/
+2
*
Bugfix: Don't send HBs on path which are not idle.
tuexen
2012-04-14
1
-1
/
+16
*
It is a logical error that in carp_multicast_cleanup()
glebius
2012-04-11
1
-24
/
+59
*
M_DONTWAIT is a flag from historical mbuf(9)
glebius
2012-04-10
1
-1
/
+1
*
CARP should be capable to run on if_bridge(4). Unfortunately,
glebius
2012-04-10
1
-0
/
+2
*
Remove duplicate condition in if statement.
tuexen
2012-04-06
1
-1
/
+0
*
Don't check malloc(M_WAITOK) results.
glebius
2012-03-31
1
-4
/
+0
*
Make stream our stream reset implementation
rrs
2012-03-29
13
-215
/
+549
*
Permit tcpdrop in VNET jails.
zec
2012-03-28
1
-1
/
+1
[next]