summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/constants.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: rename enum sctp_event to sctp_event_typeXin Long2018-11-191-1/+1
* sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long2018-10-181-5/+0Star
* sctp: remove old and unused SCTP_MIN_PMTUMarcelo Ricardo Leitner2018-04-271-3/+2Star
* sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-111-4/+5
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-071-9/+9
* sctp: remove the typedef sctp_event_tXin Long2017-08-071-4/+2Star
* sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-071-4/+4
* sctp: remove the typedef sctp_event_other_tXin Long2017-08-071-4/+4
* sctp: remove the typedef sctp_event_primitive_tXin Long2017-08-071-4/+4
* sctp: remove the typedef sctp_state_tXin Long2017-08-071-2/+2
* sctp: remove the typedef sctp_ierror_tXin Long2017-08-071-3/+2Star
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-071-2/+2
* sctp: remove the typedef sctp_sock_state_tXin Long2017-08-071-3/+3
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-071-2/+2
* sctp: remove the typedef sctp_scope_tXin Long2017-08-071-2/+2
* sctp: remove the typedef sctp_scope_policy_tXin Long2017-08-071-2/+4
* sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-071-2/+2
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-071-2/+2
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-011-1/+1
* sctp: remove the typedef sctp_cid_tXin Long2017-07-011-2/+2
* sctp: add reconf chunk eventXin Long2017-02-201-0/+3
* sctp: add stream reconf primitiveXin Long2017-01-181-1/+2
* sctp: add stream reconf timerXin Long2017-01-181-0/+1
* sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSINGXin Long2016-08-011-1/+1
* net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2014-07-221-1/+1
* include/net/: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* net: sctp: introduce uapi header for sctpDaniel Borkmann2013-04-091-1/+0Star
* net: sctp: remove unused multiple cookie keysDaniel Borkmann2013-02-121-1/+1
* sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman2012-10-261-8/+0Star
* sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-221-0/+1
* sctp: remove completely unsed EMPTY stateVlad Yasevich2011-04-201-9/+8Star
* sctp: delete unused macro definition of sctp_chunk_is_controlShan Wei2011-04-201-1/+0Star
* sctp: kill unused macro definitionShan Wei2010-11-281-14/+0Star
* sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-231-0/+4
* sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta2009-09-051-0/+7
* sctp: Disallow new connection on a closing socketVlad Yasevich2009-09-051-1/+1
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+3
* sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-081-1/+3
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [IPV4] sctp: Use ipv4_is_<type>Joe Perches2008-01-281-30/+6Star
* SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich2007-11-291-3/+6
* SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich2007-11-091-0/+2
* SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-071-0/+1
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-111-1/+3
* [SCTP]: Implement SCTP-AUTH internalsVlad Yasevich2007-10-111-1/+48
* [SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich2007-04-261-1/+1
* [SCTP]: Trivial sctp endianness annotations.Al Viro2006-12-031-1/+1
* [SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich2006-09-221-7/+6Star