summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-239-14/+30
|\
| * sctp: align MTU to a wordMarcelo Ricardo Leitner2016-03-203-4/+6
| * sctp: do not leak chunks that are sent to unconfirmed pathsMarcelo Ricardo Leitner2016-03-201-1/+5
| * sctp: do not update a_rwnd if we are not issuing a sackMarcelo Ricardo Leitner2016-03-201-1/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-1913-139/+148
| |\
| * | sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner2016-03-084-8/+14
* | | net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski2016-03-221-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1911-95/+96
|\ \
| * | sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire2016-03-161-4/+2
| * | sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-137-66/+83
| * | sctp: fix the transports round robin issue when init is retransmittedXin Long2016-03-132-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-082-5/+7
| |\|
| * | net: sctp: Convert log timestamps to be y2038 safeDeepa Dinamani2016-03-011-5/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-10/+45
| |\ \
| * | | sctp: remove the unused sctp_datamsg_free()Xin Long2016-02-171-13/+0
| * | | sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()Xin Long2016-02-171-2/+0
| * | | sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...Xin Long2016-02-171-2/+2
| * | | sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-174-44/+52
|\ \ \ \ | |_|_|/ |/| | |
| * | | sctp: Use shashHerbert Xu2016-01-274-44/+52
* | | | sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long2016-03-011-5/+5
* | | | sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-03-011-0/+2
| |_|/ |/| |
* | | sctp: Fix port hash table size computationNeil Horman2016-02-211-8/+38
* | | sctp: translate network order to host order when users get a hmacidXin Long2016-02-091-2/+7
| |/ |/|
* | sctp: remove the dead field of sctp_transportXin Long2016-01-283-19/+1
* | sctp: hold transport before we access t->asoc in sctp procXin Long2016-01-281-0/+8
* | sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2016-01-282-8/+13
* | sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner2016-01-241-0/+2
|/
* sctp: the temp asoc's transports should not be hashed/unhashedXin Long2016-01-172-2/+8
* net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven2016-01-151-3/+3
* sctp: support to lookup with ep+paddr in transport rhashtableXin Long2016-01-151-15/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-113-19/+11
|\
| * sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner2016-01-112-18/+10
| * net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin2016-01-101-1/+1
* | sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long2016-01-051-16/+1
* | sctp: drop the old assoc hashtable of sctpXin Long2016-01-054-96/+3
* | sctp: apply rhashtable api to sctp procfsXin Long2016-01-051-143/+173
* | sctp: apply rhashtable api to send/recv pathXin Long2016-01-054-56/+29
* | sctp: add the rhashtable apis for sctp global transport hashtableXin Long2016-01-051-0/+131
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-312-7/+13
|\|
| * sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2015-12-302-4/+5
| * sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner2015-12-281-0/+2
| * sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-281-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-175-11/+21
|\|
| * ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-111-0/+8
| * ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet2015-12-071-2/+1
| * sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-062-1/+3
| * sctp: only drop the reference on the datamsg after sending a msglucien2015-12-061-4/+2
| * sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-062-2/+1
| * sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-051-0/+1