aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/outqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long1-10/+23
2017-01-11sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King1-1/+1
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long1-3/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long1-4/+4
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long1-2/+2
2016-09-23sctp: fix the handling of SACK Gap Ack blocksMarcelo Ricardo Leitner1-5/+6
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long1-12/+7
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long1-9/+12
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long1-1/+0
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long1-39/+14
2016-07-11sctp: implement prsctp PRIO policyXin Long1-0/+99
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-5/+10
2016-03-20sctp: do not leak chunks that are sent to unconfirmed pathsMarcelo Ricardo Leitner1-1/+5
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-15/+15
2015-12-06sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PENDINGlucien1-0/+1
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien1-0/+1
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight1-2/+2
2014-07-15net: sctp: remove unnecessary break after return/gotoFabian Frederick1-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+7
2014-01-02sctp: Remove outqueue empty stateVlad Yasevich1-25/+7
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong1-4/+4
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang1-0/+3
2013-11-23net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong1-1/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann1-0/+9
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann1-105/+0
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-90/+70
2013-06-13sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman1-4/+2
2013-04-17net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann1-3/+2
2013-04-17net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann1-6/+0
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-3/+1
2013-01-17sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman1-4/+8
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS callMichele Baldessari1-2/+10
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel1-5/+10
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+4
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman1-8/+10
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman1-2/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf1-4/+2
2011-08-24sctp: HEARTBEAT negotiation after ASCONFMichio Honda1-0/+4
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+19
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf1-1/+19
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda1-0/+13
2011-04-20sctp: move chunk from retransmit queue to abandoned listWei Yongjun1-0/+7
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich1-1/+0
2011-04-19sctp: teach CACC algorithm about removed transportsVlad Yasevich1-3/+8
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3