summaryrefslogtreecommitdiffstats
path: root/net/sctp/endpointola.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-221-2/+2
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-1/+4
* net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-261-9/+10
* net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-181-1/+2
* net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann2013-04-151-2/+2
* net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann2013-04-151-7/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-061-1/+1
|\
| * sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
|/
* net: sctp: remove unused multiple cookie keysDaniel Borkmann2013-02-121-7/+2Star
* net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-081-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-1/+4
|/
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-151-4/+5
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-151-1/+3
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-151-1/+1
* sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2012-08-151-2/+4
* sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2012-08-151-1/+3
* treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* sctp: bail from sctp_endpoint_lookup_assoc() if not boundVlad Yasevich2011-04-201-6/+14
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-041-2/+0Star
|\
| * sctp: update transport initializationsVlad Yasevich2010-05-011-2/+0Star
* | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-281-0/+1
|/
* net: fix sctp breakageAl Viro2009-03-191-1/+2
* sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2008-08-211-2/+2
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-8/+4Star
* SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-091-1/+2
* SCTP: Use hashed lookup when looking for an association.Vlad Yasevich2007-11-091-12/+22
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-111-0/+29
* [SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich2007-10-111-0/+83
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-111-0/+1
* [SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich2007-09-171-20/+7Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-2/+9
|\
| * [SCTP]: sctp_process_init() and sctp_source() switched to net-endian.Al Viro2006-12-031-3/+1Star
| * [SCTP]: sctp_has_association() switched to net-endian.Al Viro2006-12-031-1/+1
| * [SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.Al Viro2006-12-031-5/+5
| * [SCTP]: Switch sctp_endpoint_is_match() to net-endian.Al Viro2006-12-031-4/+2Star
| * [SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro2006-12-031-1/+3
| * [SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro2006-12-031-1/+3
| * [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro2006-12-031-1/+1
| * [SCTP]: Fix warningVlad Yasevich2006-12-031-0/+7
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+6
|/
* [SCTP]: Remove temporary associations from backlog and hash.Vlad Yasevich2006-10-311-0/+7
* [SCTP]: Use HMAC template and hash interfaceHerbert Xu2006-09-211-1/+1