summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-077-56/+94
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-37/+27
| |\
| * | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-192-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+2
| |\ \
| * | | sctp: implement memory accounting on rx pathXin Long2019-04-153-14/+14
| * | | sctp: implement memory accounting on tx pathXin Long2019-04-151-2/+8
| * | | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-112-19/+12
| * | | sctp: Make sctp_enqueue_event tak an skb list.David Miller2019-04-112-15/+39
| * | | sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller2019-04-111-1/+10
| * | | sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller2019-04-111-6/+10
| * | | sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller2019-04-111-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-062-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-3/+0
* | | | sctp: avoid running the sctp state machine recursivelyXin Long2019-05-012-37/+27
| |_|/ |/| |
* | | sctp: Check address length before reading address familyTetsuo Handa2019-04-121-1/+2
| |/ |/|
* | sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-011-0/+1
* | sctp: use memdup_user instead of vmemdup_userXin Long2019-03-201-6/+6
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner2019-03-181-0/+3
* | sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long2019-03-181-2/+1
|/
* sctp: convert to genradixKent Overstreet2019-03-122-107/+20
* sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long2019-03-081-0/+10
* sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long2019-03-082-14/+10
* sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long2019-03-081-10/+24
* sctp: remove sched init from sctp_stream_initXin Long2019-03-081-2/+0
* sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-1/+1
|\
| * sctp: chunk.c: correct format string for size_t in printkMatthias Maennich2019-02-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-1/+2
|\|
| * sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien2019-02-221-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-153-1/+5
|\|
| * sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long2019-02-131-1/+3
| * sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-131-0/+1
| * inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-082-2/+22
|\|
| * sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-031-0/+20
| * sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-011-2/+2
* | sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...Xin Long2019-01-302-14/+32
* | sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_EVENT sockoptXin Long2019-01-301-29/+48