aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2019-09-16sctp: Free cookie before we memdup a new oneNeil Horman
2019-09-12Fix memory leak in sctp_process_initNeil Horman
2019-05-23sctp: avoid running the sctp state machine recursivelyXin Long
2019-05-05sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long
2019-04-07sctp: use memdup_user instead of vmemdup_userXin Long
2019-03-20sctp: remove sched init from sctp_stream_initXin Long
2019-03-16sctp: call iov_iter_revert() after sending ABORTXin Long
2019-03-08sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long
2019-03-08inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-03-01sctp: walk the list of asoc safelyGreg Kroah-Hartman
2019-02-19sctp: set flow sport from saddr only when it's 0Xin Long
2019-02-19sctp: set chunk transport correctly when it's a new asocXin Long
2019-02-19sctp: improve the events for sctp stream addingXin Long
2019-02-19sctp: improve the events for sctp stream resetXin Long
2019-02-05sctp: allocate sctp_sockaddr_entry with kzallocXin Long
2019-01-12sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long
2018-12-30sctp: update frag_point when stream_interleave is setXin Long
2018-12-30sctp: kfree_rcu asocXin Long
2018-12-15sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long
2018-12-04sctp: not increase stream's incnt before sending addstrm_in requestXin Long
2018-12-04sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long
2018-12-04Revert "sctp: remove sctp_transport_pmtu_check"Xin Long
2018-12-04sctp: not allow to set asoc prsctp_enable by sockoptXin Long
2018-11-04sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long
2018-11-04sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner
2018-10-18sctp: update dst pmtu with the correct daddrXin Long
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-09-15sctp: remove useless start_fail from sctp_ht_iter in procXin Long
2018-07-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-21sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner