aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-77/+10
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig3-5/+3
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long3-18/+37
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-15/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-48/+6
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+2
2018-05-10sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long1-1/+0
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King1-1/+1
2018-05-07sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2-41/+75
2018-05-02sctp: fix the issue that the cookie-ack with auth can't get processedXin Long1-1/+1
2018-05-02sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long1-1/+1
2018-05-02sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long1-0/+6
2018-04-27sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long1-0/+2
2018-04-27sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long1-0/+3
2018-04-12sctp: do not check port in sctp_inet6_cmp_addrXin Long1-30/+30
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+11
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet1-1/+3
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds7-27/+205
2018-03-29sctp: fix unused lable warningArnd Bergmann1-0/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long2-11/+10
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-8/+8
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+6
2018-03-17sctp: use proc_remove_subtree()Al Viro3-130/+27
2018-03-15sctp: Fix double free in sctp_sendmsg_to_asocNeil Horman1-13/+13
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long2-2/+54
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long4-3/+52
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long2-3/+74
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long2-1/+33
2018-03-14sctp: add refcnt support for sh_keyXin Long6-52/+89
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai1-0/+1
2018-03-13sctp: fix error return code in sctp_sendmsg_new_asoc()Wei Yongjun1-3/+7
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens3-6/+6
2018-03-07sctp: add support for snd flag SCTP_SENDALL process in sendmsgXin Long1-4/+31
2018-03-07sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsgXin Long1-0/+77
2018-03-07sctp: add support for PR-SCTP Information for sendmsgXin Long1-1/+30
2018-03-04sctp: adjust some codes in a better order in sctp_sendmsgXin Long1-18/+18
2018-03-04sctp: improve some variables in sctp_sendmsgXin Long1-15/+14
2018-03-04sctp: remove the unnecessary transport looking up from sctp_sendmsgXin Long1-18/+6
2018-03-04sctp: factor out sctp_sendmsg_update_sinfo from sctp_sendmsgXin Long1-9/+17
2018-03-04sctp: factor out sctp_sendmsg_parse from sctp_sendmsgXin Long1-103/+69
2018-03-04sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsgXin Long1-24/+34
2018-03-04sctp: factor out sctp_sendmsg_check_sflags from sctp_sendmsgXin Long1-36/+36
2018-03-04sctp: factor out sctp_sendmsg_new_asoc from sctp_sendmsgXin Long1-115/+86
2018-03-04sctp: factor out sctp_sendmsg_to_asoc from sctp_sendmsgXin Long1-131/+99
2018-02-26sctp: Add LSM hooksRichard Haines3-1/+91
2018-02-26sctp: Add ip option supportRichard Haines5-26/+117