summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam2019-07-171-8/+4Star
* sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-091-2/+2
* sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-091-2/+2
* sctp: remove prsctp_enable from asocXin Long2019-07-091-4/+4
* sctp: remove reconf_enable from asocXin Long2019-07-091-3/+2Star
* sctp: Free cookie before we memdup a new oneNeil Horman2019-06-151-0/+8
* Fix memory leak in sctp_process_initNeil Horman2019-06-061-10/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1Star
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0Star
* sctp: set chunk transport correctly when it's a new asocXin Long2019-01-251-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-121-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/+46Star
* | 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/+4Star
|/
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-071-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/+1Star
* 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/+7Star
* sctp: add basic structures and make chunk function for idataXin Long2017-12-111-0/+6
* sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long2017-12-111-2/+16
* sctp: check stream reset info len before making reconf chunkXin Long2017-11-161-1/+1
* sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-291-2/+2
* sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-291-2/+3
* sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170Star
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-111-3/+3
* sctp: remove the typedef sctp_ierror_tXin Long2017-08-071-11/+12
* sctp: remove the typedef sctp_scope_tXin Long2017-08-071-3/+3
* sctp: remove the typedef sctp_authhdr_tXin Long2017-08-031-4/+4
* sctp: remove the typedef sctp_addip_chunk_tXin Long2017-08-031-3/+5
* sctp: remove the typedef sctp_addiphdr_tXin Long2017-08-031-7/+7
* sctp: remove the typedef sctp_addip_param_tXin Long2017-08-031-19/+20
* sctp: remove the typedef sctp_cwrhdr_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_ecnehdr_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-031-18/+20
* sctp: remove the typedef sctp_shutdownhdr_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-251-8/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-2/+2
|\
| * sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2
* | sctp: remove the typedef sctp_supported_ext_param_tXin Long2017-07-171-14/+8Star
* | sctp: remove the typedef sctp_adaptation_ind_param_tXin Long2017-07-171-2/+2
* | sctp: remove the typedef sctp_supported_addrs_param_tXin Long2017-07-171-1/+1
* | sctp: remove the typedef sctp_ipv6addr_param_tXin Long2017-07-171-1/+1
* | sctp: remove the typedef sctp_ipv4addr_param_tXin Long2017-07-171-1/+1
|/
* net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3