aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetGravatar Arnaldo Carvalho de Melo 2-93/+93
2006-03-20[NET]: {get|set}sockopt compatibility layerGravatar Dmitry Mishin 2-0/+16
2006-02-02[SCTP]: Fix 'fast retransmit' to send a TSN only once.Gravatar Vlad Yasevich 2-6/+8
2006-01-30[SCTP]: heartbeats exceed maximum retransmssion limitGravatar Vlad Yasevich 1-1/+1
2006-01-30[SCTP]: correct the number of INIT retransmissionsGravatar Vlad Yasevich 2-4/+4
2006-01-17[SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Gravatar Tsutomu Fujii 2-4/+11
2006-01-17[SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Gravatar Sridhar Samudrala 2-1/+38
2006-01-17[SCTP]: Fix machine check/connection hang on IA64.Gravatar Vlad Yasevich 1-1/+1
2006-01-17[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Gravatar Vlad Yasevich 4-9/+6
2006-01-17[SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Gravatar Vlad Yasevich 1-2/+2
2006-01-17[SCTP]: sctp doesn't show all associations/endpoints in /procGravatar Vlad Yasevich 1-18/+10
2006-01-17[SCTP]: Fix sctp_cookie alignment in the packet.Gravatar Vlad Yasevich 1-2/+12
2006-01-17[SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Gravatar Sridhar Samudrala 2-10/+23
2006-01-13[NET]: Use NIP6_FMT in kernel.hGravatar Joe Perches 2-17/+11
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Gravatar Kris Katterjohn 2-3/+3
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Gravatar Kris Katterjohn 1-2/+1
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are doneGravatar Patrick McHardy 1-0/+1
2006-01-07[IPV6]: Move nextheader offset to the IP6CBGravatar Patrick McHardy 1-1/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2006-01-03[NET]: move struct proto_ops to constGravatar Eric Dumazet 2-2/+2
2006-01-03[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Gravatar Frank Filz 1-0/+184
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Gravatar Frank Filz 7-200/+523
2005-12-19[SCTP]: Fix sctp to not return erroneous POLLOUT events.Gravatar Neil Horman 1-11/+3
2005-12-15[PATCH] Address of void __user * is void __user * *, not void * __user *Gravatar Al Viro 1-1/+1
2005-12-02[SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection fromGravatar Neil Horman 1-1/+2
2005-12-02[SCTP]: Return socket errors only if the receive queue is empty.Gravatar Neil Horman 1-5/+5
2005-11-11[SCTP]: Include ulpevents in socket receive buffer accounting.Gravatar Neil Horman 8-39/+54
2005-11-11[SCTP]: Remove timeouts[] array from sctp_endpoint.Gravatar Vladislav Yasevich 4-29/+25
2005-11-11[SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddrGravatar Vladislav Yasevich 1-0/+3
2005-11-08[NET]: kfree cleanupGravatar Jesper Juhl 2-7/+3
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6Gravatar Arnaldo Carvalho de Melo 3-38/+60
2005-10-28[SCTP] Do not allow unprivileged programs initiating new associations onGravatar Ivan Skytte Jorgensen 1-0/+26
2005-10-28[SCTP] Allow SCTP_MAXSEG to revert to default frag point with a '0' value.Gravatar Ivan Skytte Jorgensen 1-7/+5
2005-10-28[SCTP] Fix SCTP_SETADAPTION sockopt to use the correct structure.Gravatar Ivan Skytte Jorgensen 1-11/+9
2005-10-28[SCTP] Rename SCTP specific control message flags.Gravatar Ivan Skytte Jorgensen 3-20/+20
2005-10-25[NET]: Wider use of for_each_*cpu()Gravatar John Hawkes 1-3/+1
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 11-45/+44
2005-10-06[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.1-25/+227
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlGravatar Herbert Xu 1-1/+1
2005-09-22[SCTP]: Fix SCTP_SHUTDOWN notifications.Gravatar Sridhar Samudrala 1-11/+11
2005-09-05[SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h>Gravatar Adrian Bunk 1-0/+1
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLGravatar Jesper Juhl 2-4/+2
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersGravatar Eric Dumazet 1-3/+3
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampGravatar Patrick McHardy 2-6/+7
2005-08-29[INET]: Make inet_create try to load protocol modulesGravatar Arnaldo Carvalho de Melo 1-0/+4
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2005-08-29[NET]: Cleanup INET_REFCNT_DEBUG codeGravatar Arnaldo Carvalho de Melo 2-7/+2
2005-08-29[NET]: Kill skb->listGravatar David S. Miller 2-27/+40
2005-08-23[SCTP]: Add SENTINEL to SCTP MIB statsGravatar Vlad Yasevich 1-0/+1