aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
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
2015-06-28net: Kill sock->sk_protinfoDavid Miller
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-14sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-02net: sctp: Deletion of an unnecessary check before the function call "kfree"Markus Elfring
2015-01-30net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara
2015-01-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2015-01-17net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann