summaryrefslogtreecommitdiff
path: root/net/sctp/endpointola.c
AgeCommit message (Expand)Author
2019-07-10sctp: change to hold sk after auth shkey is created successfullyXin 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
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-04-20sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller
2010-04-30sctp: update transport initializationsVlad Yasevich
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun
2009-03-18net: fix sctp breakageAl Viro
2008-08-21sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich
2007-11-09SCTP: Convert custom hash lists to use hlist.Vlad Yasevich
2007-11-09SCTP: Use hashed lookup when looking for an association.Vlad Yasevich
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich
2007-10-10[SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich
2007-10-10[SCTP]: Rewrite of sctp buffer management codeNeil Horman
2007-09-16[SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-02[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.Al Viro
2006-12-02[SCTP]: sctp_has_association() switched to net-endian.Al Viro
2006-12-02[SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.Al Viro
2006-12-02[SCTP]: Switch sctp_endpoint_is_match() to net-endian.Al Viro
2006-12-02[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro
2006-12-02[SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro
2006-12-02[SCTP]: Fix warningVlad Yasevich