index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
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
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-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
2015-12-06
sctp: only drop the reference on the datamsg after sending a msg
lucien
2015-12-06
sctp: hold the chunks only after the chunk is enqueued in outq
lucien
2015-12-05
sctp: also copy sk_tsflags when copying the socket
Marcelo Ricardo Leitner
2015-12-05
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
2015-12-05
sctp: use the same clock as if sock source timestamps were on
Marcelo Ricardo Leitner
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
ipv6: sctp: implement sctp_v6_destroy_sock()
Eric Dumazet
2015-12-03
ipv6: sctp: add rcu protection around np->opt
Eric Dumazet
2015-12-02
sctp: use GFP_USER for user-controlled kmalloc
Marcelo Ricardo Leitner
2015-12-01
net: fix sock_wake_async() rcu protection
Eric Dumazet
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
[next]