summaryrefslogtreecommitdiff
path: root/net/sctp/outqueue.c
AgeCommit message (Expand)Author
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman
2008-10-01sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich
2008-10-01sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich
2008-10-01sctp: Only mark chunks as missing when there are gapsVlad Yasevich
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich
2008-06-04sctp: Flush the queue only once during fast retransmit.Vlad Yasevich
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich
2008-04-17SCTP: Initialize partial_bytes_acked to 0, when all of the data is acked.Gui Jianfeng
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-12[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day
2008-04-12[SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-29[SCTP]: extend exported data in /proc/net/sctp/assocNeil Horman
2008-02-06[SCTP]: Make sure the chunk is off the transmitted list prior to freeing.Vlad Yasevich
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich
2008-01-28[SCTP]: Update ASCONF processing to conform to spec.Vlad Yasevich
2007-11-09SCTP: Always flush the queue when uncorcking.Vlad Yasevich
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich
2007-11-07SCTP : Fix bad formatted comment in outqueue.cWei Yongjun
2007-08-30SCTP: Do not retransmit chunks that are newer then rtt.Vlad Yasevich
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger
2007-02-26[SCTP]: Fix connection hang/slowdown with PR-SCTPVlad Yasevich
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-02[SCTP]: Even more trivial sctp annotations.Al Viro
2006-12-02[SCTP]: More trivial sctp annotations.Al Viro
2006-09-29[SCTP]: Include sk_buff overhead while updating the peer's receive window.Sridhar Samudrala
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala
2006-07-21[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich
2006-02-02[SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz
2004-12-26[SCTP] Code cleanup: remove unused code and make needlessly global code staticSridhar Samudrala
2004-11-01[SCTP]: Remove an unused function in outqueue.cAdrian Bunk
2004-10-21[SCTP] Fix HEARTBEAT_ACKs being sent to wrong dest. ip address in aSridhar Samudrala
2004-07-24Merge conflicts with Yoshfuji's SNMP stats changes.David S. Miller
2004-07-23[SCTP] Mark chunks as ineligible for fast retransmit after they areSridhar Samudrala
2004-07-20Merge bk://bk.skbuff.net:20608/linux-2.6-snmp-20040708David S. Miller
2004-07-11[SPARSE]: Fix warnings in net/sctp/Andrew Morton
2004-07-09[NET] convert storage for MIB from struct member to array item.Hideaki Yoshifuji
2004-05-04[SCTP] Fix accessing Gap Ack blocks array with a -ve index inSridhar Samudrala
2004-04-18[SCTP] Partial Reliability Extension support.Sridhar Samudrala
2004-04-18[SCTP] Cleanup sctp_packet and sctp_outq infrastructure.Sridhar Samudrala
2004-04-18[SCTP] Avoid the use of constant SCTP_IP_OVERHEAD to determine the Sridhar Samudrala
2004-01-11Merge us.ibm.com:/home/sridhar/BK/linux-2.6.1Sridhar Samudrala
2003-11-29[SCTP]: Fix sm.h/sctp.h header include loop.Herbert Xu
2003-10-28[SCTP] Remove the extra semicolon in sctp_cacc_skip_3_1().Sridhar Samudrala
2003-07-03[SCTP] Move rwnd accounting and I/O redrive off of the skb destructor.Jon Grimm
2003-06-18[SCTP] Minor warning cleanups. Jon Grimm