summaryrefslogtreecommitdiff
path: root/net/sctp
Commit message (Expand)AuthorAge
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2015-12-30
* sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner2015-12-28
* sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-28
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-11
* ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet2015-12-07
* sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-06
* sctp: only drop the reference on the datamsg after sending a msglucien2015-12-06
* sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-06
* sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-05
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-05
* sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2015-12-05
* ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-03
* ipv6: sctp: add rcu protection around np->optEric Dumazet2015-12-03
* sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-02
* net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-01
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* sctp: translate host order to network order when setting a hmacidlucien2015-11-15
* remove abs64()Andrew Morton2015-11-09
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-07
|\ \ | |/ |/|
| * net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* | net: sctp: avoid incorrect time_t useArnd Bergmann2015-10-05
* | net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko2015-09-28
* | sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-28
* | sctp: Whitespace fixKarl Heiss2015-09-28
* | sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-09-11
* | sctp: add routing output fallbackMarcelo Ricardo Leitner2015-09-03
* | sctp: fix dst leakMarcelo Ricardo Leitner2015-09-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-30
|\ \
| * | sctp: Do not try to search for the transport twiceVlad Yasevich2015-08-28
| * | sctp: ASCONF-ACK with Unresolvable Address should be sentlucien2015-08-28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-27
|\ \ \ | |/ /
| * | sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-08-27
| * | sctp: asconf's process should verify address parameter is in the beginninglucien2015-08-27
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-31
|\ \ | |/
| * net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-26
* | sctp: fix cut and paste issue in commentMarcelo Ricardo Leitner2015-07-21
* | sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner2015-07-21
* | sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner2015-07-21
|/
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-06-29
* net: Kill sock->sk_protinfoDavid Miller2015-06-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-24
|\
| * sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-06-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-13
|\ \ | |/
| * sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner2015-06-12
* | ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-25
* | ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-25
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
|/
* sctp: avoid to repeatedly declare external variablesYing Xue2015-03-25