aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/endpointola.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long1-4/+9
2021-12-25sctp: use call_rcu to free endpointXin Long1-8/+15
2019-12-09sctp: get netns from asoc and ep baseXin Long1-3/+3
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-11-23sctp: cache netns in sctp_ep_commonXin Long1-0/+1
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet1-1/+1
2019-08-27sctp: make ecn flag per netns and endpointXin Long1-0/+1
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long1-56/+5
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long1-1/+2
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner1-16/+1
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long1-8/+10
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long1-4/+4
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao1-1/+1
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_state_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long1-2/+2
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long1-2/+2
2017-07-04net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long1-3/+4
2017-07-01sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long1-8/+6
2017-06-19sctp: ensure ep is not destroyed before doing the dumpXin Long1-0/+1
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long1-0/+1
2016-12-17sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long1-1/+4
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long1-0/+1
2016-01-27sctp: Use shashHerbert Xu1-1/+0
2016-01-17sctp: the temp asoc's transports should not be hashed/unhashedXin Long1-1/+1
2016-01-05sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long1-16/+1
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long1-27/+8
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann1-1/+1
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich1-1/+2
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong1-2/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-1/+4
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann1-9/+10
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-1/+2
2013-04-15net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann1-2/+2
2013-04-15net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann1-7/+3
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2013-03-01sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann1-7/+2
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari1-1/+4
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-4/+5
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman1-1/+3
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman1-1/+1
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman1-2/+4
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman1-1/+3
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-04-20sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich1-6/+14
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller1-2/+0
2010-04-30sctp: update transport initializationsVlad Yasevich1-2/+0
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun1-0/+1
2009-03-18net: fix sctp breakageAl Viro1-1/+2
2008-08-21sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich1-2/+2
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-8/+4
2007-11-09SCTP: Convert custom hash lists to use hlist.Vlad Yasevich1-1/+2
2007-11-09SCTP: Use hashed lookup when looking for an association.Vlad Yasevich1-12/+22
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich1-0/+29
2007-10-10[SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich1-0/+83
2007-10-10[SCTP]: Rewrite of sctp buffer management codeNeil Horman1-0/+1
2007-09-16[SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich1-20/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-2/+9
2006-12-02[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.Al Viro1-3/+1
2006-12-02[SCTP]: sctp_has_association() switched to net-endian.Al Viro1-1/+1
2006-12-02[SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.Al Viro1-5/+5
2006-12-02[SCTP]: Switch sctp_endpoint_is_match() to net-endian.Al Viro1-4/+2
2006-12-02[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro1-1/+3
2006-12-02[SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro1-1/+3
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro1-1/+1
2006-12-02[SCTP]: Fix warningVlad Yasevich1-0/+7
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+6
2006-10-30[SCTP]: Remove temporary associations from backlog and hash.Vlad Yasevich1-0/+7
2006-09-21[SCTP]: Use HMAC template and hash interfaceHerbert Xu1-1/+1
2006-07-21[SCTP]: Unhash the endpoint in sctp_endpoint_free().Vlad Yasevich1-5/+6
2005-11-11[SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman1-0/+3
2005-11-11[SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich1-23/+0
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-3/+2
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-2/+1
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan1-2/+4
2005-06-28[SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich1-8/+5
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz1-1/+0
2005-04-28[SCTP] Fix SCTP sendbuffer accouting.Neil Horman1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+389