summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-10-041-1/+1
* sctp: delete the nested flexible array peer_initXin Long2023-04-211-2/+2
* sctp: delete the nested flexible array paramsXin Long2023-04-211-9/+9
* sctp: delete the obsolete code for the host name address paramXin Long2023-04-171-9/+1
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-141-1/+1
* sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter2021-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-16/+26
|\
| * sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-06-281-3/+10
| * sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-281-13/+16
* | sctp: do the basic send and recv for PLPMTUD probeXin Long2021-06-221-1/+4
* | sctp: add pad chunk and its make function and event tableXin Long2021-06-221-0/+26
|/
* Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long2021-05-031-5/+1
* sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva2021-04-161-1/+1
* net: sctp: Fix some typosLu Wei2021-03-281-1/+1
* sctp: add the error cause for new encapsulation port restartXin Long2020-10-301-0/+20
* sctp: allow changing transport encap_port by peer packetsXin Long2020-10-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap2020-08-241-3/+3
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-15/+8
|\
| * sctp: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-15/+8
* | sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen2020-04-221-1/+5
|/
* sctp: get netns from asoc and ep baseXin Long2019-12-091-4/+3
* net: sctp: Rename fallthrough label to unhandledJoe Perches2019-10-111-6/+6
* sctp: make ecn flag per netns and endpointXin Long2019-08-271-4/+12
* sctp: add asconf_enable in struct sctp_endpointXin Long2019-08-191-9/+9
* net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam2019-07-171-8/+4
* sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-081-2/+2
* sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-081-2/+2
* sctp: remove prsctp_enable from asocXin Long2019-07-081-4/+4
* sctp: remove reconf_enable from asocXin Long2019-07-081-3/+2
* sctp: Free cookie before we memdup a new oneNeil Horman2019-06-141-0/+8
* Fix memory leak in sctp_process_initNeil Horman2019-06-051-10/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* sctp: set chunk transport correctly when it's a new asocXin Long2019-01-241-3/+8
* sctp: update frag_point when stream_interleave is setXin Long2018-11-301-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-1/+1
|\
| * sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King2018-05-101-1/+1
* | sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner2018-05-011-84/+46
* | sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner2018-05-011-3/+9
* | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-5/+4
|/
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-0/+12
|\
| * sctp: Add LSM hooksRichard Haines2018-02-261-0/+12
* | sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long2018-03-141-1/+19
* | sctp: add refcnt support for sh_keyXin Long2018-03-141-3/+12
|/
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-02-091-1/+6
* sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner2018-01-151-2/+1
* sctp: add basic structures and make chunk function for ifwdtsnXin Long2017-12-151-0/+24
* sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-111-14/+7