aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/sctp/constants.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08sctp: add support for Primary Path SwitchoverXin Long1-0/+2
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long1-0/+10
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long1-1/+1
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long1-5/+0
2018-04-27sctp: remove old and unused SCTP_MIN_PMTUMarcelo Ricardo Leitner1-3/+2
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long1-4/+5
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long1-9/+9
2017-08-06sctp: remove the typedef sctp_event_tXin Long1-4/+2
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long1-4/+4
2017-08-06sctp: remove the typedef sctp_event_other_tXin Long1-4/+4
2017-08-06sctp: remove the typedef sctp_event_primitive_tXin Long1-4/+4
2017-08-06sctp: remove the typedef sctp_state_tXin Long1-2/+2
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long1-3/+2
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long1-2/+2
2017-08-06sctp: remove the typedef sctp_sock_state_tXin Long1-3/+3
2017-08-06sctp: remove the typedef sctp_transport_cmd_tXin Long1-2/+2
2017-08-06sctp: remove the typedef sctp_scope_tXin Long1-2/+2
2017-08-06sctp: remove the typedef sctp_scope_policy_tXin Long1-2/+4
2017-08-06sctp: remove the typedef sctp_retransmit_reason_tXin Long1-2/+2
2017-08-06sctp: remove the typedef sctp_lower_cwnd_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_cid_tXin Long1-2/+2
2017-02-19sctp: add reconf chunk eventXin Long1-0/+3
2017-01-18sctp: add stream reconf primitiveXin Long1-1/+2
2017-01-18sctp: add stream reconf timerXin Long1-0/+1
2016-08-01sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSINGXin Long1-1/+1
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight1-1/+1
2013-12-06include/net/: Fix FSF address in file headersJeff Kirsher1-3/+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-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann1-1/+0
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann1-1/+1
2012-10-26sctp: Make hmac algorithm selection for cookie generation dynamicNeil Horman1-8/+0
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman1-0/+1
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich1-9/+8
2011-04-19sctp: delete unused macro definition of sctp_chunk_is_controlShan Wei1-1/+0
2010-11-28sctp: kill unused macro definitionShan Wei1-14/+0
2009-11-23sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich1-0/+4
2009-09-04sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta1-0/+7
2009-09-04sctp: Disallow new connection on a closing socketVlad Yasevich1-1/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+3
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich1-1/+3
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-28[IPV4] sctp: Use ipv4_is_<type>Joe Perches1-30/+6
2007-11-29SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich1-3/+6
2007-11-09SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich1-0/+2
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich1-0/+1
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich1-1/+3
2007-10-10[SCTP]: Implement SCTP-AUTH internalsVlad Yasevich1-1/+48