| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-19 | sctp: Convert cookie authentication to use HMAC-SHA256 | Eric Biggers | 2 | -26/+9 |
| 2025-08-19 | sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication | Eric Biggers | 3 | -20/+6 |
| 2025-07-25 | sctp: Replace sockaddr with sockaddr_inet in sctp_addr union | Kees Cook | 1 | -1/+1 |
| 2025-05-27 | sctp: mark sctp_do_peeloff static | Christoph Hellwig | 1 | -2/+0 |
| 2025-05-21 | sctp: use skb_crc32c() instead of __skb_checksum() | Eric Biggers | 1 | -26/+3 |
| 2025-05-05 | sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iif | Dr. David Alan Gilbert | 2 | -3/+0 |
| 2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+2 |
| 2025-04-08 | sctp: detect and prevent references to a freed transport in sendmsg | Ricardo CaƱuelo Navarro | 1 | -1/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-02-08 | lib/crc32: rename __crc32c_le_combine() to crc32c_combine() | Eric Biggers | 1 | -2/+2 |
| 2025-02-08 | lib/crc32: standardize on crc32c() name for Castagnoli CRC32 | Eric Biggers | 1 | -3/+0 |
| 2024-08-26 | sctp: Correct spelling in headers | Simon Horman | 2 | -11/+11 |
| 2024-07-09 | sctp: Fix typos and improve comments | Thorsten Blum | 1 | -4/+4 |
| 2024-02-05 | sctp: preserve const qualifier in sctp_sk() | Eric Dumazet | 1 | -4/+1 |
| 2023-08-10 | sctp: Remove unused declaration sctp_backlog_migrate() | Yue Haibing | 1 | -2/+0 |
| 2023-08-02 | sctp: Remove unused function declarations | Yue Haibing | 2 | -5/+0 |
| 2023-04-21 | sctp: delete the nested flexible array peer_init | Xin Long | 1 | -1/+1 |
| 2023-04-21 | sctp: delete the nested flexible array skip | Xin Long | 1 | -2/+2 |
| 2023-04-21 | sctp: delete the nested flexible array params | Xin Long | 1 | -4/+4 |
| 2023-04-17 | sctp: delete the obsolete code for the host name address param | Xin Long | 1 | -1/+0 |
| 2023-03-09 | sctp: add weighted fair queueing stream scheduler | Xin Long | 2 | -0/+2 |
| 2023-03-09 | sctp: add fair capacity stream scheduler | Xin Long | 2 | -0/+8 |
| 2023-02-23 | sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop | Xin Long | 1 | -0/+1 |
| 2022-12-01 | sctp: delete free member from struct sctp_sched_ops | Xin Long | 1 | -2/+0 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-11-29 | sctp: fix memory leak in sctp_stream_outq_migrate() | Zhengchao Shao | 1 | -0/+2 |
| 2022-11-18 | sctp: add dif and sdif check in asoc and ep lookup | Xin Long | 2 | -5/+9 |
| 2022-11-18 | sctp: add skb_sdif in struct sctp_af | Xin Long | 1 | -0/+1 |
| 2022-11-17 | sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.h | Xin Long | 1 | -5/+0 |
| 2022-11-17 | sctp: change to include linux/sctp.h in net/sctp/checksum.h | Xin Long | 1 | -1/+1 |
| 2022-10-20 | sctp: remove unnecessary NULL check in sctp_association_init() | Alexey Kodanev | 1 | -2/+1 |
| 2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 1 | -1/+1 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
| 2022-01-02 | sctp: hold endpoint before calling cb in sctp_transport_lookup_process | Xin Long | 1 | -2/+1 |
| 2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -4/+5 |
| 2021-12-25 | sctp: use call_rcu to free endpoint | Xin Long | 2 | -4/+5 |
| 2021-12-23 | sctp: move hlist_node and hashent out of sctp_ep_common | Xin Long | 2 | -6/+6 |
| 2021-11-25 | sctp: make the raise timer more simple and accurate | Xin Long | 1 | -4/+3 |
| 2021-11-03 | security: pass asoc to sctp_assoc_request and sctp_sk_clone | Xin Long | 1 | -10/+10 |
| 2021-10-29 | sctp: subtract sctphdr len in sctp_transport_pl_hlen | Xin Long | 1 | -1/+2 |
| 2021-10-29 | sctp: reset probe_timer in sctp_transport_pl_update | Xin Long | 1 | -3/+1 |
| 2021-10-15 | sctp: fix transport encap_port update in sctp_vtag_verify | Xin Long | 1 | -3/+3 |
| 2021-07-25 | sctp: send pmtu probe only if packet loss in Search Complete state | Xin Long | 1 | -0/+1 |
| 2021-07-25 | sctp: improve the code for pmtu probe send and recv update | Xin Long | 1 | -2/+2 |
| 2021-07-01 | sctp: move 198 addresses from unusable to private scope | Xin Long | 1 | -3/+1 |
| 2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-06-28 | sctp: validate from_addr_param return | Marcelo Ricardo Leitner | 1 | -1/+1 |
| 2021-06-24 | sctp: do black hole detection in search complete state | Xin Long | 1 | -1/+2 |
| 2021-06-22 | sctp: process sctp over udp icmp err on sctp side | Xin Long | 1 | -0/+2 |
| 2021-06-22 | sctp: do state transition when a probe succeeds on HB ACK recv path | Xin Long | 1 | -0/+1 |
| 2021-06-22 | sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path | Xin Long | 1 | -0/+1 |
| 2021-06-22 | sctp: do the basic send and recv for PLPMTUD probe | Xin Long | 2 | -1/+4 |
| 2021-06-22 | sctp: add the probe timer in transport for PLPMTUD | Xin Long | 5 | -1/+16 |
| 2021-06-22 | sctp: add the constants/variables and states and some APIs for transport | Xin Long | 3 | -3/+70 |
| 2021-06-22 | sctp: add probe_interval in sysctl and sock/asoc/transport | Xin Long | 2 | -0/+5 |
| 2021-06-22 | sctp: add pad chunk and its make function and event table | Xin Long | 1 | -0/+1 |
| 2021-04-30 | sctp: do asoc update earlier in sctp_sf_do_dupcook_b | Xin Long | 1 | -1/+0 |
| 2020-11-05 | sctp: bring inet(6)_skb_parm back to sctp_input_cb | Xin Long | 1 | -0/+6 |
| 2020-10-30 | sctp: add the error cause for new encapsulation port restart | Xin Long | 1 | -0/+3 |
| 2020-10-30 | sctp: add udphdr to overhead when udp_port is set | Xin Long | 2 | -2/+6 |
| 2020-10-30 | sctp: allow changing transport encap_port by peer packets | Xin Long | 2 | -6/+2 |
| 2020-10-30 | sctp: add encap_port for netns sock asoc and transport | Xin Long | 1 | -0/+6 |
| 2020-10-30 | sctp: create udp4 sock and add its encap_rcv | Xin Long | 2 | -0/+4 |
| 2020-09-20 | net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant | Henry Ptasinski | 1 | -3/+5 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -1/+1 |
| 2020-07-19 | net/ipv6: remove compat_ipv6_{get,set}sockopt | Christoph Hellwig | 1 | -10/+0 |
| 2020-07-15 | net: sctp: drop duplicate words in comments | Randy Dunlap | 2 | -4/+4 |
| 2020-06-28 | sctp: use list_is_singular in sctp_list_single_entry | Geliang Tang | 1 | -1/+1 |
| 2020-06-25 | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket | Marcelo Ricardo Leitner | 1 | -3/+5 |
| 2020-05-29 | sctp: add sctp_sock_set_nodelay | Christoph Hellwig | 1 | -0/+7 |
| 2020-05-27 | sctp: fix typo sctp_ulpevent_nofity_peer_addr_change | Jonas Falkevik | 1 | -1/+1 |
| 2020-02-29 | net: sctp: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+3 |
| 2019-11-23 | sctp: cache netns in sctp_ep_common | Xin Long | 1 | -0/+3 |
| 2019-11-08 | sctp: add support for Primary Path Switchover | Xin Long | 2 | -3/+10 |
| 2019-11-08 | sctp: add pf_expose per netns and sock and asoc | Xin Long | 2 | -0/+12 |
| 2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+5 |
| 2019-10-09 | sctp: add SCTP_SEND_FAILED_EVENT event | Xin Long | 1 | -0/+7 |
| 2019-10-09 | sctp: add SCTP_ADDR_ADDED event | Xin Long | 1 | -7/+2 |
| 2019-10-09 | sctp: add chunks to sk_backlog when the newsk sk_socket is not set | Xin Long | 1 | -0/+5 |
| 2019-08-27 | sctp: make ecn flag per netns and endpoint | Xin Long | 1 | -1/+2 |
| 2019-08-19 | sctp: add sctp_auth_init and sctp_auth_free | Xin Long | 1 | -0/+2 |
| 2019-08-19 | sctp: add asconf_enable in struct sctp_endpoint | Xin Long | 1 | -0/+1 |
| 2019-07-08 | sctp: rename sp strm_interleave to ep intl_enable | Xin Long | 1 | -1/+1 |
| 2019-07-08 | sctp: rename asoc intl_enable to asoc peer.intl_capable | Xin Long | 1 | -16/+17 |
| 2019-07-08 | sctp: remove prsctp_enable from asoc | Xin Long | 1 | -2/+1 |
| 2019-07-08 | sctp: remove reconf_enable from asoc | Xin Long | 1 | -2/+1 |
| 2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 12 | -192/+12 |
| 2019-05-30 | sctp: deduplicate identical skb_checksum_ops | Matteo Croce | 1 | -5/+7 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 11 | -176/+11 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101 | Thomas Gleixner | 1 | -16/+1 |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
| 2019-05-01 | sctp: avoid running the sctp state machine recursively | Xin Long | 1 | -1/+0 |
| 2019-04-15 | sctp: implement memory accounting on rx path | Xin Long | 1 | -1/+1 |
| 2019-04-11 | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event(). | David Miller | 1 | -1/+1 |
| 2019-03-18 | sctp: get sctphdr by offset in sctp_compute_cksum | Xin Long | 1 | -1/+1 |
| 2019-03-12 | sctp: convert to genradix | Kent Overstreet | 1 | -7/+8 |
| 2019-01-30 | sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s... | Xin Long | 1 | -0/+2 |
| 2019-01-30 | sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockopt | Xin Long | 1 | -0/+2 |
| 2018-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+7 |
| 2018-12-05 | sctp: frag_point sanity check | Jakub Audykowicz | 1 | -0/+5 |
| 2018-12-03 | sctp: kfree_rcu asoc | Xin Long | 1 | -0/+2 |
| 2018-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+12 |
| 2018-11-19 | Revert "sctp: remove sctp_transport_pmtu_check" | Xin Long | 1 | -0/+12 |
| 2018-11-19 | sctp: rename enum sctp_event to sctp_event_type | Xin Long | 2 | -3/+3 |
| 2018-11-19 | sctp: add subscribe per asoc | Xin Long | 1 | -0/+2 |
| 2018-11-19 | sctp: define subscribe in sctp_sock as __u16 | Xin Long | 2 | -16/+25 |
| 2018-11-12 | sctp: process sk_reuseport in sctp_get_port_local | Xin Long | 1 | -1/+3 |
| 2018-11-12 | sctp: add sock_reuseport for the sock in __sctp_hash_endpoint | Xin Long | 2 | -1/+3 |
| 2018-11-08 | net: Convert protocol error handlers from void to int | Stefano Brivio | 1 | -1/+1 |
| 2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+3 |
| 2018-10-18 | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size | Xin Long | 1 | -5/+0 |
| 2018-10-17 | sctp: fix the data size calculation in sctp_data_size | Xin Long | 1 | -1/+1 |
| 2018-10-15 | sctp: use the pmtu from the icmp packet to update transport pathmtu | Xin Long | 1 | -0/+2 |
| 2018-08-11 | net/sctp: Replace in/out stream arrays with flex_array | Konstantin Khorenko | 1 | -4/+5 |
| 2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko | 1 | -10/+25 |
| 2018-07-04 | sctp: add support for dscp and flowlabel per transport | Xin Long | 1 | -0/+9 |
| 2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2018-06-29 | sctp: add support for SCTP_REUSE_PORT sockopt | Xin Long | 1 | -0/+1 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+2 |
| 2018-06-22 | rhashtable: split rhashtable.h | NeilBrown | 1 | -1/+1 |
| 2018-06-14 | sctp: define sctp_packet_gso_append to build GSO frames | Xin Long | 1 | -0/+5 |
| 2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -42/+25 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+1 |
| 2018-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2018-05-26 | net/sctp: convert to ->poll_mask | Christoph Hellwig | 1 | -2/+1 |
| 2018-05-22 | sctp: fix the issue that flags are ignored when using kernel_connect | Xin Long | 1 | -0/+2 |
| 2018-05-01 | sctp: allow sctp_init_cause to return errors | Marcelo Ricardo Leitner | 1 | -1/+1 |
| 2018-04-27 | sctp: remove sctp_transport_pmtu_check | Marcelo Ricardo Leitner | 1 | -12/+0 |
| 2018-04-27 | sctp: introduce sctp_dst_mtu | Marcelo Ricardo Leitner | 1 | -2/+7 |
| 2018-04-27 | sctp: remove sctp_assoc_pending_pmtu | Marcelo Ricardo Leitner | 1 | -6/+0 |
| 2018-04-27 | sctp: introduce sctp_assoc_update_frag_point | Marcelo Ricardo Leitner | 2 | -20/+1 |
| 2018-04-27 | sctp: introduce sctp_mtu_payload | Marcelo Ricardo Leitner | 1 | -0/+19 |
| 2018-04-27 | sctp: introduce sctp_assoc_set_pmtu | Marcelo Ricardo Leitner | 1 | -0/+1 |
| 2018-04-27 | sctp: remove old and unused SCTP_MIN_PMTU | Marcelo Ricardo Leitner | 1 | -3/+2 |
| 2018-04-25 | sctp: remove the unused sctp_assoc_is_match function | Xin Long | 1 | -4/+0 |
| 2018-04-25 | sctp: fix const parameter violation in sctp_make_sack | Marcelo Ricardo Leitner | 1 | -1/+1 |
| 2018-04-06 | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -1/+15 |
| 2018-03-27 | sctp: remove unnecessary asoc in sctp_has_association | Xin Long | 1 | -4/+4 |
| 2018-03-17 | sctp: use proc_remove_subtree() | Al Viro | 1 | -10/+1 |
| 2018-03-14 | sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENT | Xin Long | 1 | -0/+1 |
| 2018-03-14 | sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY | Xin Long | 1 | -6/+6 |
| 2018-03-14 | sctp: add support for SCTP AUTH Information for sendmsg | Xin Long | 1 | -0/+1 |
| 2018-03-14 | sctp: add refcnt support for sh_key | Xin Long | 3 | -6/+15 |
| 2018-03-07 | sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg | Xin Long | 1 | -0/+1 |
| 2018-03-07 | sctp: add support for PR-SCTP Information for sendmsg | Xin Long | 1 | -0/+1 |
| 2018-02-26 | sctp: Add LSM hooks | Richard Haines | 1 | -0/+10 |
| 2018-02-26 | sctp: Add ip option support | Richard Haines | 2 | -1/+5 |
| 2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+7 |
| 2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 7 | -24/+171 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2018-01-15 | sctp: Define usercopy region in SCTP proto slab cache | David Windsor | 1 | -2/+7 |
| 2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-01-08 | sctp: fix the handling of ICMP Frag Needed for too small MTUs | Marcelo Ricardo Leitner | 1 | -1/+1 |
| 2017-12-15 | sctp: implement handle_ftsn for sctp_stream_interleave | Xin Long | 1 | -0/+2 |
| 2017-12-15 | sctp: implement report_ftsn for sctp_stream_interleave | Xin Long | 1 | -0/+1 |
| 2017-12-15 | sctp: implement validate_ftsn for sctp_stream_interleave | Xin Long | 2 | -0/+12 |
| 2017-12-15 | sctp: implement generate_ftsn for sctp_stream_interleave | Xin Long | 2 | -0/+3 |
| 2017-12-15 | sctp: add basic structures and make chunk function for ifwdtsn | Xin Long | 2 | -0/+4 |
| 2017-12-11 | sctp: add support for the process of unordered idata | Xin Long | 2 | -1/+14 |
| 2017-12-11 | sctp: implement abort_pd for sctp_stream_interleave | Xin Long | 2 | -1/+3 |
| 2017-12-11 | sctp: implement start_pd for sctp_stream_interleave | Xin Long | 1 | -0/+1 |
| 2017-12-11 | sctp: implement renege_events for sctp_stream_interleave | Xin Long | 2 | -6/+5 |
| 2017-12-11 | sctp: implement enqueue_event for sctp_stream_interleave | Xin Long | 1 | -0/+2 |
| 2017-12-11 | sctp: implement ulpevent_data for sctp_stream_interleave | Xin Long | 3 | -3/+22 |
| 2017-12-11 | sctp: implement validate_data for sctp_stream_interleave | Xin Long | 3 | -1/+12 |
| 2017-12-11 | sctp: implement assign_number for sctp_stream_interleave | Xin Long | 5 | -8/+26 |
| 2017-12-11 | sctp: implement make_datafrag for sctp_stream_interleave | Xin Long | 3 | -3/+58 |
| 2017-12-11 | sctp: add basic structures and make chunk function for idata | Xin Long | 2 | -0/+3 |
| 2017-12-11 | sctp: add stream interleave enable members and sockopt | Xin Long | 1 | -0/+2 |
| 2017-12-11 | rhashtable: Change rhashtable_walk_start to return void | Tom Herbert | 1 | -1/+1 |
| 2017-12-01 | sctp: abandon the whole msg if one part of a fragmented message is abandoned | Xin Long | 1 | -1/+2 |
| 2017-11-28 | sctp: remove extern from stream sched | Xin Long | 2 | -0/+10 |
| 2017-11-28 | sctp: force the params with right types for sctp csum apis | Xin Long | 1 | -6/+7 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-18 | sctp: set frag_point in sctp_setsockopt_maxseg correctly | Xin Long | 1 | -1/+2 |
| 2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |
| 2017-10-29 | sctp: fix some type cast warnings introduced by stream reconf | Xin Long | 2 | -2/+2 |
| 2017-10-25 | net: sctp: Convert timers to use timer_setup() | Kees Cook | 1 | -5/+5 |
| 2017-10-03 | sctp: introduce round robin stream scheduler | Marcelo Ricardo Leitner | 1 | -0/+11 |
| 2017-10-03 | sctp: introduce priority based stream scheduler | Marcelo Ricardo Leitner | 1 | -0/+24 |
| 2017-10-03 | sctp: introduce stream scheduler foundations | Marcelo Ricardo Leitner | 2 | -3/+84 |
| 2017-10-03 | sctp: introduce sctp_chunk_stream_no | Marcelo Ricardo Leitner | 1 | -0/+5 |
| 2017-10-03 | sctp: introduce struct sctp_stream_out_ext | Marcelo Ricardo Leitner | 1 | -2/+8 |
| 2017-09-15 | sctp: fix an use-after-free issue in sctp_sock_dump | Xin Long | 1 | -1/+2 |
| 2017-09-13 | sctp: potential read out of bounds in sctp_ulpevent_type_enabled() | Dan Carpenter | 1 | -1/+5 |
| 2017-08-11 | sctp: fix some indents in sm_make_chunk.c | Xin Long | 1 | -79/+79 |
| 2017-08-11 | sctp: remove the typedef sctp_disposition_t | Xin Long | 1 | -9/+10 |
| 2017-08-11 | sctp: remove the typedef sctp_sm_table_entry_t | Xin Long | 1 | -3/+3 |
| 2017-08-11 | sctp: remove the unused typedef sctp_sm_command_t | Xin Long | 1 | -5/+0 |
| 2017-08-11 | sctp: remove the typedef sctp_verb_t | Xin Long | 1 | -5/+5 |
| 2017-08-11 | sctp: remove the typedef sctp_arg_t | Xin Long | 1 | -13/+13 |
| 2017-08-11 | sctp: remove the typedef sctp_cmd_seq_t | Xin Long | 2 | -8/+8 |
| 2017-08-11 | sctp: remove the typedef sctp_cmd_t | Xin Long | 1 | -7/+7 |
| 2017-08-11 | sctp: remove the typedef sctp_socket_type_t | Xin Long | 2 | -4/+5 |
| 2017-08-11 | sctp: remove the typedef sctp_dbg_objcnt_entry_t | Xin Long | 1 | -2/+2 |
| 2017-08-11 | sctp: remove the typedef sctp_cmsgs_t | Xin Long | 1 | -2/+2 |
| 2017-08-11 | sctp: remove the typedef sctp_endpoint_type_t | Xin Long | 1 | -3/+3 |
| 2017-08-11 | sctp: remove the typedef sctp_sender_hb_info_t | Xin Long | 1 | -2/+2 |
| 2017-08-11 | sctp: remove the unused typedef sctp_packet_phandler_t | Xin Long | 1 | -2/+0 |