summaryrefslogtreecommitdiff
path: root/net/sctp/sm_make_chunk.c
AgeCommit message (Expand)Author
2023-10-04sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven
2023-04-21sctp: delete the nested flexible array peer_initXin Long
2023-04-21sctp: delete the nested flexible array paramsXin Long
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long
2021-10-14sctp: account stream padding length for reconf chunkEiichi Tsukata
2021-07-01sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-06-22sctp: add pad chunk and its make function and event tableXin Long
2021-05-03Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long
2021-04-16sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva
2021-03-28net: sctp: Fix some typosLu Wei
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-24net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-08sctp: use crypto_shash_tfm_digest()Eric Biggers
2020-04-22sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches
2019-08-27sctp: make ecn flag per netns and endpointXin Long
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long
2019-07-17net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long
2019-07-08sctp: remove prsctp_enable from asocXin Long
2019-07-08sctp: remove reconf_enable from asocXin Long
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman
2019-06-05Fix memory leak in sctp_process_initNeil Horman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-01-24sctp: set chunk transport correctly when it's a new asocXin Long
2018-11-30sctp: update frag_point when stream_interleave is setXin Long
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long
2018-03-14sctp: add refcnt support for sh_keyXin Long
2018-02-26sctp: Add LSM hooksRichard Haines
2018-02-09sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long