summaryrefslogtreecommitdiff
path: root/net/sctp/sm_make_chunk.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-30sctp: fix soft lockup from unpadded ASCONF-ACK parameter iterationHenry Martin1-8/+6
2026-08-07sctp: validate cookie AUTH state before useJérémy Jean1-0/+3
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo1-2/+1
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh1-0/+6
2026-07-27sctp: reject stale cookies with mismatched verification tagsYuxiang Yang1-4/+7
2026-07-23sctp: don't free the ASCONF's own transport in DEL-IP processingJun Yang1-0/+6
2026-06-27sctp: add INIT verification after cookie unpackingXin Long1-1/+4
2026-06-11sctp: validate embedded address parameter lengthXin Long1-2/+8
2026-06-09sctp: validate embedded INIT chunk and address list lengths in cookieXin Long1-2/+7
2026-06-04sctp: validate cached peer INIT chunk length in COOKIE_ECHO processingXin Long1-0/+5
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier1-2/+2
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers1-40/+17
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers1-1/+1
2025-08-19sctp: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2025-05-05sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iifDr. David Alan Gilbert1-8/+0
2023-10-04sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven1-1/+1
2023-04-21sctp: delete the nested flexible array peer_initXin Long1-2/+2
2023-04-21sctp: delete the nested flexible array paramsXin Long1-9/+9
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long1-9/+1
2021-10-14sctp: account stream padding length for reconf chunkEiichi Tsukata1-1/+1
2021-07-01sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter1-1/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+26
2021-06-28sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner1-3/+10
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-13/+16
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long1-1/+4
2021-06-22sctp: add pad chunk and its make function and event tableXin Long1-0/+26
2021-05-03Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long1-5/+1
2021-04-16sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva1-1/+1
2021-03-28net: sctp: Fix some typosLu Wei1-1/+1
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long1-0/+20
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long1-0/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-24net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-15/+8
2020-05-08sctp: use crypto_shash_tfm_digest()Eric Biggers1-15/+8
2020-04-22sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2019-12-09sctp: get netns from asoc and ep baseXin Long1-4/+3
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches1-6/+6
2019-08-27sctp: make ecn flag per netns and endpointXin Long1-4/+12
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long1-9/+9
2019-07-17net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam1-8/+4
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long1-2/+2
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long1-2/+2
2019-07-08sctp: remove prsctp_enable from asocXin Long1-4/+4
2019-07-08sctp: remove reconf_enable from asocXin Long1-3/+2
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-05Fix memory leak in sctp_process_initNeil Horman1-10/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0