summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-185-11/+21
|\
| * ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-121-0/+8
| * ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet2015-12-071-2/+1Star
| * sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-072-1/+3
| * sctp: only drop the reference on the datamsg after sending a msglucien2015-12-061-4/+2Star
| * sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-062-2/+1Star
| * sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-061-0/+1
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-061-0/+3
| * sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2015-12-061-2/+2
* | net: sctp: dynamically enable or disable pf stateZhu Yanjun2015-12-163-1/+14
* | sctp: use GFP_KERNEL in sctp_init()Eric Dumazet2015-12-161-2/+2
* | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-042-17/+35
|\|
| * ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-031-1/+8
| * ipv6: sctp: add rcu protection around np->optEric Dumazet2015-12-031-3/+10
| * sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-031-2/+2
| * net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-10/+14
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-1/+1
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-1/+1
|/
* sctp: translate host order to network order when setting a hmacidlucien2015-11-161-2/+2
* remove abs64()Andrew Morton2015-11-101-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\ \ | |/ |/|
| * net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | net: sctp: avoid incorrect time_t useArnd Bergmann2015-10-052-2/+2
* | net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko2015-09-291-9/+11
* | sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-291-19/+23
* | sctp: Whitespace fixKarl Heiss2015-09-291-2/+2
* | sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-09-121-23/+41
* | sctp: add routing output fallbackMarcelo Ricardo Leitner2015-09-041-1/+7
* | sctp: fix dst leakMarcelo Ricardo Leitner2015-09-041-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-312-3/+14
|\ \
| * | sctp: Do not try to search for the transport twiceVlad Yasevich2015-08-291-1/+1
| * | sctp: ASCONF-ACK with Unresolvable Address should be sentlucien2015-08-291-2/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-282-1/+8
|\| |
| * | sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-08-281-1/+1
| * | sctp: asconf's process should verify address parameter is in the beginninglucien2015-08-271-0/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-011-6/+0Star
|\|
| * net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-271-6/+0Star
* | sctp: fix cut and paste issue in commentMarcelo Ricardo Leitner2015-07-211-1/+1
* | sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner2015-07-211-0/+10
* | sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner2015-07-211-15/+17
|/
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-06-291-1/+3
* net: Kill sock->sk_protinfoDavid Miller2015-06-291-6/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-11/+32
|\
| * sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-06-141-11/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-141-1/+10
|\|
| * sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner2015-06-121-1/+10
* | ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-1/+1