aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-21[SCTP]: Use HMAC template and hash interfaceHerbert Xu3-14/+4
2006-08-22Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala2-15/+1
2006-07-21[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala1-5/+2
2006-07-21[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala2-0/+13
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-1/+0
2006-06-20[SCTP]: Fix unintentional change to SCTP_ASSERT when !SCTP_DEBUGDavid S. Miller1-1/+1
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-1/+1
2006-06-17[SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich1-1/+2
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2-3/+4
2006-05-19[SCTP]: Respect the real chunk length when walking parameters.Vladislav Yasevich1-3/+3
2006-05-19[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala1-0/+1
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2006-05-05[SCTP]: Allow spillover of receive buffer to avoid deadlock.Neil Horman1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+10
2006-02-02[SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich1-1/+1
2006-01-17[SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala1-0/+2
2006-01-17[SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich1-0/+8
2006-01-17[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich1-37/+41
2006-01-17[SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich1-1/+2
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches1-2/+2
2006-01-03[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.Frank Filz1-0/+14
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2-20/+72
2005-11-11[SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman1-0/+16
2005-11-11[SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands.Vladislav Yasevich1-3/+4
2005-11-11[SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich1-3/+0
2005-10-28[SCTP] Rename SCTP specific control message flags.Ivan Skytte Jorgensen1-4/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro5-33/+30
2005-10-06[SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels.Sridhar Samudrala1-5/+5
2005-10-06[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.Ivan Skytte Jørgensen1-7/+16
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1
2005-07-18[SCTP]: Fix potential null pointer dereference while handling an icmp errorSridhar Samudrala1-5/+2
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan5-30/+41
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller1-13/+7
2005-06-28[SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich2-15/+7
2005-06-24[PATCH] make various thing staticAdrian Bunk1-6/+0
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz6-22/+62
2005-04-28[SCTP] Fix SCTP sendbuffer accouting.Neil Horman1-1/+10
2005-04-28[SCTP] Implement Sec 2.41 of SCTP Implementers guide.Jerome Forissier1-18/+24
2005-04-16Linux-2.6.12-rc2Linus Torvalds9-0/+4507