index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
endpointola.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: get netns from asoc and ep base
Xin Long
2019-12-09
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-25
1
-0
/
+1
|
\
|
*
sctp: cache netns in sctp_ep_common
Xin Long
2019-11-23
1
-0
/
+1
*
|
net: use helpers to change sk_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
|
/
*
sctp: make ecn flag per netns and endpoint
Xin Long
2019-08-27
1
-0
/
+1
*
sctp: add sctp_auth_init and sctp_auth_free
Xin Long
2019-08-19
1
-56
/
+5
*
sctp: add asconf_enable in struct sctp_endpoint
Xin Long
2019-08-19
1
-1
/
+2
*
sctp: change to hold sk after auth shkey is created successfully
Xin Long
2019-06-26
1
-4
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103
Thomas Gleixner
2019-05-24
1
-16
/
+1
*
sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()
Xin Long
2019-03-08
1
-8
/
+10
*
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
1
-2
/
+2
*
sctp: remove unnecessary asoc in sctp_has_association
Xin Long
2018-03-27
1
-4
/
+4
*
net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition
Yafang Shao
2017-12-20
1
-1
/
+1
*
sctp: remove the typedef sctp_subtype_t
Xin Long
2017-08-06
1
-1
/
+1
*
sctp: remove the typedef sctp_state_t
Xin Long
2017-08-06
1
-1
/
+1
*
sctp: remove the typedef sctp_hmac_algo_param_t
Xin Long
2017-07-16
1
-2
/
+2
*
sctp: remove the typedef sctp_chunks_param_t
Xin Long
2017-07-16
1
-2
/
+2
*
net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-3
/
+3
*
sctp: remove the typedef sctp_paramhdr_t
Xin Long
2017-07-01
1
-3
/
+4
*
sctp: remove an unnecessary check from sctp_endpoint_destroy
Xin Long
2017-07-01
1
-8
/
+6
*
sctp: ensure ep is not destroyed before doing the dump
Xin Long
2017-06-19
1
-0
/
+1
*
sctp: add reconf_enable in asoc ep and netns
Xin Long
2017-01-18
1
-0
/
+1
*
sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lock
Xin Long
2016-12-17
1
-1
/
+4
*
sctp: add SCTP_PR_SUPPORTED on sctp sockopt
Xin Long
2016-07-11
1
-0
/
+1
*
sctp: Use shash
Herbert Xu
2016-01-27
1
-1
/
+0
*
sctp: the temp asoc's transports should not be hashed/unhashed
Xin Long
2016-01-17
1
-1
/
+1
*
sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assoc
Xin Long
2016-01-05
1
-16
/
+1
*
sctp: apply rhashtable api to send/recv path
Xin Long
2016-01-05
1
-27
/
+8
*
net: sctp: migrate most recently used transport to ktime
Daniel Borkmann
2014-06-11
1
-1
/
+1
*
net: sctp: cache auth_enable per endpoint
Vlad Yasevich
2014-04-18
1
-1
/
+2
*
sctp: remove macros sctp_local_bh_{disable|enable}
wangweidong
2014-01-21
1
-2
/
+2
*
sctp: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-3
/
+2
*
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
2013-08-09
1
-6
/
+0
*
net: sctp: trivial: update mailing list address
Daniel Borkmann
2013-07-24
1
-1
/
+1
*
net: sctp: rework debugging framework to use pr_debug and friends
Daniel Borkmann
2013-07-01
1
-1
/
+4
*
net: sctp: decouple cleaning some socket data from endpoint
Daniel Borkmann
2013-06-25
1
-9
/
+10
*
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
2013-06-17
1
-1
/
+2
*
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
Daniel Borkmann
2013-04-15
1
-2
/
+2
*
net: sctp: remove sctp_ep_common struct member 'malloced'
Daniel Borkmann
2013-04-15
1
-7
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-05
1
-1
/
+1
|
\
|
*
sctp: use the passed in gfp flags instead GFP_KERNEL
Dan Carpenter
2013-03-01
1
-1
/
+1
*
|
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-2
/
+1
|
/
*
net: sctp: remove unused multiple cookie keys
Daniel Borkmann
2013-02-12
1
-7
/
+2
*
net: sctp: sctp_endpoint_free: zero out secret key data
Daniel Borkmann
2013-02-08
1
-0
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
1
-1
/
+1
|
\
|
*
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
2012-11-19
1
-1
/
+1
*
|
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
2012-12-03
1
-1
/
+4
|
/
*
sctp: Make sysctl tunables per net
Eric W. Biederman
2012-08-14
1
-4
/
+5
*
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
2012-08-14
1
-1
/
+3
*
sctp: Make the mib per network namespace
Eric W. Biederman
2012-08-14
1
-1
/
+1
[next]