aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers2-26/+9
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers3-20/+6
2025-07-25sctp: Replace sockaddr with sockaddr_inet in sctp_addr unionKees Cook1-1/+1
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig1-2/+0
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers1-26/+3
2025-05-05sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iifDr. David Alan Gilbert2-3/+0
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-08lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers1-2/+2
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers1-3/+0
2024-08-26sctp: Correct spelling in headersSimon Horman2-11/+11
2024-07-09sctp: Fix typos and improve commentsThorsten Blum1-4/+4
2024-02-05sctp: preserve const qualifier in sctp_sk()Eric Dumazet1-4/+1
2023-08-10sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing1-2/+0
2023-08-02sctp: Remove unused function declarationsYue Haibing2-5/+0
2023-04-21sctp: delete the nested flexible array peer_initXin Long1-1/+1
2023-04-21sctp: delete the nested flexible array skipXin Long1-2/+2
2023-04-21sctp: delete the nested flexible array paramsXin Long1-4/+4
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long1-1/+0
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long2-0/+2
2023-03-09sctp: add fair capacity stream schedulerXin Long2-0/+8
2023-02-23sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-0/+1
2022-12-01sctp: delete free member from struct sctp_sched_opsXin Long1-2/+0
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao1-0/+2
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long2-5/+9
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long1-0/+1
2022-11-17sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long1-5/+0
2022-11-17sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long1-1/+1
2022-10-20sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev1-2/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-1/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long1-2/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+5
2021-12-25sctp: use call_rcu to free endpointXin Long2-4/+5
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2-6/+6
2021-11-25sctp: make the raise timer more simple and accurateXin Long1-4/+3
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long1-10/+10
2021-10-29sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long1-1/+2
2021-10-29sctp: reset probe_timer in sctp_transport_pl_updateXin Long1-3/+1
2021-10-15sctp: fix transport encap_port update in sctp_vtag_verifyXin Long1-3/+3
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long1-0/+1
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long1-2/+2
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long1-3/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-1/+1
2021-06-24sctp: do black hole detection in search complete stateXin Long1-1/+2
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long1-0/+2
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long1-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long1-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long2-1/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-1/+16
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long3-3/+70
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2-0/+5
2021-06-22sctp: add pad chunk and its make function and event tableXin Long1-0/+1
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long1-1/+0
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long1-0/+6
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long1-0/+3
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long2-2/+6
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long2-6/+2
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long1-0/+6
2020-10-30sctp: create udp4 sock and add its encap_rcvXin Long2-0/+4
2020-09-20net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-3/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+1
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-10/+0
2020-07-15net: sctp: drop duplicate words in commentsRandy Dunlap2-4/+4
2020-06-28sctp: use list_is_singular in sctp_list_single_entryGeliang Tang1-1/+1
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-3/+5
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig1-0/+7
2020-05-27sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik1-1/+1
2020-02-29net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-11-23sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-11-08sctp: add support for Primary Path SwitchoverXin Long2-3/+10
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long2-0/+12
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long1-0/+7
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long1-7/+2
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-0/+5
2019-08-27sctp: make ecn flag per netns and endpointXin Long1-1/+2
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long1-0/+2
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long1-0/+1
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long1-1/+1
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long1-16/+17
2019-07-08sctp: remove prsctp_enable from asocXin Long1-2/+1
2019-07-08sctp: remove reconf_enable from asocXin Long1-2/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-192/+12
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-5/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner11-176/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101Thomas Gleixner1-16/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2019-04-15sctp: implement memory accounting on rx pathXin Long1-1/+1
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller1-1/+1
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-03-12sctp: convert to genradixKent Overstreet1-7/+8
2019-01-30sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...Xin Long1-0/+2
2019-01-30sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockoptXin Long1-0/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+7
2018-12-05sctp: frag_point sanity checkJakub Audykowicz1-0/+5
2018-12-03sctp: kfree_rcu asocXin Long1-0/+2
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long1-0/+12
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long2-3/+3
2018-11-19sctp: add subscribe per asocXin Long1-0/+2
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long2-16/+25
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin Long1-1/+3
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2-1/+3
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long1-5/+0
2018-10-17sctp: fix the data size calculation in sctp_data_sizeXin Long1-1/+1
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long1-0/+2
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko1-4/+5
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko1-10/+25
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long1-0/+9
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+2
2018-06-22rhashtable: split rhashtable.hNeilBrown1-1/+1
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long1-0/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-42/+25
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig1-2/+1
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-0/+2
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner1-1/+1
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner1-12/+0
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner1-2/+7
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner1-6/+0
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner2-20/+1
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner1-0/+19
2018-04-27sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner1-0/+1
2018-04-27sctp: remove old and unused SCTP_MIN_PMTUMarcelo Ricardo Leitner1-3/+2
2018-04-25sctp: remove the unused sctp_assoc_is_match functionXin Long1-4/+0
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner1-1/+1
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+15
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long1-4/+4
2018-03-17sctp: use proc_remove_subtree()Al Viro1-10/+1
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long1-0/+1
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long1-6/+6
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long1-0/+1
2018-03-14sctp: add refcnt support for sh_keyXin Long3-6/+15
2018-03-07sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsgXin Long1-0/+1
2018-03-07sctp: add support for PR-SCTP Information for sendmsgXin Long1-0/+1
2018-02-26sctp: Add LSM hooksRichard Haines1-0/+10
2018-02-26sctp: Add ip option supportRichard Haines2-1/+5
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+7
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-24/+171
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-15sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor1-2/+7
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner1-1/+1
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long1-0/+2
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long1-0/+1
2017-12-15sctp: implement validate_ftsn for sctp_stream_interleaveXin Long2-0/+12
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2-0/+3
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long2-0/+4
2017-12-11sctp: add support for the process of unordered idataXin Long2-1/+14
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long2-1/+3
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long1-0/+1
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long2-6/+5
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long1-0/+2
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long3-3/+22
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long3-1/+12
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long5-8/+26
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long3-3/+58
2017-12-11sctp: add basic structures and make chunk function for idataXin Long2-0/+3
2017-12-11sctp: add stream interleave enable members and sockoptXin Long1-0/+2
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-1/+1
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long1-1/+2
2017-11-28sctp: remove extern from stream schedXin Long2-0/+10
2017-11-28sctp: force the params with right types for sctp csum apisXin Long1-6/+7
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-1/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long2-2/+2
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-03sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner1-0/+11
2017-10-03sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner1-0/+24
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2-3/+84
2017-10-03sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner1-0/+5
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner1-2/+8
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long1-1/+2
2017-09-13sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter1-1/+5
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-79/+79
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long1-9/+10
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long1-3/+3
2017-08-11sctp: remove the unused typedef sctp_sm_command_tXin Long1-5/+0
2017-08-11sctp: remove the typedef sctp_verb_tXin Long1-5/+5
2017-08-11sctp: remove the typedef sctp_arg_tXin Long1-13/+13
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long2-8/+8
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-7/+7
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long2-4/+5
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long1-2/+2
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long1-2/+2
2017-08-11sctp: remove the typedef sctp_endpoint_type_tXin Long1-3/+3
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long1-2/+2
2017-08-11sctp: remove the unused typedef sctp_packet_phandler_tXin Long1-2/+0