Age | Commit message (Expand) | Author | Files | Lines |
2021-07-01 | sctp: move 198 addresses from unusable to private scope | Xin Long | 1 | -3/+1 |
2021-06-22 | sctp: add the probe timer in transport for PLPMTUD | Xin Long | 1 | -0/+1 |
2021-06-22 | sctp: add the constants/variables and states and some APIs for transport | Xin Long | 1 | -0/+17 |
2021-06-22 | sctp: add probe_interval in sysctl and sock/asoc/transport | Xin Long | 1 | -0/+2 |
2020-10-30 | sctp: create udp4 sock and add its encap_rcv | Xin Long | 1 | -0/+2 |
2020-06-25 | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket | Marcelo Ricardo Leitner | 1 | -3/+5 |
2019-11-08 | sctp: add support for Primary Path Switchover | Xin Long | 1 | -0/+2 |
2019-11-08 | sctp: add pf_expose per netns and sock and asoc | Xin Long | 1 | -0/+10 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 1 | -16/+1 |
2018-11-19 | sctp: rename enum sctp_event to sctp_event_type | Xin Long | 1 | -1/+1 |
2018-10-18 | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size | Xin Long | 1 | -5/+0 |
2018-04-27 | sctp: remove old and unused SCTP_MIN_PMTU | Marcelo Ricardo Leitner | 1 | -3/+2 |
2017-12-11 | sctp: implement assign_number for sctp_stream_interleave | Xin Long | 1 | -4/+5 |
2017-08-06 | sctp: remove the typedef sctp_subtype_t | Xin Long | 1 | -9/+9 |
2017-08-06 | sctp: remove the typedef sctp_event_t | Xin Long | 1 | -4/+2 |
2017-08-06 | sctp: remove the typedef sctp_event_timeout_t | Xin Long | 1 | -4/+4 |
2017-08-06 | sctp: remove the typedef sctp_event_other_t | Xin Long | 1 | -4/+4 |
2017-08-06 | sctp: remove the typedef sctp_event_primitive_t | Xin Long | 1 | -4/+4 |
2017-08-06 | sctp: remove the typedef sctp_state_t | Xin Long | 1 | -2/+2 |
2017-08-06 | sctp: remove the typedef sctp_ierror_t | Xin Long | 1 | -3/+2 |
2017-08-06 | sctp: remove the typedef sctp_xmit_t | Xin Long | 1 | -2/+2 |
2017-08-06 | sctp: remove the typedef sctp_sock_state_t | Xin Long | 1 | -3/+3 |
2017-08-06 | sctp: remove the typedef sctp_transport_cmd_t | Xin Long | 1 | -2/+2 |
2017-08-06 | sctp: remove the typedef sctp_scope_t | Xin Long | 1 | -2/+2 |
2017-08-06 | sctp: remove the typedef sctp_scope_policy_t | Xin Long | 1 | -2/+4 |
2017-08-06 | sctp: remove the typedef sctp_retransmit_reason_t | Xin Long | 1 | -2/+2 |
2017-08-06 | sctp: remove the typedef sctp_lower_cwnd_t | Xin Long | 1 | -2/+2 |
2017-07-01 | sctp: remove the typedef sctp_data_chunk_t | Xin Long | 1 | -1/+1 |
2017-07-01 | sctp: remove the typedef sctp_cid_t | Xin Long | 1 | -2/+2 |
2017-02-19 | sctp: add reconf chunk event | Xin Long | 1 | -0/+3 |
2017-01-18 | sctp: add stream reconf primitive | Xin Long | 1 | -1/+2 |
2017-01-18 | sctp: add stream reconf timer | Xin Long | 1 | -0/+1 |
2016-08-01 | sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSING | Xin Long | 1 | -1/+1 |
2014-07-22 | net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY | David Laight | 1 | -1/+1 |
2013-12-06 | include/net/: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+2 |
2013-08-09 | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 1 | -6/+0 |
2013-07-24 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -1/+1 |
2013-04-09 | net: sctp: introduce uapi header for sctp | Daniel Borkmann | 1 | -1/+0 |
2013-02-12 | net: sctp: remove unused multiple cookie keys | Daniel Borkmann | 1 | -1/+1 |
2012-10-26 | sctp: Make hmac algorithm selection for cookie generation dynamic | Neil Horman | 1 | -8/+0 |
2012-07-22 | sctp: Implement quick failover draft from tsvwg | Neil Horman | 1 | -0/+1 |
2011-04-20 | sctp: remove completely unsed EMPTY state | Vlad Yasevich | 1 | -9/+8 |
2011-04-19 | sctp: delete unused macro definition of sctp_chunk_is_control | Shan Wei | 1 | -1/+0 |
2010-11-28 | sctp: kill unused macro definition | Shan Wei | 1 | -14/+0 |
2009-11-23 | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich | 1 | -0/+4 |
2009-09-04 | sctp: Sysctl configuration for IPv4 Address Scoping | Bhaskar Dutta | 1 | -0/+7 |
2009-09-04 | sctp: Disallow new connection on a closing socket | Vlad Yasevich | 1 | -1/+1 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 1 | -1/+3 |
2008-10-08 | sctp: Rework the tsn map to use generic bitmap. | Vlad Yasevich | 1 | -1/+3 |
2008-02-05 | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 1 | -4/+4 |