index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
2016-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-03-22
net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3
Andy Lutomirski
2016-03-20
sctp: align MTU to a word
Marcelo Ricardo Leitner
2016-03-20
sctp: do not leak chunks that are sent to unconfirmed paths
Marcelo Ricardo Leitner
2016-03-20
sctp: do not update a_rwnd if we are not issuing a sack
Marcelo Ricardo Leitner
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-16
sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
Nicholas Mc Guire
2016-03-13
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
2016-03-13
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
2016-03-08
sctp: fix copying more bytes than expected in sctp_add_bind_addr
Marcelo Ricardo Leitner
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-01
sctp: sctp_remaddr_seq_show use the wrong variable to dump transport info
Xin Long
2016-03-01
sctp: lack the check for ports in sctp_v6_cmp_addr
Xin Long
2016-03-01
net: sctp: Convert log timestamps to be y2038 safe
Deepa Dinamani
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-21
sctp: Fix port hash table size computation
Neil Horman
2016-02-17
sctp: remove the unused sctp_datamsg_free()
Xin Long
2016-02-17
sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()
Xin Long
2016-02-17
sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...
Xin Long
2016-02-11
sock: struct proto hash function may error
Craig Gallek
2016-02-09
sctp: translate network order to host order when users get a hmacid
Xin Long
2016-01-28
sctp: remove the dead field of sctp_transport
Xin Long
2016-01-28
sctp: hold transport before we access t->asoc in sctp proc
Xin Long
2016-01-28
sctp: fix the transport dead race check by using atomic_add_unless on refcnt
Xin Long
2016-01-27
sctp: Use shash
Herbert Xu
2016-01-24
sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
Marcelo Ricardo Leitner
2016-01-17
sctp: the temp asoc's transports should not be hashed/unhashed
Xin Long
2016-01-15
net: sctp: Move sequence start handling into sctp_transport_get_idx()
Geert Uytterhoeven
2016-01-15
sctp: support to lookup with ep+paddr in transport rhashtable
Xin Long
2016-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-11
sctp: fix use-after-free in pr_debug statement
Marcelo Ricardo Leitner
2016-01-10
net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
Sasha Levin
2016-01-05
sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assoc
Xin Long
2016-01-05
sctp: drop the old assoc hashtable of sctp
Xin Long
2016-01-05
sctp: apply rhashtable api to sctp procfs
Xin Long
2016-01-05
sctp: apply rhashtable api to send/recv path
Xin Long
2016-01-05
sctp: add the rhashtable apis for sctp global transport hashtable
Xin Long
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-30
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2015-12-28
sctp: label accepted/peeled off sockets
Marcelo Ricardo Leitner
2015-12-28
sctp: use GFP_USER for user-controlled kmalloc
Marcelo Ricardo Leitner
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-16
net: sctp: dynamically enable or disable pf state
Zhu Yanjun
2015-12-15
sctp: use GFP_KERNEL in sctp_init()
Eric Dumazet
2015-12-15
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
Tom Herbert
2015-12-11
ipv6: sctp: clone options to avoid use after free
Eric Dumazet
2015-12-07
ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()
Eric Dumazet
2015-12-06
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
[next]