summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* SCTP: remove useless code in function sctp_init_causeWei Yongjun2007-08-021-3/+0
* sctp: remove shadowed symbolssebastian@breakpoint.cc2007-08-011-1/+0
* sctp: move global declaration to header file.sebastian@breakpoint.cc2007-08-011-2/+0
* [SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich2007-05-041-13/+2
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-2/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-111-44/+44
|\
| * [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-44/+44
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
|/
* [SCTP]: Verify some mandatory parameters.Vlad Yasevich2007-01-231-1/+3
* [SCTP]: Set correct error cause value for missing parametersVlad Yasevich2007-01-231-1/+1
* [SCTP]: Fix err_hdr assignment in sctp_init_cause.Vlad Yasevich2007-01-091-2/+2
* [SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen2006-12-221-12/+12
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* [SCTP]: Use kzalloc where appropriateArnaldo Carvalho de Melo2006-12-021-8/+5
* [SCTP]: Even more trivial sctp annotations.Al Viro2006-12-021-2/+2
* [SCTP]: More trivial sctp annotations.Al Viro2006-12-021-6/+5
* [SCTP]: Annotate ->supported_addrs().Al Viro2006-12-021-1/+1
* [SCTP]: ->source_h is not used anymore.Al Viro2006-12-021-1/+0
* [SCTP]: Switch sctp_chunk ->dest to net-endian.Al Viro2006-12-021-4/+2
* [SCTP]: sctp_process_init() and sctp_source() switched to net-endian.Al Viro2006-12-021-8/+4
* [SCTP]: Switch ->from_addr_param() to net-endian.Al Viro2006-12-021-17/+12
* [SCTP]: Switch sctp_add_bind_addr() to net-endian.Al Viro2006-12-021-1/+3
* [SCTP]: Switch sctp_assoc_add_peer() to net-endian.Al Viro2006-12-021-5/+10
* [SCTP]: Switch ->from_skb() to net-endian.Al Viro2006-12-021-3/+1
* [SCTP]: Switch sctp_cookie ->peer_addr to net-endian.Al Viro2006-12-021-2/+4
* [SCTP]: sctp_init_addrs() switched to net-endian.Al Viro2006-12-021-3/+3
* [SCTP]: Switch sctp_del_bind_addr() to net-endian.Al Viro2006-12-021-1/+1
* [SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro2006-12-021-1/+1
* [SCTP]: sctp_assoc_del_peer() switched to net-endian.Al Viro2006-12-021-1/+1
* [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro2006-12-021-3/+8
* [SCTP] embedded sctp_addr: net-endian mirrorsAl Viro2006-12-021-0/+1
* [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro2006-12-021-4/+4
* [SCTP]: Trivial sctp endianness annotations.Al Viro2006-12-021-9/+9
* [SCTP]: sctp_make_op_error() annotations.Al Viro2006-12-021-1/+1
* [SCTP]: Annotate sctp_init_cause().Al Viro2006-12-021-1/+1
* [SCTP]: Do not timestamp every SCTP packet.Vlad Yasevich2006-09-291-1/+9
* [SCTP]: Use HMAC template and hash interfaceHerbert Xu2006-09-211-10/+27
* Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala2006-08-221-21/+9
* [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala2006-07-211-2/+8
* [SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala2006-07-211-2/+2
* [SCTP]: sctp_unpack_cookie() fixAl Viro2006-06-201-2/+2
* [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-171-1/+1
* [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-171-2/+12
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-1/+1
* [NET]: kfree cleanupJesper Juhl2005-11-081-4/+2
* [SCTP] Rename SCTP specific control message flags.Ivan Skytte Jorgensen2005-10-281-1/+1
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-7/+7
OpenPOWER on IntegriCloud