aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2019-05-031-1/+1
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2019-05-031-0/+3
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2019-05-031-30/+30
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2019-05-021-2/+6
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2019-05-021-8/+6
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2019-05-021-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
* UPSTREAM: sctp: do not peel off an assoc from one netns to another oneXin Long2017-12-131-0/+4
* sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-11-061-0/+2
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2017-09-231-4/+5
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2017-08-201-0/+8
* sctp: listen on the sock only when it's state is listening or closedXin Long2017-07-041-0/+3
* UPSTREAM: sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-06-221-0/+3
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-06-171-2/+0
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-06-171-0/+2
* net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann2017-06-171-51/+80
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-04-111-2/+6
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-04-111-1/+2
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2017-04-111-2/+5
* sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2017-04-111-6/+6
* net: sctp, forbid negative lengthJiri Slaby2017-04-111-1/+4
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-101-19/+23
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-261-0/+2
* Linux 3.10.96 (accumulative patch)Stefan Guendhoer2016-08-262-4/+5
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-263-3/+21
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2016-08-261-23/+41
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2016-08-261-11/+32
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2016-08-261-1/+3
* 3.10.69 -> 3.10.70Jan Engelmohr2016-08-262-2/+1
* first commitMeizu OpenSource2016-08-1530-0/+35755