Age | Commit message (Expand) | Author |
2017-02-20 | sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING | Xin Long |
2017-02-07 | sctp: add dst_pending_confirm flag | Julian Anastasov |
2017-01-18 | sctp: add stream reconf timer | Xin Long |
2016-09-18 | sctp: make sctp_outq_flush/tail/uncork return void | Xin Long |
2016-09-18 | sctp: do not return the transmit err back to sctp_sendmsg | Xin Long |
2016-06-10 | sctp: sctp should change socket state when shutdown is received | Xin Long |
2016-05-01 | sctp: signal sk_data_ready earlier on data chunks reception | Marcelo Ricardo Leitner |
2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-13 | sctp: delay calls to sk_data_ready() as much as possible | Marcelo Ricardo Leitner |
2016-04-10 | sctp: avoid refreshing heartbeat timer too often | Marcelo Ricardo Leitner |
2016-03-20 | sctp: do not update a_rwnd if we are not issuing a sack | Marcelo Ricardo Leitner |
2016-03-13 | sctp: allow sctp_transmit_packet and others to use gfp | Marcelo Ricardo Leitner |
2016-01-28 | sctp: remove the dead field of sctp_transport | Xin Long |
2016-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-01-11 | sctp: fix use-after-free in pr_debug statement | Marcelo Ricardo Leitner |
2016-01-05 | sctp: drop the old assoc hashtable of sctp | Xin Long |
2015-12-16 | net: sctp: dynamically enable or disable pf state | Zhu Yanjun |
2015-09-28 | sctp: Prevent soft lockup when sctp_accept() is called during a timeout event | Karl Heiss |
2015-09-28 | sctp: Whitespace fix | Karl Heiss |
2015-08-28 | sctp: Do not try to search for the transport twice | Vlad Yasevich |
2015-08-27 | sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state | lucien |
2014-04-27 | net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma... | Karl Heiss |
2014-02-20 | net: sctp: Potentially-Failed state should not be reached from unconfirmed state | Matija Glavinic Pecotic |
2014-01-21 | sctp: remove macros sctp_bh_[un]lock_sock | wangweidong |
2013-12-26 | sctp: fix checkpatch errors with space required or prohibited | wangweidong |
2013-12-22 | sctp: remove casting from function calls through ops structure | wangweidong |
2013-12-06 | sctp: Fix FSF address in file headers | Jeff Kirsher |
2013-11-04 | net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb | Daniel Borkmann |
2013-08-09 | net: sctp: trivial: update bug report in header comment | Daniel Borkmann |
2013-07-24 | net: sctp: trivial: update mailing list address | Daniel Borkmann |
2013-07-09 | net: sctp: confirm route during forward progress | Daniel Borkmann |
2013-07-01 | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann |
2013-06-14 | net: sctp: sideeffect: throw BUG if primary_path is NULL | Daniel Borkmann |
2013-02-04 | net: remove redundant check for timer pending state before del_timer | Ying Xue |
2012-12-03 | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT... | Michele Baldessari |
2012-11-20 | sctp: send abort chunk when max_retrans exceeded | Neil Horman |
2012-11-03 | sctp: Clean up type-punning in sctp_cmd_t union | Neil Horman |
2012-10-16 | sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter() | Zijie Pan |
2012-10-04 | sctp: check src addr when processing SACK to update transport state | Nicolas Dichtel |
2012-08-14 | sctp: Push struct net down into all of the state machine functions | Eric W. Biederman |
2012-08-14 | sctp: Push struct net down to sctp_chunk_event_lookup | Eric W. Biederman |
2012-07-22 | sctp: Implement quick failover draft from tsvwg | Neil Horman |
2012-06-30 | sctp: be more restrictive in transport selection on bundled sacks | Neil Horman |
2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet |
2011-11-08 | sctp: fasthandoff with ASCONF at server-node | Michio Honda |
2011-09-16 | sctp: deal with multiple COOKIE_ECHO chunks | Max Matveev |
2011-07-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2011-07-07 | sctp: Enforce retransmission limit during shutdown | Thomas Graf |
2011-06-16 | net: Remove casts of void * | Joe Perches |