index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
sctp: translate network order to host order when users get a hmacid
Xin Long
1
-2
/
+7
2016-01-28
sctp: remove the dead field of sctp_transport
Xin Long
3
-19
/
+1
2016-01-28
sctp: hold transport before we access t->asoc in sctp proc
Xin Long
1
-0
/
+8
2016-01-28
sctp: fix the transport dead race check by using atomic_add_unless on refcnt
Xin Long
2
-8
/
+13
2016-01-24
sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
Marcelo Ricardo Leitner
1
-0
/
+2
2016-01-17
sctp: the temp asoc's transports should not be hashed/unhashed
Xin Long
2
-2
/
+8
2016-01-15
net: sctp: Move sequence start handling into sctp_transport_get_idx()
Geert Uytterhoeven
1
-3
/
+3
2016-01-15
sctp: support to lookup with ep+paddr in transport rhashtable
Xin Long
1
-15
/
+23
2016-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-19
/
+11
2016-01-11
sctp: fix use-after-free in pr_debug statement
Marcelo Ricardo Leitner
2
-18
/
+10
2016-01-10
net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
Sasha Levin
1
-1
/
+1
2016-01-05
sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assoc
Xin Long
1
-16
/
+1
2016-01-05
sctp: drop the old assoc hashtable of sctp
Xin Long
4
-96
/
+3
2016-01-05
sctp: apply rhashtable api to sctp procfs
Xin Long
1
-143
/
+173
2016-01-05
sctp: apply rhashtable api to send/recv path
Xin Long
4
-56
/
+29
2016-01-05
sctp: add the rhashtable apis for sctp global transport hashtable
Xin Long
1
-0
/
+131
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+13
2015-12-30
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2
-4
/
+5
2015-12-28
sctp: label accepted/peeled off sockets
Marcelo Ricardo Leitner
1
-0
/
+2
2015-12-28
sctp: use GFP_USER for user-controlled kmalloc
Marcelo Ricardo Leitner
1
-3
/
+6
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-11
/
+21
2015-12-16
net: sctp: dynamically enable or disable pf state
Zhu Yanjun
3
-1
/
+14
2015-12-15
sctp: use GFP_KERNEL in sctp_init()
Eric Dumazet
1
-2
/
+2
2015-12-15
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
Tom Herbert
1
-1
/
+1
2015-12-11
ipv6: sctp: clone options to avoid use after free
Eric Dumazet
1
-0
/
+8
2015-12-07
ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()
Eric Dumazet
1
-2
/
+1
2015-12-06
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
2
-1
/
+3
2015-12-06
sctp: only drop the reference on the datamsg after sending a msg
lucien
1
-4
/
+2
2015-12-06
sctp: hold the chunks only after the chunk is enqueued in outq
lucien
2
-2
/
+1
2015-12-05
sctp: also copy sk_tsflags when copying the socket
Marcelo Ricardo Leitner
1
-0
/
+1
2015-12-05
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
1
-0
/
+3
2015-12-05
sctp: use the same clock as if sock source timestamps were on
Marcelo Ricardo Leitner
1
-2
/
+2
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-17
/
+35
2015-12-03
ipv6: sctp: implement sctp_v6_destroy_sock()
Eric Dumazet
1
-1
/
+8
2015-12-03
ipv6: sctp: add rcu protection around np->opt
Eric Dumazet
1
-3
/
+10
2015-12-02
sctp: use GFP_USER for user-controlled kmalloc
Marcelo Ricardo Leitner
1
-2
/
+2
2015-12-01
net: fix sock_wake_async() rcu protection
Eric Dumazet
1
-10
/
+14
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-1
/
+1
2015-11-30
net: Generalise wq_has_sleeper helper
Herbert Xu
1
-1
/
+1
2015-11-15
sctp: translate host order to network order when setting a hmacid
lucien
1
-2
/
+2
2015-11-09
remove abs64()
Andrew Morton
1
-1
/
+1
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-10-05
net: sctp: avoid incorrect time_t use
Arnd Bergmann
2
-2
/
+2
2015-09-29
net: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-1
/
+1
2015-09-28
net: sctp: Don't use 64 kilobyte lookup table for four elements
Denys Vlasenko
1
-9
/
+11
2015-09-28
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event
Karl Heiss
1
-19
/
+23
2015-09-28
sctp: Whitespace fix
Karl Heiss
1
-2
/
+2
2015-09-11
sctp: fix race on protocol/netns initialization
Marcelo Ricardo Leitner
1
-23
/
+41
[next]