summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2017-08-30sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko1-0/+2
2017-07-05sctp: check af before verify address in sctp_addr_id2transportXin Long1-1/+1
2017-06-17sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-06-07sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-06-07sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-06-07sctp: fix src address selection if using secondary addresses for ipv6Xin Long1-17/+29
2017-05-03sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2016-11-21sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-15sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-11-15net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-04-20sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-03-04sctp: Fix port hash table size computationNeil Horman1-7/+36
2016-03-04sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-03-04sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2016-01-31net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2015-12-31sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner1-0/+2
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-3/+6
2015-12-12ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2015-12-08ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet1-2/+1
2015-12-07sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2-1/+3
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien1-4/+2
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien2-2/+1
2015-12-06sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2015-12-06sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-03ipv6: sctp: add rcu protection around np->optEric Dumazet1-3/+10
2015-12-03sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-10/+14
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-1/+1
2015-11-16sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-11-10remove abs64()Andrew Morton1-1/+1
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-05net: sctp: avoid incorrect time_t useArnd Bergmann2-2/+2
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-29net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko1-9/+11
2015-09-29sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-19/+23
2015-09-29sctp: Whitespace fixKarl Heiss1-2/+2
2015-09-12sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-09-04sctp: add routing output fallbackMarcelo Ricardo Leitner1-1/+7
2015-09-04sctp: fix dst leakMarcelo Ricardo Leitner1-1/+3
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+14
2015-08-29sctp: Do not try to search for the transport twiceVlad Yasevich1-1/+1
2015-08-29sctp: ASCONF-ACK with Unresolvable Address should be sentlucien1-2/+13
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+8