summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2016-11-21sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2016-11-15sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
2016-11-15net: sctp, forbid negative lengthJiri Slaby
2016-04-20sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-03-03sctp: Fix port hash table size computationNeil Horman
2016-03-03sctp: translate network order to host order when users get a hmacidXin Long
2016-03-03sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-01-31net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-11ipv6: sctp: clone options to avoid use after freeEric Dumazet
2015-12-07ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet
2015-12-06sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien
2015-12-05sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-05sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-03ipv6: sctp: add rcu protection around np->optEric Dumazet
2015-12-02sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-15sctp: translate host order to network order when setting a hmacidlucien
2015-11-09remove abs64()Andrew Morton
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-05net: sctp: avoid incorrect time_t useArnd Bergmann
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-09-28net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko
2015-09-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2015-09-28sctp: Whitespace fixKarl Heiss
2015-09-11sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner
2015-09-03sctp: add routing output fallbackMarcelo Ricardo Leitner
2015-09-03sctp: fix dst leakMarcelo Ricardo Leitner
2015-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-28sctp: Do not try to search for the transport twiceVlad Yasevich
2015-08-28sctp: ASCONF-ACK with Unresolvable Address should be sentlucien
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien
2015-08-27sctp: asconf's process should verify address parameter is in the beginninglucien
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann
2015-07-21sctp: fix cut and paste issue in commentMarcelo Ricardo Leitner
2015-07-21sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner
2015-07-21sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner
2015-06-29sctp: Fix race between OOTB responce and route removalAlexander Sverdlin