summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/sctp
AgeCommit message (Collapse)AuthorFilesLines
2008-11-196746736 During retransmision, SCTP may not send out new message even if it canGeorge Shepherd1-4/+17
2008-11-196739142 SCTP does not process unrecognised parameter in INIT-ACK correctlyGeorge Shepherd3-47/+86
2008-09-186733185 Further cleanup of SUN Studio 12 lint warnings in ON source.Nick Todd1-5/+0
6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally exported from libc.
2008-09-036637687 Recursive mutex_enter() in SCTP's sockfs close functionKacheong Poon5-44/+48
6722352 SCTP_COMM_LOST event is not sent up 6661261 IPv6 SCTP ABORT has incorrect port numbers 6658850 1-N sctp socket in Nevada fails to return EADDRINUSE when sendmsg() called without assocID specified
2008-08-296724509 ip:sctp holds mutex while calling untimeout(): hang deadlockGeorge Shepherd1-2/+8
2008-05-266554564 slab allocator cannot release slabs with lonely bufferstomee1-6/+18
6676406 kmem client constructors and destructors need some cleanup
2008-05-096401076 TX: mac-exempt UDP fails if local addr is shared IPv4 and a router ↵kp1587012-25/+11
added a CIPSO option 6627834 tsol_check_label fails to account for space released by label removal 6643901 TX mac-exempt connections with NET_MAC_AWARE flag fail 6667486 zoneid != (-1) assertion on TX system while forwarding IPv6 packet 6672916 Packets may be forwarded out non global zone interfaces
2008-04-086680068 SCTP can send packets out of order in some casesgeorges1-2/+7
2008-03-186640392 inet/ip_stack.h includes header files that it should notyz1470641-1/+2
6645808 exclusive-instance zone leaks autopush entries at shutdown
2008-03-03PSARC 2008/109 Fine Grained Access Permissions (FGAP)casper1-2/+2
6664443 Implement PSARC/2008/109
2008-01-116507173 Sockets should allocate minor numbers from higher order arenagt1456701-7/+18
2007-12-046500185 getaddrinfo() does not work with SCTPkcpoon7-74/+73
6536383 SCTP : typo for sctp_adaptation_layer_event
2007-11-056621113 setsockopt error handling fails for SCTP SOCK_SEQPACKETkcpoon1-6/+0
6621133 ancillary data in SCTP for IPv4 seems undone
2007-10-116595449 IP streams plumbing simpificationnordmark6-77/+193
6604040 ASSERT fp->timer_mp == 0L panic in sctp_common.c, line: 1876 6606989 panic in ip_rput_forward for multicast router 6606990 assertion failed: th_trace->th_refcnt == 0 6608966 Backport to onnv: 6440004 Get rid of UDP's perimeter mechanism in favor of locks.
2007-10-106610789 SCTP has erroneous check for multicast addresskcpoon4-4/+4
2007-08-306340684 SCTP does "packet amplification"kcpoon6-72/+198
6596850 Processing malformed INIT chunk causes panic
2007-08-076390413 Server panic on sctp connection attemptkcpoon9-104/+178
6547084 sctp_timer assertion(O) for SCTPS_BOUND connection 6588386 SCTP does not handle "ifconfig down" interface properly 6589066 SCTP may call upper layer's disconnecting function multiple times
2007-07-206530536 SCTP failed to initialize conn_t states in re-used conn_t blockskcpoon7-85/+119
6578483 sctp_stack_init() can panic under low memory
2007-06-206557471 SCTP kernel interface needs to be more robustkcpoon5-37/+58
2007-05-246349696 PANIC: assertion failed: peer_tcp->tcp_loopback && ↵vi1177473-28/+76
peer_tcp->tcp_loopback_peer == NULL 6350527 assertion failed: !(flags & > >>TH_MARKNEXT_NEEDED), file: ../../common/inet/tcp/tcp.c 6531423 SCTP_IPIF_INSERT is adrift 6539189 IFF_COS_ENABLED can be changed by SIOCS[L]IFFLAGS 6546661 sctp_update_ipif_addr() panics if passed an ipif tied to an unknown ill 6546662 sctp's ill caching cannot handle interface index changes 6553898 Page fault during multithreaded SCTP stress test
2007-04-266539524 ordinary user can cause SCTP to miscount buffersnh1450021-0/+1
2007-03-166521543 recv may return fragmented messages on SCTP sockets on S10 when it ↵vi1177475-245/+245
need not
2007-03-096446494 Single homed host has problem in SCTP INIT address parameterkcpoon6-69/+112
6530148 Zero window handling still has problems 6531684 Staleness in "Stale Cookie Error" chunk reports the wrong time
2007-02-016518817 TX label checks skipped on sctp loopback connectionsnordmark1-1/+1
6519415 panic in apush_iocdata()
2007-01-306473179 SCTP assoc. should be resilient to addrs. being un-plumbed and ↵vi1177477-222/+463
re-plumbed on a diff. interface
2007-01-19PSARC 2006/366 IP Instancesdh15512222-998/+1846
6289221 RFE: Need virtualized ip-stack for each local zone 6512601 panic in ipsec_in_tag - allocation failure 6514637 error message from dhcpagent: add_pkt_opt: option type 60 is missing required value 6364643 RFE: allow persistent setting of interface flags per zone 6307539 RFE: Invalid network address causes zone boot failure 5041214 Allow IPMP configuration with zones 5005887 RFE: zoneadmd should support plumbing an interface via DHCP 4991139 RFE: zones should provide a mechanism to configure a defaultrouter for a zone 6218378 zoneadmd doesn't set the netmask for non-loopback addresses hosted on lo0 4963280 zones: need to virtualize the IPv6 default address selection mechanism 4963285 zones: need support of stateless address autoconfiguration for IPv6 5048068 zones don't boot if one of its interfaces has failed 5057154 RFE: ability to change interface status from within a zone 4963287 zones should support the plumbing of the first (and only) logical interface 4978517 TCP privileged port space should be partitioned per zone 5023347 zones don't work well with network routes other than default 4963372 investigate whether global zone can act as a router for local zones 6378364 RFE: Allow each zone to have its own virtual IPFilter
2007-01-176513446 ETSI TS 102 144 requires that SCTP delayed SACK frequency to be tunablekcpoon4-10/+14
2007-01-08PSARC 2006/712 Extend SO_PROTOTYPEkcpoon1-11/+18
6500183 Make SO_PROTOTYPE work with non raw socket
2006-12-22PSARC 2006/466 IP_PKTINFO Socket Optionrshoaib3-15/+17
4773220 Provide API to set source address of UDP/IPv4 datagrams
2006-12-216497940 Wrong ASSERT() in sosctp_assoc()kcpoon3-0/+11
6499500 Association change event is not sent for ICMP error
2006-12-19PSARC 2006/314 Updated MIBsapersson2-12/+17
6501024 Add support for new IP/TCP/UDP MIBs
2006-11-136477746 sctp_data_frag()should check alignment of mblks passed in, before ↵georges1-1/+2
writing to headers.
2006-09-206410385 sctp exchanges with cipso headers in ipv6 packets failkp1587015-19/+68
6457722 tx sctp mlp server sends msgs after initack w/ wrong label 6467859 labeled sctp connection failed after init/ack on tx system 6410330 sctp performs route and first hop checks against the wrong label for tx mlp 6409884 tx server incorrectly accepts sctp connections with label != zone label
2006-07-24PSARC 2006/407 SO_EXCLBIND, socket exclusive bindingkcpoon1-1/+1
6410719 ASSERT() panic in ipsec_in_is_secure() 6442609 TCP_EXCLBIND handling has problem with server restarting 6445396 Add SO_EXCLBIND socket option
2006-06-266427067 NULL pointer dereference panic in bcopy call under sctp_v6_labelkp1587013-1/+11
6437520 tsol_update_sticky() incorrectly changes kmem buffer length
2006-06-22PSARC 2006/073 PF_ROUTE: Include interface name with RTM_NEWADDR/RTM_DELADDRsommerfe5-53/+67
PSARC 2006/084 SO_ALLZONES 4963315 Should make IKE work for non-global zones 4984263 in.iked removes server entities when unnumbered interfaces go away 5024997 system daemons need a way to receive packets from all zones 6218993 PF_ROUTE: RTM_NEWADDR/RTM_DELADDR should include interface name via RTA_IFP 6422023 sctp doesn't need shadow copies of conn_t socket option bits 6426542 Comment about ipp_use_min_mtu got lost and wandered into conn_t 6430869 in.iked should ignore loopback addresses, not loopback interfaces 6438186 SCTP handling of getsockopt( .. SO_MAC_EXEMPT) is oddly inconsistent with TCP, UDP
2006-05-046363519 SCTP must clear any H/W checksum flag in the inbound mblk before ↵vi1177476-32/+197
re-using it. 6368813 extra backslash in FREE_FID_TABLE 6371257 SCTP failover may not happen as expected when an addr. is brought down 6376545 sctp connect can return garbage 6381712 Error message inappropriate "XXXdefault in dispatch state" 6389056 SCTP should sack every SCTP packet if gap exists 6405992 sctp_rexmit assertion panic on repeated connection attempts 6414042 Bugus assertion for SCTP getsockopt 6416922 SCTP zero window handling is bad
2006-04-036361241 SCTP retransmission timeout handling is suboptimalkcpoon16-318/+801
6401917 panic while opening sctp connection
2006-03-306405777 SCTP cannot find a correct source addressjarrett2-4/+6
6405400 sctp_send_abort() tips over referencing uninitialized variable
2006-03-24PSARC/2002/762 Layered Trusted Solarisjpk17-650/+827
PSARC/2005/060 TSNET: Trusted Networking with Security Labels PSARC/2005/259 Layered Trusted Solaris Label Interfaces PSARC/2005/573 Solaris Trusted Extensions for Printing PSARC/2005/691 Trusted Extensions for Device Allocation PSARC/2005/723 Solaris Trusted Extensions Filesystem Labeling PSARC/2006/009 Labeled Auditing PSARC/2006/155 Trusted Extensions RBAC Changes PSARC/2006/191 is_system_labeled 6293271 Zone processes should use zone_kcred instead of kcred 6394554 integrate Solaris Trusted Extensions --HG-- rename : usr/src/cmd/dminfo/Makefile => deleted_files/usr/src/cmd/dminfo/Makefile rename : usr/src/cmd/dminfo/dminfo.c => usr/src/cmd/allocate/dminfo.c
2006-01-066368812 extra backslashes in IP, SCTP macroskcpoon1-5/+5
2005-12-12PSARC 2005/603 IP_NEXTHOP socket optionpriyanka1-0/+41
6264845 Need Policy Based Routing support in Solaris
2005-11-06PSARC 2005/602 - SCTP Hooks For Sun Clustervi11774715-143/+1426
6329696 Sun Cluster hooks in SCTP 6309250 ipqosconf breaks bge interfaces on V210 (Solaris 10) 6312101 SCTP does not ABORT an association at close() if there is unread data 6316758 SCTP fast retransmit has issues
2005-10-116201425 setting IPV6_UNICAST_HOPS on SCTP socket doesn't do anythingseb2-45/+18
6201431 IPV6_UNICAST_HOPS steps on IPV6_MULTICAST_HOPS' toes 6290936 Solaris 10 IPv6 traceroute does not increment the Hop limit 6292943 IPV6_HOPLIMIT is not a socket option 6327929 CurHopLimit in IPv6 Router Advertisement shouldn't affect multicast packets
2005-08-266303165 SCTP: source address list should reflect the assoc.'s address paramsvi1177478-127/+394
2005-07-286296143 SCTP: Assoc. could abort if bound to a down address, which is later ↵vi1177479-124/+178
brought up.
2005-06-306292054 Zero sctp_rtt_updates should mean no update to IRE RTT cachekcpoon2-12/+13
2005-06-14OpenSolaris Launchstevel@tonic-gate27-0/+22082