aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-24sctp: set chunk transport correctly when it's a new asocXin Long1-3/+8
2018-11-30sctp: update frag_point when stream_interleave is setXin Long1-0/+3
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King1-1/+1
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner1-84/+46
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner1-3/+9
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner1-5/+4
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+12
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long1-1/+19
2018-03-14sctp: add refcnt support for sh_keyXin Long1-3/+12
2018-02-26sctp: Add LSM hooksRichard Haines1-0/+12
2018-02-09sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev1-1/+6
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner1-2/+1
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long1-0/+24
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long1-14/+7
2017-12-11sctp: add basic structures and make chunk function for idataXin Long1-0/+6
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long1-2/+16
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long1-1/+1
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long1-2/+3
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-178/+170
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long1-3/+3
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long1-11/+12
2017-08-06sctp: remove the typedef sctp_scope_tXin Long1-3/+3
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long1-4/+4
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long1-3/+5
2017-08-03sctp: remove the typedef sctp_addiphdr_tXin Long1-7/+7
2017-08-03sctp: remove the typedef sctp_addip_param_tXin Long1-19/+20
2017-08-03sctp: remove the typedef sctp_cwrhdr_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_ecnehdr_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long1-18/+20
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long1-2/+2
2017-07-24sctp: remove the typedef sctp_cookie_param_tXin Long1-8/+10
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-07-16sctp: remove the typedef sctp_supported_ext_param_tXin Long1-14/+8
2017-07-16sctp: remove the typedef sctp_adaptation_ind_param_tXin Long1-2/+2
2017-07-16sctp: remove the typedef sctp_supported_addrs_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_ipv6addr_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_ipv4addr_param_tXin Long1-1/+1
2017-07-14sctp: fix an array overflow when all ext chunks are setXin Long1-2/+2
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3