summaryrefslogtreecommitdiffstats
path: root/net/sctp/outqueue.c
AgeCommit message (Expand)Author
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner
2016-03-20sctp: do not leak chunks that are sent to unconfirmed pathsMarcelo Ricardo Leitner
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner
2015-12-06sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight
2014-07-15net: sctp: remove unnecessary break after return/gotoFabian Frederick
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-02sctp: Remove outqueue empty stateVlad Yasevich
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang
2013-11-23net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-06-13sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2013-04-17net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann
2013-04-17net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2013-01-17sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf
2011-08-24sctp: HEARTBEAT negotiation after ASCONFMichio Honda
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda
2011-04-20sctp: move chunk from retransmit queue to abandoned listWei Yongjun
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich
2011-04-19sctp: teach CACC algorithm about removed transportsVlad Yasevich
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-30sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich
2010-04-30sctp: correctly mark missing chunks in fast recoveryVlad Yasevich
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-04-30sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei
2010-04-30sctp: fix to retranmit at least one DATA chunkWei Yongjun
2010-04-30sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches