index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-03-23
9
-14
/
+30
|
\
|
*
sctp: align MTU to a word
Marcelo Ricardo Leitner
2016-03-20
3
-4
/
+6
|
*
sctp: do not leak chunks that are sent to unconfirmed paths
Marcelo Ricardo Leitner
2016-03-20
1
-1
/
+5
|
*
sctp: do not update a_rwnd if we are not issuing a sack
Marcelo Ricardo Leitner
2016-03-20
1
-1
/
+5
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2016-03-19
13
-139
/
+148
|
|
\
|
*
|
sctp: fix copying more bytes than expected in sctp_add_bind_addr
Marcelo Ricardo Leitner
2016-03-08
4
-8
/
+14
*
|
|
net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3
Andy Lutomirski
2016-03-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-19
11
-95
/
+96
|
\
\
|
*
|
sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
Nicholas Mc Guire
2016-03-16
1
-4
/
+2
|
*
|
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
2016-03-13
7
-66
/
+83
|
*
|
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
2016-03-13
2
-2
/
+2
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
2
-5
/
+7
|
|
\
\
|
|
|
/
|
*
|
net: sctp: Convert log timestamps to be y2038 safe
Deepa Dinamani
2016-03-01
1
-5
/
+5
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
2
-10
/
+45
|
|
\
\
|
*
|
|
sctp: remove the unused sctp_datamsg_free()
Xin Long
2016-02-17
1
-13
/
+0
|
*
|
|
sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()
Xin Long
2016-02-17
1
-2
/
+0
|
*
|
|
sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...
Xin Long
2016-02-17
1
-2
/
+2
|
*
|
|
sock: struct proto hash function may error
Craig Gallek
2016-02-11
1
-1
/
+2
*
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-17
4
-44
/
+52
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
sctp: Use shash
Herbert Xu
2016-01-27
4
-44
/
+52
*
|
|
|
sctp: sctp_remaddr_seq_show use the wrong variable to dump transport info
Xin Long
2016-03-01
1
-5
/
+5
*
|
|
|
sctp: lack the check for ports in sctp_v6_cmp_addr
Xin Long
2016-03-01
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
sctp: Fix port hash table size computation
Neil Horman
2016-02-21
1
-8
/
+38
*
|
|
sctp: translate network order to host order when users get a hmacid
Xin Long
2016-02-09
1
-2
/
+7
|
|
/
|
/
|
*
|
sctp: remove the dead field of sctp_transport
Xin Long
2016-01-28
3
-19
/
+1
*
|
sctp: hold transport before we access t->asoc in sctp proc
Xin Long
2016-01-28
1
-0
/
+8
*
|
sctp: fix the transport dead race check by using atomic_add_unless on refcnt
Xin Long
2016-01-28
2
-8
/
+13
*
|
sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
Marcelo Ricardo Leitner
2016-01-24
1
-0
/
+2
|
/
*
sctp: the temp asoc's transports should not be hashed/unhashed
Xin Long
2016-01-17
2
-2
/
+8
*
net: sctp: Move sequence start handling into sctp_transport_get_idx()
Geert Uytterhoeven
2016-01-15
1
-3
/
+3
*
sctp: support to lookup with ep+paddr in transport rhashtable
Xin Long
2016-01-15
1
-15
/
+23
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-11
3
-19
/
+11
|
\
|
*
sctp: fix use-after-free in pr_debug statement
Marcelo Ricardo Leitner
2016-01-11
2
-18
/
+10
|
*
net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
Sasha Levin
2016-01-10
1
-1
/
+1
*
|
sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assoc
Xin Long
2016-01-05
1
-16
/
+1
*
|
sctp: drop the old assoc hashtable of sctp
Xin Long
2016-01-05
4
-96
/
+3
*
|
sctp: apply rhashtable api to sctp procfs
Xin Long
2016-01-05
1
-143
/
+173
*
|
sctp: apply rhashtable api to send/recv path
Xin Long
2016-01-05
4
-56
/
+29
*
|
sctp: add the rhashtable apis for sctp global transport hashtable
Xin Long
2016-01-05
1
-0
/
+131
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-31
2
-7
/
+13
|
\
\
|
|
/
|
*
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2015-12-30
2
-4
/
+5
|
*
sctp: label accepted/peeled off sockets
Marcelo Ricardo Leitner
2015-12-28
1
-0
/
+2
|
*
sctp: use GFP_USER for user-controlled kmalloc
Marcelo Ricardo Leitner
2015-12-28
1
-3
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-17
5
-11
/
+21
|
\
\
|
|
/
|
*
ipv6: sctp: clone options to avoid use after free
Eric Dumazet
2015-12-11
1
-0
/
+8
|
*
ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()
Eric Dumazet
2015-12-07
1
-2
/
+1
|
*
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
2015-12-06
2
-1
/
+3
|
*
sctp: only drop the reference on the datamsg after sending a msg
lucien
2015-12-06
1
-4
/
+2
|
*
sctp: hold the chunks only after the chunk is enqueued in outq
lucien
2015-12-06
2
-2
/
+1
|
*
sctp: also copy sk_tsflags when copying the socket
Marcelo Ricardo Leitner
2015-12-05
1
-0
/
+1
[next]