summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-05Fix memory leak in sctp_process_initNeil Horman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15sctp: implement memory accounting on rx pathXin Long
2019-04-15sctp: implement memory accounting on tx pathXin Long
2019-04-12sctp: Check address length before reading address familyTetsuo Handa
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller
2019-04-11sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller
2019-04-01sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long
2019-03-20sctp: use memdup_user instead of vmemdup_userXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner
2019-03-18sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long
2019-03-12sctp: convert to genradixKent Overstreet
2019-03-08sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long
2019-03-08sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long
2019-03-08sctp: remove sched init from sctp_stream_initXin Long
2019-03-04sctp: call iov_iter_revert() after sending ABORTXin Long
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-28sctp: chunk.c: correct format string for size_t in printkMatthias Maennich
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller