aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman1-1/+1
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich1-1/+2
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu1-4/+2
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison1-2/+2
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-1/+2
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-2/+5
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-28[SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich1-0/+1
2007-10-10[SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich1-27/+104
2007-10-10[SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich1-0/+4
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki1-6/+6
2006-09-29[SCTP]: Include sk_buff overhead while updating the peer's receive window.Sridhar Samudrala1-2/+8
2006-06-17[SCTP]: Don't do CRC32C checksum over loopback.Sridhar Samudrala1-21/+27
2006-02-02[SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich1-1/+1
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz1-6/+11
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller1-9/+13
2005-04-28[SCTP] Replace incorrect use of dev_alloc_skb with alloc_skb in sctp_packet_transmit().Sridhar Samudrala1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+646