summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2018-04-12sctp: do not check port in sctp_inet6_cmp_addrXin Long
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-29sctp: fix unused lable warningArnd Bergmann
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-17sctp: use proc_remove_subtree()Al Viro
2018-03-15sctp: Fix double free in sctp_sendmsg_to_asocNeil Horman
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long
2018-03-14sctp: add refcnt support for sh_keyXin Long
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai
2018-03-13sctp: fix error return code in sctp_sendmsg_new_asoc()Wei Yongjun
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-07sctp: add support for snd flag SCTP_SENDALL process in sendmsgXin Long
2018-03-07sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsgXin Long
2018-03-07sctp: add support for PR-SCTP Information for sendmsgXin Long
2018-03-04sctp: adjust some codes in a better order in sctp_sendmsgXin Long
2018-03-04sctp: improve some variables in sctp_sendmsgXin Long
2018-03-04sctp: remove the unnecessary transport looking up from sctp_sendmsgXin Long
2018-03-04sctp: factor out sctp_sendmsg_update_sinfo from sctp_sendmsgXin Long
2018-03-04sctp: factor out sctp_sendmsg_parse from sctp_sendmsgXin Long
2018-03-04sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsgXin Long
2018-03-04sctp: factor out sctp_sendmsg_check_sflags from sctp_sendmsgXin Long
2018-03-04sctp: factor out sctp_sendmsg_new_asoc from sctp_sendmsgXin Long
2018-03-04sctp: factor out sctp_sendmsg_to_asoc from sctp_sendmsgXin Long
2018-02-26sctp: Add LSM hooksRichard Haines
2018-02-26sctp: Add ip option supportRichard Haines
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-16sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long
2018-02-14sctp: fix some copy-paste errors for file commentsXin Long
2018-02-13sctp: add file comments in diag.cXin Long
2018-02-13sctp: rename sctp_diag.c as diag.cXin Long
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-12sctp: remove the useless check in sctp_renege_eventsXin Long
2018-02-12sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cnameXin Long
2018-02-12sctp: do not pr_err for the duplicated node in transport rhlistXin Long
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-02-05sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala
2018-02-05sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds