summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-0/+2
2006-01-31[SCTP]: correct the number of INIT retransmissionsVlad Yasevich1-1/+1
2006-01-17[SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala1-0/+4
2006-01-17[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich1-1/+1
2006-01-12[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-12[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-2/+2
2006-01-04[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz1-0/+184
2006-01-04[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz1-126/+385
2005-12-20[SCTP]: Fix sctp to not return erroneous POLLOUT events.Neil Horman1-11/+3
2005-12-15[PATCH] Address of void __user * is void __user * *, not void * __user *Al Viro1-1/+1
2005-12-03[SCTP]: Return socket errors only if the receive queue is empty.Neil Horman1-5/+5
2005-11-12[SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman1-0/+4
2005-11-12[SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich1-1/+0
2005-10-29[SCTP] Do not allow unprivileged programs initiating new associations onIvan Skytte Jorgensen1-0/+26
2005-10-29[SCTP] Allow SCTP_MAXSEG to revert to default frag point with a '0' value.Ivan Skytte Jorgensen1-7/+5
2005-10-29[SCTP] Fix SCTP_SETADAPTION sockopt to use the correct structure.Ivan Skytte Jorgensen1-11/+9
2005-10-29[SCTP] Rename SCTP specific control message flags.Ivan Skytte Jorgensen1-16/+16
2005-10-07[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.Ivan Skytte Jørgensen1-25/+227
2005-09-02[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-2/+1
2005-08-30[NET]: Kill skb->listDavid S. Miller1-2/+2
2005-07-09[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller1-1/+1
2005-06-21[SCTP] sctp_connectx() API supportFrank Filz1-117/+288
2005-06-19[SCTP]: Replace spin_lock_irqsave with spin_lock_bhHerbert Xu1-6/+2
2005-06-14[SCTP]: Fix bug in restart of peeled-off associations.Vladislav Yasevich1-0/+12
2005-04-28[SCTP] Fix SCTP sendbuffer accouting.Neil Horman1-5/+31
2005-04-28[SCTP] Fix SCTP_ASSOCINFO getsockopt for 1-1 styleVladislav Yasevich1-1/+1
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+4797