summaryrefslogtreecommitdiff
path: root/net/sctp/endpointola.c
AgeCommit message (Expand)Author
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long
2021-12-25sctp: use call_rcu to free endpointXin Long
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-23sctp: cache netns in sctp_ep_commonXin Long
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-08-27sctp: make ecn flag per netns and endpointXin Long
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long
2017-08-06sctp: remove the typedef sctp_state_tXin Long
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long
2017-07-04net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-07-01sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long
2017-06-19sctp: ensure ep is not destroyed before doing the dumpXin Long
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long
2016-12-17sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long
2016-01-27sctp: Use shashHerbert Xu
2016-01-17sctp: the temp asoc's transports should not be hashed/unhashedXin Long
2016-01-05sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann
2013-04-15net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann
2013-04-15net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-01sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman