summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAge
* sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long2017-12-11
* make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-05
* sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-01
* sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-01
* sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2017-12-01
* sctp: use right member as the param of list_for_each_entryXin Long2017-11-28
* sctp: remove extern from stream schedXin Long2017-11-28
* sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long2017-11-28
* sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2017-11-27
* sctp: avoid flushing unsent queue when doing asoc resetXin Long2017-11-27
* sctp: only allow the asoc reset when the asoc outq is emptyXin Long2017-11-27
* sctp: only allow the out stream reset when the stream outq is emptyXin Long2017-11-27
* sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long2017-11-27
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2017-11-17
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-16
* sctp: check stream reset info len before making reconf chunkXin Long2017-11-15
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-11-15
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-11-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | | sctp: fix error return code in sctp_send_add_streams()Wei Yongjun2017-11-01
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
|\| |
| * | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-29
| * | sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-29
| * | sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-29
| * | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-29
| * | sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-28
| * | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-24
| |/
* | net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\|
| * sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-20
| * sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-19
* | sctp: make array sctp_sched_ops staticColin Ian King2017-10-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-05
|\|
| * sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter2017-09-27
* | sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-03
* | sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-03
* | sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner2017-10-03
* | sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner2017-10-03
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-03
* | sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-03
* | sctp: factor out stream->in allocationMarcelo Ricardo Leitner2017-10-03
* | sctp: factor out stream->out allocationMarcelo Ricardo Leitner2017-10-03
* | sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner2017-10-03
|/
* sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long2017-09-15
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-15
* sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-08-24