index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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-06
1
-0
/
+1
|
*
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
2015-12-06
1
-0
/
+3
|
*
sctp: use the same clock as if sock source timestamps were on
Marcelo Ricardo Leitner
2015-12-06
1
-2
/
+2
*
|
net: sctp: dynamically enable or disable pf state
Zhu Yanjun
2015-12-16
3
-1
/
+14
*
|
sctp: use GFP_KERNEL in sctp_init()
Eric Dumazet
2015-12-16
1
-2
/
+2
*
|
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
Tom Herbert
2015-12-15
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-04
2
-17
/
+35
|
\
|
|
*
ipv6: sctp: implement sctp_v6_destroy_sock()
Eric Dumazet
2015-12-03
1
-1
/
+8
|
*
ipv6: sctp: add rcu protection around np->opt
Eric Dumazet
2015-12-03
1
-3
/
+10
|
*
sctp: use GFP_USER for user-controlled kmalloc
Marcelo Ricardo Leitner
2015-12-03
1
-2
/
+2
|
*
net: fix sock_wake_async() rcu protection
Eric Dumazet
2015-12-01
1
-10
/
+14
|
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-1
/
+1
*
|
net: Generalise wq_has_sleeper helper
Herbert Xu
2015-11-30
1
-1
/
+1
|
/
*
sctp: translate host order to network order when setting a hmacid
lucien
2015-11-16
1
-2
/
+2
*
remove abs64()
Andrew Morton
2015-11-10
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-07
1
-1
/
+1
|
\
|
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-07
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-11-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
net: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-09-29
1
-1
/
+1
*
|
net: sctp: avoid incorrect time_t use
Arnd Bergmann
2015-10-05
2
-2
/
+2
*
|
net: sctp: Don't use 64 kilobyte lookup table for four elements
Denys Vlasenko
2015-09-29
1
-9
/
+11
*
|
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event
Karl Heiss
2015-09-29
1
-19
/
+23
*
|
sctp: Whitespace fix
Karl Heiss
2015-09-29
1
-2
/
+2
*
|
sctp: fix race on protocol/netns initialization
Marcelo Ricardo Leitner
2015-09-12
1
-23
/
+41
*
|
sctp: add routing output fallback
Marcelo Ricardo Leitner
2015-09-04
1
-1
/
+7
*
|
sctp: fix dst leak
Marcelo Ricardo Leitner
2015-09-04
1
-1
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-31
2
-3
/
+14
|
\
\
|
*
|
sctp: Do not try to search for the transport twice
Vlad Yasevich
2015-08-29
1
-1
/
+1
|
*
|
sctp: ASCONF-ACK with Unresolvable Address should be sent
lucien
2015-08-29
1
-2
/
+13
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-28
2
-1
/
+8
|
\
|
|
|
*
|
sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
lucien
2015-08-28
1
-1
/
+1
|
*
|
sctp: asconf's process should verify address parameter is in the beginning
lucien
2015-08-27
1
-0
/
+7
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-01
1
-6
/
+0
|
\
|
|
*
net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warnings
Daniel Borkmann
2015-07-27
1
-6
/
+0
*
|
sctp: fix cut and paste issue in comment
Marcelo Ricardo Leitner
2015-07-21
1
-1
/
+1
*
|
sctp: fix src address selection if using secondary addresses
Marcelo Ricardo Leitner
2015-07-21
1
-0
/
+10
*
|
sctp: reduce indent level on sctp_v4_get_dst
Marcelo Ricardo Leitner
2015-07-21
1
-15
/
+17
|
/
*
sctp: Fix race between OOTB responce and route removal
Alexander Sverdlin
2015-06-29
1
-1
/
+3
*
net: Kill sock->sk_protinfo
David Miller
2015-06-29
1
-6
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-24
1
-11
/
+32
|
\
|
*
sctp: fix ASCONF list handling
Marcelo Ricardo Leitner
2015-06-14
1
-11
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-14
1
-1
/
+10
|
\
|
|
*
sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO
Marcelo Ricardo Leitner
2015-06-12
1
-1
/
+10
*
|
ipv6: Add rt6_get_cookie() function
Martin KaFai Lau
2015-05-25
1
-1
/
+1
*
|
ipv6: Remove external dependency on rt6i_dst and rt6i_src
Martin KaFai Lau
2015-05-25
1
-1
/
+2
*
|
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
2015-05-11
2
-2
/
+2
|
/
*
sctp: avoid to repeatedly declare external variables
Ying Xue
2015-03-25
2
-9
/
+0
*
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-5
/
+3
[prev]
[next]