summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sctp: remove an if() that is always trueMarcelo Ricardo Leitner2018-04-271-4/+2Star
| * | | | sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2018-04-272-10/+7Star
| * | | | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-251-25/+0Star
| * | | | sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner2018-04-251-25/+23Star
| * | | | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-5/+4Star
* | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+2
|\ \ \ \ \
| * | | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-5/+3Star
|\ \ \ \ \
| * | | | | net/sctp: convert to ->poll_maskChristoph Hellwig2018-05-263-5/+3Star
| | |/ / / | |/| | |
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-77/+10Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-15/+2Star
| * | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-48/+6Star
| * | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+2Star
| | |_|/ | |/| |
* / | | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-223-18/+37
|/ / /
* | | sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long2018-05-101-1/+0Star
* | | sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King2018-05-101-1/+1
* | | sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-082-41/+75
| |/ |/|
* | sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-021-1/+1
* | sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-021-1/+1
* | sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long2018-05-021-0/+6
* | sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long2018-04-271-0/+2
* | sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-04-271-0/+3
|/
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-131-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-102-6/+11
|\
| * sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-081-5/+8
| * sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-081-1/+3
* | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-077-27/+205
|\ \ | |/ |/|
| * sctp: Add LSM hooksRichard Haines2018-02-263-1/+91
| * sctp: Add ip option supportRichard Haines2018-02-265-26/+117
* | sctp: fix unused lable warningArnd Bergmann2018-03-291-0/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0Star
* | sctp: remove unnecessary asoc in sctp_has_associationXin Long2018-03-272-11/+10Star
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-233-6/+6
|\ \
| * | net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-093-6/+6
* | | sctp: use proc_remove_subtree()Al Viro2018-03-183-130/+27Star
* | | sctp: Fix double free in sctp_sendmsg_to_asocNeil Horman2018-03-151-13/+13
* | | sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long2018-03-142-2/+54
* | | sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long2018-03-144-3/+52
* | | sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long2018-03-142-3/+74
* | | sctp: add support for SCTP AUTH Information for sendmsgXin Long2018-03-142-1/+33
* | | sctp: add refcnt support for sh_keyXin Long2018-03-146-52/+89
* | | net: Convert sctp_ctrlsock_opsKirill Tkhai2018-03-131-0/+1
* | | net: Convert sctp_defaults_opsKirill Tkhai2018-03-131-0/+1
* | | sctp: fix error return code in sctp_sendmsg_new_asoc()Wei Yongjun2018-03-131-3/+7
* | | sctp: add support for snd flag SCTP_SENDALL process in sendmsgXin Long2018-03-071-4/+31
* | | sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsgXin Long2018-03-071-0/+77
* | | sctp: add support for PR-SCTP Information for sendmsgXin Long2018-03-071-1/+30
* | | sctp: adjust some codes in a better order in sctp_sendmsgXin Long2018-03-041-18/+18
* | | sctp: improve some variables in sctp_sendmsgXin Long2018-03-041-15/+14Star